rpms/xfce4-toys/FC-3 xfce4-toys.spec,1.1,1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Mon Mar 21 01:33:31 UTC 2005


Author: wtogami

Update of /cvs/extras/rpms/xfce4-toys/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27641

Modified Files:
	xfce4-toys.spec 
Log Message:
fix BuildReqs and prep for FC3 build



Index: xfce4-toys.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-toys/FC-3/xfce4-toys.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-toys.spec	19 Mar 2005 18:14:46 -0000	1.1
+++ xfce4-toys.spec	21 Mar 2005 01:33:29 -0000	1.2
@@ -1,14 +1,18 @@
 Summary: Various tools for Xfce4
 Name: xfce4-toys
 Version: 4.2.1
-Release: 1
+Release: 2.FC3
 License: BSD
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-toys-4.2.1.tar.bz2
 Group: User Interface/Desktops
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: xfce4-panel >= 4.2.1
-BuildRequires: xfce4-panel >= 4.2.1
+BuildRequires: xfce4-panel-devel >= 4.2.1
+BuildRequires: libxfcegui4-devel >= 4.2.1
+BuildRequires: libxml2-devel
+BuildRequires: startup-notification-devel
+BuildRequires: gettext
 
 %description
 xfce4-toys includes an "xeyes" type plugin for the Xfce4 panel
@@ -24,7 +28,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
@@ -40,6 +44,9 @@
 %{_datadir}/xfce4/tips/*
 
 %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
 - Upgraded to 4.2.1 version
 




More information about the fedora-extras-commits mailing list