rpms/xfce4-appfinder/devel xfce4-appfinder.spec,1.1,1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Mon Mar 21 00:54:11 UTC 2005


Author: wtogami

Update of /cvs/extras/rpms/xfce4-appfinder/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25266

Modified Files:
	xfce4-appfinder.spec 
Log Message:
fix BuildReqs and prep for FC4 build



Index: xfce4-appfinder.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-appfinder/devel/xfce4-appfinder.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-appfinder.spec	19 Mar 2005 17:58:45 -0000	1.1
+++ xfce4-appfinder.spec	21 Mar 2005 00:54:09 -0000	1.2
@@ -1,14 +1,16 @@
 Summary: Appfinder for the Xfce4 Desktop Environment
 Name: xfce4-appfinder
 Version: 4.2.1
-Release: 1
+Release: 2.FC4
 License: GPL
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-appfinder-4.2.1.tar.bz2
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: libxfcegui4 >= 4.2.0
-BuildRequires: libxfcegui4-devel >= 4.2.0
+Requires: libxfcegui4 >= 4.2.1
+BuildRequires: libxfcegui4-devel >= 4.2.1
+BuildRequires: startup-notification-devel
+BuildRequires: gettext
 
 %description
 xfce-appfinder shows system wide installed applications
@@ -23,7 +25,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
 %clean
@@ -38,6 +40,9 @@
 %{_datadir}/xfce4/doc/C/*
 
 %changelog
+* Sun Mar 20 2005 Warren Togami <wtogami at redhat.com> - 4.2.1-2
+- fix BuildReqs
+
 * Tue Mar 15 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-1
 - Updated to 4.2.1 version
 - Fixed %files section to not list lang files twice




More information about the fedora-extras-commits mailing list