From 772e3be3c3d7bb3fade55b465a3f11694e14bc1e Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 22 Jun 2016 11:27:52 -0400 Subject: [PATCH] Re-add rpath removing --- lttng-ust.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/lttng-ust.spec b/lttng-ust.spec index dd77294..ae7180f 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -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 - 2.8.1-2 +- Re-add rpath removing +- Fix spelling errors + * Tue Jun 21 2016 Michael Jeanson - 2.8.1-1 - New upstream release