Update to 1.0.11 Remove rpath from compiled binaries

This commit is contained in:
Jan Šafránek 2009-12-01 12:25:33 +00:00
parent 7bfae37b3a
commit 0efccdd519
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
lksctp-tools-1.0.10.tar.gz
lksctp-tools-1.0.11.tar.gz

View File

@ -1,7 +1,7 @@
Summary: User-space access to Linux Kernel SCTP
Name: lksctp-tools
Version: 1.0.10
Release: 2%{?dist}
Version: 1.0.11
Release: 1%{?dist}
# src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification
License: GPLv2 and GPLv2+ and LGPLv2 and MIT
Group: System Environment/Libraries
@ -51,6 +51,10 @@ Drafts).
%build
[ ! -x ./configure ] && sh bootstrap
%configure
# remove rpath from libtool
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
@ -92,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT
%doc doc/*.txt
%changelog
* Tue Dec 1 2009 Jan Safranek <jsafrane@redhat.com> 1.0.11-1
- Update to 1.0.11
- Remove rpath from compiled binaries
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
cbcb78adc6ba251a99d45e78470b5571 lksctp-tools-1.0.10.tar.gz
e9cf6c57402c9d4f1173a9529466e16d lksctp-tools-1.0.11.tar.gz