rpms/get_iplayer/devel get_iplayer.spec,1.9,1.10

David Woodhouse dwmw2 at rpmfusion.org
Tue Aug 30 00:16:47 CEST 2011


Author: dwmw2

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

Modified Files:
	get_iplayer.spec 
Log Message:
conditionalise filter_setup properly


Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/devel/get_iplayer.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- get_iplayer.spec	29 Aug 2011 22:11:18 -0000	1.9
+++ get_iplayer.spec	29 Aug 2011 22:16:47 -0000	1.10
@@ -1,6 +1,6 @@
 Name:		get_iplayer
 Version:	2.80
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Lists, Records and Streams BBC iPlayer TV and Radio programmes
 
 Group:		Applications/Internet
@@ -19,11 +19,11 @@
 BuildRequires:	perl(HTML::Entities) perl(HTTP::Cookies)
 Requires:	rtmpdump ffmpeg id3v2 lame mplayer vlc
 
-%if 0%{?fedora}
+%{?filter_setup:
 # https://bugzilla.redhat.com/show_bug.cgi?id=734244
 %filter_from_requires /perl(Programme.*)/d; /perl(Streamer)/d;
 %filter_setup
-%endif
+}
 
 BuildArch:	noarch
 
@@ -57,6 +57,9 @@
 %doc README.txt
 
 %changelog
+* Mon Aug 29 2011 David Woodhouse <dwmw2 at infradead.org> 2.80-4
+- conditionalise %%filter_setup properly.
+
 * Mon Aug 29 2011 David Woodhouse <dwmw2 at infradead.org> 2.80-3
 - Make the requires filtering work in rpmfusion build system
 



More information about the rpmfusion-commits mailing list