rpms/gyachi/devel gyachi.spec,1.27,1.28 sources,1.18,1.19

Gregory D Hosler ghosler at fedoraproject.org
Tue Nov 18 16:45:57 UTC 2008


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23477

Modified Files:
	gyachi.spec sources 
Log Message:
obsoleted photo_album plugin.




Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/devel/gyachi.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- gyachi.spec	18 Nov 2008 15:39:19 -0000	1.27
+++ gyachi.spec	18 Nov 2008 16:45:26 -0000	1.28
@@ -1,3 +1,6 @@
+%define _without_photo_album 1
+%undefine _with_photo_album
+
 %ifnarch i386
 %define _without_wine 1
 %endif
@@ -17,7 +20,7 @@
 
 Name:		gyachi
 Version:	1.1.53
-Release:	13%{?dist}
+Release:	14%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
 Group:		Applications/Internet
@@ -111,6 +114,7 @@
 MCrypt encryption plugin for GyachI
 
 
+%if 0%{?_with_photo_album:1}
 %package        plugin-photo_album
 Summary:        Photo album plugin for GyachI
 Group:          Applications/Internet
@@ -118,6 +122,7 @@
 
 %description plugin-photo_album
 Photo album plugin for GyachI
+%endif
 
 
 %if 0%{!?_without_xmms:1}
@@ -212,7 +217,7 @@
 	%{?_without_gpgme:--disable-plugin_gpgme} \
 	%{?_without_pulseaudio:--disable-plugin_pulseaudio} \
 	%{?_without_libnotify:--disable-plugin_libnotify} \
-	--enable-plugin_photo_album \
+	%{?_without_photo_album:--disable-plugin_photo_album} \
 	%{!?_without_xmms:--enable-plugin_xmms}
 
 
@@ -270,9 +275,11 @@
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/plugins/%{name}mcrypt.so
 
+%if 0%{?_with_photo_album:1}
 %files plugin-photo_album
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/plugins/%{name}photos.so
+%endif
 
 %if 0%{!?_without_xmms:1}
 %files plugin-xmms
@@ -315,6 +322,9 @@
 
 
 %changelog
+* Wed Nov 19 2008 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.1.53-14
+- obsoleted photo_album plugin.
+
 * Mon Nov 17 2008 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.1.53-10
 - updated from upstream.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	18 Nov 2008 15:39:19 -0000	1.18
+++ sources	18 Nov 2008 16:45:26 -0000	1.19
@@ -1,2 +1,2 @@
 0145e05a63a4d3ff847e4a638512e88a  gyachi-1.1.53.tar.gz
-33b0914ccf585c44b1a1c86d22690681  libtool.patch
+9d60521e02c1ee3cc3418ba8db7fbb5f  libtool.patch




More information about the fedora-extras-commits mailing list