rpms/get_iplayer/F-15 get_iplayer.spec,1.8,1.9

David Woodhouse dwmw2 at rpmfusion.org
Tue Aug 30 00:23:27 CEST 2011


Author: dwmw2

Update of /cvs/free/rpms/get_iplayer/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7636

Modified Files:
	get_iplayer.spec 
Log Message:
fix requires


Index: get_iplayer.spec
===================================================================
RCS file: /cvs/free/rpms/get_iplayer/F-15/get_iplayer.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- get_iplayer.spec	29 Aug 2011 21:47:00 -0000	1.8
+++ get_iplayer.spec	29 Aug 2011 22:23:27 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		get_iplayer
 Version:	2.80
-Release:	2%{?dist}
+Release:	4%{?dist}
 Summary:	Lists, Records and Streams BBC iPlayer TV and Radio programmes
 
 Group:		Applications/Internet
@@ -19,9 +19,11 @@
 BuildRequires:	perl(HTML::Entities) perl(HTTP::Cookies)
 Requires:	rtmpdump ffmpeg id3v2 lame mplayer vlc
 
+%{?filter_setup:
 # https://bugzilla.redhat.com/show_bug.cgi?id=734244
 %filter_from_requires /perl(Programme.*)/d; /perl(Streamer)/d;
 %filter_setup
+}
 
 BuildArch:	noarch
 
@@ -55,6 +57,12 @@
 %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
+
 * Mon Aug 29 2011 David Woodhouse <dwmw2 at infradead.org> 2.80-2
 - Remove superfluous perl requires
 



More information about the rpmfusion-commits mailing list