[vlc/f24] Re-enable bootstrap Disable libtool patch

nchauvet nchauvet at rpmfusion.org
Thu Sep 8 13:19:36 CEST 2016


commit c19bdd7eac500424db817b56c426ede744a80703
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Thu Sep 8 12:32:46 2016 +0200

    Re-enable bootstrap
    Disable libtool patch

 vlc.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 438f9db..7373ef5 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,5 +1,5 @@
 %global vlc_rc			-20160901-0221-git
-#global _with_bootstrap		1
+%global _with_bootstrap		1
 %global _with_workaround_circle_deps 1
 %if 0%{?!_without_freeworld:1}
 %global _with_a52dec 1
@@ -38,7 +38,7 @@ Group:		Applications/Multimedia
 URL:		http://www.videolan.org
 #Source0:	http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{?vlc_rc}.tar.xz
 # nightly for 3.0
-Source0:    http://nightlies.videolan.org/build/source/%{version}/vlc-%{version}%{?vlc_rc}.tar.xz
+Source0:	http://nightlies.videolan.org/build/source/vlc-%{version}%{?vlc_rc}.tar.xz
 
 BuildRequires:	desktop-file-utils
 
@@ -290,7 +290,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
 	--enable-lirc
 
 
-%if 1
+%if 0
 # remove rpath from libtool
 sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -507,7 +507,7 @@ fi || :
 
 %changelog
 * Thu Sep 08 2016 Nicolas Chauvet <kwizart at gmail.com> - 3.0.0-0.8
-- Re-enable cleaning and rpath fix as we don't rebootstrap
+- Re-enable bootstrap
 
 * Fri Sep 02 2016 Nicolas Chauvet <kwizart at gmail.com> - 3.0.0-0.7
 - Bump to 20160901 nightly


More information about the rpmfusion-commits mailing list