rpms/vlc/devel vlc.spec,1.11,1.12

NicolasChauvet kwizart at rpmfusion.org
Mon Oct 27 12:03:20 CET 2008


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26768

Modified Files:
	vlc.spec 
Log Message:
- Fix ppc/ppc64 build



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vlc.spec	26 Oct 2008 11:44:03 -0000	1.11
+++ vlc.spec	27 Oct 2008 11:03:20 -0000	1.12
@@ -19,7 +19,7 @@
 %else
 Version:	0.9.5
 %define _version %{version}
-%define release_tag   1
+%define release_tag   2
 %endif
 Release:	%{release_tag}%{?dist}
 License:	GPLv2+
@@ -506,7 +506,9 @@
 %files nox
 %defattr(-,root,root,-)
 %{_libdir}/vlc/video_output/libdirectfb_plugin.so
+%ifarch %{ix86} x86_64
 %{_libdir}/vlc/video_output/libsvgalib_plugin.so
+%endif
 
 %if %with_dc1394
 %files plugins-dc1394
@@ -533,6 +535,9 @@
 
 
 %changelog
+* Mon Oct 27 2008 kwizart < kwizart at gmail.com > - 0.9.5-2
+- Fix ppc/ppc64 build
+
 * Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 0.9.5-1
 - Update to 0.9.5
 - Use non-default rpmbuild options for dirac kate lua



More information about the rpmfusion-commits mailing list