rpms/xfce4-panel/FC-3 xfce4-panel.spec,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 1 05:36:52 UTC 2005


Update of /cvs/dist/rpms/xfce4-panel/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv5957

Modified Files:
	xfce4-panel.spec 
Log Message:
FC3 update



Index: xfce4-panel.spec
===================================================================
RCS file: /cvs/dist/rpms/xfce4-panel/FC-3/xfce4-panel.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-panel.spec	20 Mar 2005 08:22:05 -0000	1.8
+++ xfce4-panel.spec	1 Apr 2005 05:36:50 -0000	1.9
@@ -1,12 +1,13 @@
 Summary: Next generation panel for Xfce
 Name: xfce4-panel
 Version: 4.2.1.1
-Release: 2.FC3
+Release: 4.fc3
 License: GPL
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-panel-4.2.1.1.tar.bz2
 # Change default for Fedora
 Patch0: panel-launchmail.patch
+Patch1: panel-htmlview.patch
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-root
 Requires: libxfcegui4 >= 4.2.1
@@ -34,7 +35,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p1 -b .launchmail
+%patch1 -p1 -b .htmlview
 
 %build
 %configure
@@ -42,8 +44,9 @@
 
 %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/*.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/panel-plugins/*.la
 %find_lang %{name}
 
 %clean
@@ -65,6 +68,13 @@
 %{_includedir}/xfce4
 
 %changelog
+* Fri Mar 25 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1.1-4.fc4
+- lowercase Release
+
+* Thu Mar 24 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1.1-3.FC4
+- Added htmlview patch
+- Removed unneeded la/a files
+
 * Sat Mar 19 2005 Warren Togami <wtogami at redhat.com> - 4.2.1.1-2
 - remove stuff
 




More information about the fedora-cvs-commits mailing list