rpms/gstreamer-plugins-ugly/devel gstreamer-plugins-ugly.spec, 1.43, 1.44

Nicolas Chauvet kwizart at rpmfusion.org
Mon Jun 25 12:06:10 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/gstreamer-plugins-ugly/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9842

Modified Files:
	gstreamer-plugins-ugly.spec 
Log Message:
Fix condition



Index: gstreamer-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/devel/gstreamer-plugins-ugly.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- gstreamer-plugins-ugly.spec	25 Jun 2012 09:55:35 -0000	1.43
+++ gstreamer-plugins-ugly.spec	25 Jun 2012 10:06:10 -0000	1.44
@@ -23,7 +23,7 @@
 BuildRequires: gettext-devel
 BuildRequires: gtk-doc
 
-%if 0%{?fedora} <= 17 || 0%{?rhel} <= 6 
+%if 0%{?fedora} <= 17 && 0%{?rhel} <= 6 
 BuildRequires: libsidplay-devel >= 1.36.0
 %endif
 BuildRequires: a52dec-devel >= 0.7.3
@@ -117,7 +117,7 @@
 %{_libdir}/gstreamer-%{majorminor}/libgstlame.so
 %{_libdir}/gstreamer-%{majorminor}/libgstmad.so
 %{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so
-%if 0%{?fedora} <= 17 || 0%{?rhel} <= 6
+%if 0%{?fedora} <= 17 && 0%{?rhel} <= 6
 %{_libdir}/gstreamer-%{majorminor}/libgstsid.so
 %endif
 %{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so


More information about the rpmfusion-commits mailing list