rpms/xfce4-datetime-plugin/devel Makefile, 1.2, 1.3 sources, 1.3, 1.4 xfce4-datetime-plugin.spec, 1.6, 1.7 .cvsignore, 1.2, 1.3 dead.package, 1.1, NONE

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sun Oct 15 13:16:50 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/xfce4-datetime-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1683

Modified Files:
	.cvsignore 
Added Files:
	Makefile sources xfce4-datetime-plugin.spec 
Removed Files:
	dead.package 
Log Message:
unorphaning datetime-plugin, new upstream has ported it to Xfce 4.4


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	15 Oct 2006 13:16:50 -0000	1.3
@@ -0,0 +1,21 @@
+# 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)


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	15 Oct 2006 13:16:50 -0000	1.4
@@ -0,0 +1 @@
+8a688b1add5615f581e82015de89a4bb  xfce4-datetime-plugin-0.4.0.tar.gz


Index: xfce4-datetime-plugin.spec
===================================================================
RCS file: xfce4-datetime-plugin.spec
diff -N xfce4-datetime-plugin.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ xfce4-datetime-plugin.spec	15 Oct 2006 13:16:50 -0000	1.7
@@ -0,0 +1,74 @@
+Name:		xfce4-datetime-plugin
+Version:	0.4.0
+Release:	1%{?dist}
+Summary:	Date/time plugin for the Xfce panel
+
+Group:		User Interface/Desktops
+License:	GPL
+URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
+Source0:	http://xs4all.nl/~stacium/xfce/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel  >= 4.3.20, libxml2-devel
+BuildRequires:	gettext, perl(XML::Parser), dbus-devel >= 0.22
+Requires:	xfce4-panel >= 4.3.99.1
+
+%description
+An alternative clock plugin for the Xfce panel. A calendar appears when you 
+left-click on it.
+
+%prep
+%setup -q
+
+%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 datetime
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f datetime.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog
+%{_libdir}/xfce4/panel-plugins/*.so
+%{_datadir}/xfce4/panel-plugins/*.desktop
+
+%changelog
+* Sun Oct 15 2006 Christoph Wickert <fedora christoph-wickert de> - 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
+- Mass rebuild for Fedora Core 6.
+
+* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-7
+- Require xfce4-panel.
+
+* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-6
+- Rebuild for Fedora Extras 5.
+
+* Tue Nov 29 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-5
+- Add libxfcegui4-devel BuildReqs.
+
+* Fri Nov 25 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-4
+- Rebuild with new source because of md5sum mismatch.
+
+* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-3
+- Initial Fedora Extras version.
+- Rebuild for XFCE 4.2.3.
+- disable-static instead of removing .a files.
+
+* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-2.fc4.cw
+- Add libxml2 BuildReqs.
+
+* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-1.fc4.cw
+- Rebuild for Core 4.
+
+* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-1.fc3.cw
+- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-datetime-plugin/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Dec 2005 22:33:25 -0000	1.2
+++ .cvsignore	15 Oct 2006 13:16:50 -0000	1.3
@@ -1 +1 @@
-xfce4-datetime-plugin-0.3.1.tar.gz
+xfce4-datetime-plugin-0.4.0.tar.gz


--- dead.package DELETED ---




More information about the scm-commits mailing list