[lives] Fix again conditional macros.

Antonio sagitter at rpmfusion.org
Sat Jul 9 12:11:17 CEST 2016


commit d22165b4b28e8d453f06cc76360c070e079c96d1
Author: sagitter <sagitter at fedoraproject.org>
Date:   Sat Jul 9 12:11:10 2016 +0200

    Fix again conditional macros.

 lives.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lives.spec b/lives.spec
index 3356d3e..2dfdb94 100644
--- a/lives.spec
+++ b/lives.spec
@@ -1,6 +1,6 @@
 Name:           lives
 Version:        2.6.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Video editor and VJ tool
 License:        GPLv3+ and LGPLv3+
 URL:            http://lives-video.com
@@ -47,7 +47,7 @@ BuildRequires:  bzip2-devel
 BuildRequires:  libappstream-glib
 
 # Packages for re-configuration
-%if 0%{?fedora} > 24
+%if 0%{?fedora} > 23
 BuildRequires:  autoconf, automake, libtool
 %endif
 
@@ -96,7 +96,7 @@ chmod a-x $i
 done
 
 %build
-%if 0%{?fedora} > 24
+%if 0%{?fedora} > 23
 autoreconf -ivf
 %endif
 %configure --disable-silent-rules --enable-shared --enable-static \
@@ -173,6 +173,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
 %{_datadir}/appdata/LiVES.appdata.xml
 
 %changelog
+* Sat Jul 09 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.3-4
+- Fix again conditional macros
+
 * Sat Jul 09 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.3-3
 - Patched for ffmpeg-3.0 on f24 too
 


More information about the rpmfusion-commits mailing list