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

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


Author: wtogami

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

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



Index: xfce4-mixer.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mixer/devel/xfce4-mixer.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-mixer.spec	19 Mar 2005 18:06:05 -0000	1.1
+++ xfce4-mixer.spec	21 Mar 2005 01:12:49 -0000	1.2
@@ -1,14 +1,21 @@
 Summary: Volume control plugin for the Xfce 4 panel
 Name: xfce4-mixer
 Version: 4.2.1
-Release: 1
+Release: 2.FC4
 License: BSD
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-mixer-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: libxfce4util-devel >= 4.2.1
+BuildRequires: libxfcegui4-devel >= 4.2.1
+BuildRequires: libxfce4mcs-devel >= 4.2.1
+BuildRequires: xfce-mcs-manager-devel >= 4.2.1
+BuildRequires: libxml2 >= 2.4.0
+BuildRequires: startup-notification-devel
+BuildRequires: gettext
 
 %description
 Volume control plugin for the Xfce 4 panel
@@ -23,7 +30,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 +45,9 @@
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-mixer.png
 
 %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
 




More information about the scm-commits mailing list