Re-add rpath removing
This commit is contained in:
parent
a57e86984c
commit
772e3be3c3
@ -1,6 +1,6 @@
|
||||
Name: lttng-ust
|
||||
Version: 2.8.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2 and GPLv2 and MIT
|
||||
Group: Development/Libraries
|
||||
Summary: LTTng Userspace Tracer library
|
||||
@ -8,12 +8,13 @@ URL: https://lttng.org
|
||||
Source0: https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: python
|
||||
BuildRequires: libuuid-devel texinfo libtool
|
||||
BuildRequires: libuuid-devel texinfo
|
||||
BuildRequires: userspace-rcu-devel >= 0.8.0
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
%description
|
||||
This library may be used by user space applications to generate
|
||||
tracepoints using LTTng.
|
||||
This library may be used by user-space applications to generate
|
||||
trace-points using LTTng.
|
||||
|
||||
%package -n %{name}-devel
|
||||
Summary: LTTng Userspace Tracer library headers and development files
|
||||
@ -23,7 +24,7 @@ Requires: userspace-rcu-devel
|
||||
|
||||
%description -n %{name}-devel
|
||||
This library provides support for developing programs using
|
||||
LTTng userspace tracing
|
||||
LTTng user-space tracing
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -34,6 +35,9 @@ LTTng userspace tracing
|
||||
%global optflags %(echo %{optflags} | sed 's/-O2/-O1/')
|
||||
%endif
|
||||
|
||||
# Reinitialize libtool with the fedora version to remove Rpath
|
||||
autoreconf -vif
|
||||
|
||||
%configure --docdir=%{_docdir}/%{name} --disable-static
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
@ -72,6 +76,10 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
||||
%{_docdir}/%{name}/examples/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 22 2016 Michael Jeanson <mjeanson@efficios.com> - 2.8.1-2
|
||||
- Re-add rpath removing
|
||||
- Fix spelling errors
|
||||
|
||||
* Tue Jun 21 2016 Michael Jeanson <mjeanson@efficios.com> - 2.8.1-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user