rpms/gyachi/EL-5 gyachi.spec,1.3,1.4

Gregory D Hosler (ghosler) fedora-extras-commits at redhat.com
Thu Jun 19 14:10:51 UTC 2008


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28708

Modified Files:
	gyachi.spec 
Log Message:
disabled xmms plugin for rhel compiles




Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/EL-5/gyachi.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gyachi.spec	19 Jun 2008 13:55:08 -0000	1.3
+++ gyachi.spec	19 Jun 2008 14:10:05 -0000	1.4
@@ -6,9 +6,13 @@
 %define _without_pulseaudio 1
 %endif
 
+%if %{ 0%{?rhel}
+%define _without_xmms 1
+%endif
+
 Name:		gyachi
 Version:	1.1.35
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
 Group:		Applications/Internet
@@ -97,6 +101,7 @@
 Photo album plugin for GyachI
 
 
+%if 0%{!?_without_xmms:1}
 %package        plugin-xmms
 Summary:        XMMS plugin for GyachI
 Group:          Applications/Internet
@@ -106,6 +111,7 @@
 
 %description plugin-xmms
 XMMS plugin for GyachI
+%endif
 
 
 %package        plugin-libnotify
@@ -164,7 +170,7 @@
 	%{?_without_wine:--disable-wine} \
 	%{?_without_pulseaudio:--disable-plugin_pulseaudio} \
 	--enable-plugin_photo_album \
-	--enable-plugin_xmms
+	%{!?_without_xmms:--enable-plugin_xmms}
 
 
 make %{?_smp_mflags}
@@ -222,9 +228,11 @@
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/plugins/%{name}photos.so
 
+%if 0%{!?_without_xmms:1}
 %files plugin-xmms
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/plugins/%{name}xmms.so
+%endif
 
 %files plugin-libnotify
 %defattr(-,root,root,-)
@@ -253,6 +261,9 @@
 
 
 %changelog
+* Mon Jun 16 2008 Gregory D Hosler <ghosler at fedoraproject.org> - 1.1.35-8
+- disabled xmms plugin for rhel
+
 * Mon Jun 16 2008 Gregory D Hosler <ghosler at fedoraproject.org> - 1.1.35-6
 - Made Alsa driver a plugin, added pulseaudio support as a plugin.
 - Disabled pulseaudio plugin for F7




More information about the fedora-extras-commits mailing list