[mplayer] BR: perl-generators for proper dependency generation

Paul Howarth pghmcfc at rpmfusion.org
Tue Oct 25 17:02:07 CEST 2016


commit 5b370274e4f64008e5b54c7ae03f6a37fe4f1bae
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Oct 25 16:01:07 2016 +0100

    BR: perl-generators for proper dependency generation
    
    See https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl

 mplayer.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index c8be9aa..204f925 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -9,7 +9,7 @@ Version:        1.3.0
 %if 0%{?svn}
 Release:        35.%{?pre}%{?dist}
 %else
-Release:        2%{?dist}
+Release:        3%{?dist}
 %endif
 Summary:        Movie player playing most video formats and DVDs
 
@@ -75,6 +75,7 @@ BuildRequires:  libvorbis-devel
 BuildRequires:  lirc-devel
 #BuildRequires:  live555-devel #broken - see libnemesi as an alternative
 BuildRequires:  lzo-devel >= 2
+BuildRequires:  perl-generators
 BuildRequires:  pulseaudio-libs-devel
 BuildRequires:  speex-devel >= 1.1
 BuildRequires:  twolame-devel
@@ -379,6 +380,10 @@ update-desktop-database &>/dev/null || :
 %{_datadir}/mplayer/*.fp
 
 %changelog
+* Tue Oct 25 2016 Paul Howarth <paul at city-fan.org> - 1.3.0-3
+- BR: perl-generators for proper dependency generation
+  (https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl)
+
 * Sat Jul 30 2016 Julian Sikorski <belegdol at fedoraproject.org> - 1.3.0-2
 - Rebuilt for ffmpeg-3.1.1
 


More information about the rpmfusion-commits mailing list