Re-add rpath removing
This commit is contained in:
parent
d933c4f912
commit
4c9757b1f9
@ -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 <mjeanson@efficios.com> - 1.4.0-2
|
||||
- Re-add rpath removing
|
||||
|
||||
* Tue Jun 21 2016 Michael Jeanson <mjeanson@efficios.com> - 1.4.0-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user