diff --git a/babeltrace.spec b/babeltrace.spec index d43d9ad..43d7d84 100644 --- a/babeltrace.spec +++ b/babeltrace.spec @@ -1,6 +1,6 @@ Name: babeltrace Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Trace Viewer and Converter, mainly for the Common Trace Format License: MIT and GPLv2 URL: https://www.efficios.com/babeltrace @@ -15,6 +15,7 @@ BuildRequires: popt-devel >= 1.13 BuildRequires: python3-devel BuildRequires: swig >= 2.0 BuildRequires: elfutils-devel >= 0.154 +BuildRequires: autoconf automake libtool # For check BuildRequires: perl-Test-Harness Requires: lib%{name}%{?_isa} = %{version}-%{release} @@ -64,6 +65,9 @@ to/from another trace format. %setup -q %build +# Reinitialize libtool with the fedora version to remove Rpath +autoreconf -vif + export PYTHON=%{__python3} %configure --disable-static --enable-python-bindings @@ -111,6 +115,9 @@ rm -f %{buildroot}/%{_pkgdocdir}/std-ext-lib.txt %changelog +* Wed Jun 22 2016 Michael Jeanson - 1.4.0-2 +- Re-add rpath removing + * Tue Jun 21 2016 Michael Jeanson - 1.4.0-1 - New upstream release