rpms/xfdesktop/FC-3 xfdesktop.spec,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 1 05:39:51 UTC 2005


Update of /cvs/dist/rpms/xfdesktop/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv6103

Modified Files:
	xfdesktop.spec 
Log Message:
FC3 update



Index: xfdesktop.spec
===================================================================
RCS file: /cvs/dist/rpms/xfdesktop/FC-3/xfdesktop.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfdesktop.spec	20 Mar 2005 22:40:17 -0000	1.8
+++ xfdesktop.spec	1 Apr 2005 05:39:49 -0000	1.9
@@ -1,13 +1,13 @@
 Summary: Desktop manager for the XFce Desktop Environment
 Name: xfdesktop
 Version: 4.2.1
-Release: 1.FC3
+Release: 3.fc3
 License: GPL
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz/xfdesktop-4.2.1.tar.bz2
 
 # Change default for Fedora
-Patch1: xfdesktop-image.patch
+Patch0: xfdesktop-image-4.2.1.patch
 
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -28,7 +28,7 @@
 %prep
 %setup -q
 
-#%patch1 -p1 -b .fedora
+%patch0 -p1 -b .fedora
 
 %build
 %configure
@@ -38,9 +38,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/mcs-plugins/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/*/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/*/*.la
 
 %find_lang %{name}
 
@@ -62,6 +63,13 @@
 %{_mandir}/man1/*
 
 %changelog
+* Fri Mar 25 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-3.fc4
+- lowercase Release
+
+* Wed Mar 23 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-2.FC4
+- Removed unneeded a/la files
+- Rediffed xfdesktop-image patch against current version and applied
+
 * Tue Mar 15 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-1
 - Updated to 4.2.1 version
 




More information about the fedora-cvs-commits mailing list