[lives] Add some missing build dependencies

Paul Howarth pghmcfc at rpmfusion.org
Mon Oct 24 12:11:36 CEST 2016


commit dbd5b1f2853a9abf504d6352e0272f8fff4148b8
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Oct 24 11:10:58 2016 +0100

    Add some missing build dependencies
    
    - BR: perl-generators for proper dependency generation
      (https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl)
    - BR: python2-devel for %__python2 macro definition

 lives.spec | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/lives.spec b/lives.spec
index cae5b14..f6ef8d2 100644
--- a/lives.spec
+++ b/lives.spec
@@ -13,7 +13,7 @@
 
 Name:           lives
 Version:        2.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Video editor and VJ tool
 License:        GPLv3+ and LGPLv3+
 URL:            http://lives-video.com
@@ -58,6 +58,8 @@ BuildRequires:  ffmpeg-devel
 BuildRequires:  bzip2-devel
 BuildRequires:  libappstream-glib
 BuildRequires:  gcc-c++
+BuildRequires:  perl-generators
+BuildRequires:  python2-devel
 
 # Packages for re-configuration
 BuildRequires:  autoconf, automake, libtool
@@ -187,6 +189,11 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
 %{_datadir}/appdata/LiVES.appdata.xml
 
 %changelog
+* Mon Oct 24 2016 Paul Howarth <paul at city-fan.org> - 2.8.0-2
+- BR: perl-generators for proper dependency generation
+  (https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl)
+- BR: python2-devel for %%__python2 macro definition
+
 * Sat Sep 03 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.8.0-1
 - Update to 2.8.0
 


More information about the rpmfusion-commits mailing list