From 233a37d9ba5f8363ec57d5835ffad4144be1f1bd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 24 Feb 2018 16:17:44 -0600 Subject: [PATCH] autoreconf instead of libtool hacks --- gstreamer1.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gstreamer1.spec b/gstreamer1.spec index 73170bf..2955e4f 100644 --- a/gstreamer1.spec +++ b/gstreamer1.spec @@ -39,6 +39,8 @@ BuildRequires: gtk-doc >= 1.3 BuildRequires: gettext BuildRequires: pkgconfig +# ./autogen.sh deps +BuildRequires: automake gettext-devel libtool BuildRequires: chrpath ### documentation requirements @@ -96,6 +98,9 @@ GStreamer streaming media framework. %patch1 -p1 -b .0001 %build +NOCONFIGURE=1 \ +./autogen.sh + %configure \ --with-package-name='Fedora GStreamer package' \ --with-package-origin='http://download.fedoraproject.org' \ @@ -105,10 +110,6 @@ GStreamer streaming media framework. --disable-silent-rules \ --disable-tests --disable-examples -# die rpath -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool - %make_build V=1