Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
5f82cf0bb6 dist-git conversion 2010-07-29 15:43:42 +00:00
Bill Nottingham
8f202decff Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:04 +00:00
Christoph Wickert
323dc0ab8e fix email adress 2008-11-28 00:38:00 +00:00
Christoph Wickert
c58e701f31 - Update to 0.6.1
- Include NEWS and THANKS docs
2008-11-28 00:22:11 +00:00
Jesse Keating
6a84ad257d Initialize branch F-10 for xfce4-datetime-plugin 2008-11-07 04:53:14 +00:00
5 changed files with 22 additions and 33 deletions

View file

@ -1 +0,0 @@
xfce4-datetime-plugin-0.6.0.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-datetime-plugin-0.6.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-datetime-plugin
# $Id$
NAME := xfce4-datetime-plugin
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
0d047a21cbf173451a86a48f79b45ddd xfce4-datetime-plugin-0.6.0.tar.bz2
e82f51ff0e75a63e5cbd139e43e094f9 xfce4-datetime-plugin-0.6.1.tar.bz2

View file

@ -1,5 +1,5 @@
Name: xfce4-datetime-plugin
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
Summary: Date/time plugin for the Xfce panel
@ -18,31 +18,41 @@ Requires: xfce4-panel >= 4.4.0
An alternative clock plugin for the Xfce panel. A calendar appears when you
left-click on it.
%prep
%setup -q
%patch0 -b .multilib
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS COPYING ChangeLog NEWS THANKS
%{_libdir}/xfce4/panel-plugins/*.so
%{_libdir}/xfce4/panel-plugins/*.desktop
%changelog
* Thu Jul 03 2008 Christoph Wickert <fedora christoph-wickert de> - 0.6.0-1
* Thu Nov 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.1-1
- Update to 0.6.1
- Include NEWS and THANKS docs
* Thu Jul 03 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0-1
- Update to 0.6.0
- BuildRequire intltool
- No longer BuildRequire dbus-devel (requirement dropped upstream)
@ -50,28 +60,28 @@ rm -rf $RPM_BUILD_ROOT
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.0-4
- Autorebuild for GCC 4.3
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.0-3
* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.0-3
- Rebuild for BuildID feature
- Update license tag
* Sat Jun 09 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.0-2
* Sat Jun 09 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.0-2
- Multilib fix for desktop file (#228168).
* Sat Feb 24 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.0-1
* Sat Feb 24 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0.
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-2
* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-2
- Rebuild for Xfce 4.4.
- Patch datetime.c to 0.4.2.
* Fri Dec 22 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-1
* Fri Dec 22 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-1
- Update to 0.4.1.
* Sun Oct 15 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-1
* Sun Oct 15 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-1
- Update to 0.4.0 on Xfce 4.4. RC1.
- Fix %%defattr.
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.1-8
* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.1-8
- Mass rebuild for Fedora Core 6.
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-7