rpms/gyachi/devel gyachi.spec,1.2,1.3

Gregory D Hosler (ghosler) fedora-extras-commits at redhat.com
Tue May 20 13:52:48 UTC 2008


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26480

Modified Files:
	gyachi.spec 
Log Message:
fix spec file to build xmms & photoshare plugin's by default (configure defaults
to not building these 2 plugins).




Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/devel/gyachi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gyachi.spec	20 May 2008 13:29:54 -0000	1.2
+++ gyachi.spec	20 May 2008 13:52:02 -0000	1.3
@@ -127,9 +127,9 @@
 ./autogen.sh
 
 %ifarch i386
-%configure --disable-rpath --enable-v4l2 --libexecdir=%{_libexecdir}/gyachi
+%configure --disable-rpath --enable-v4l2 --enable-plugin_photo_album --enable-plugin_xmms --libexecdir=%{_libexecdir}/gyachi
 %else
-%configure --disable-rpath --enable-v4l2 --libexecdir=%{_libexecdir}/gyachi --disable-wine
+%configure --disable-rpath --enable-v4l2 --enable-plugin_photo_album --enable-plugin_xmms --libexecdir=%{_libexecdir}/gyachi --disable-wine
 %endif
 make %{?_smp_mflags}
 




More information about the fedora-extras-commits mailing list