Re-add rpath removing
This commit is contained in:
parent
22bf5430d8
commit
3d36ec2590
@ -1,7 +1,7 @@
|
||||
Name: userspace-rcu
|
||||
Version: 0.9.2
|
||||
Release: 1%{?dist}
|
||||
Summary: RCU (read-copy-update) implementation in user space
|
||||
Release: 2%{?dist}
|
||||
Summary: RCU (read-copy-update) implementation in user-space
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -9,6 +9,7 @@ URL: http://liburcu.org
|
||||
Source0: http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: perl-Test-Harness
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
%description
|
||||
This data synchronization library provides read-side access which scales
|
||||
@ -32,6 +33,9 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
# Reinitialize libtool with the fedora version to remove Rpath
|
||||
autoreconf -vif
|
||||
|
||||
%configure --disable-static
|
||||
V=1 make %{?_smp_mflags}
|
||||
|
||||
@ -63,6 +67,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 22 2016 Michael Jeanson <mjeanson@efficios.com> - 0.9.2-2
|
||||
- Re-add rpath removing
|
||||
|
||||
* Tue Jun 21 2016 Michael Jeanson <mjeanson@efficios.com> - 0.9.2-1
|
||||
- New upstream release
|
||||
- Dropped aarch64 patch merged upstream
|
||||
|
||||
Loading…
Reference in New Issue
Block a user