From 0efccdd519486aabd56da660932444685b03667e Mon Sep 17 00:00:00 2001 From: Jan Šafránek Date: Dec 01 2009 12:25:33 +0000 Subject: Update to 1.0.11 Remove rpath from compiled binaries --- diff --git a/.cvsignore b/.cvsignore index 4e7aff0..98f943f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lksctp-tools-1.0.10.tar.gz +lksctp-tools-1.0.11.tar.gz diff --git a/lksctp-tools.spec b/lksctp-tools.spec index 798cb54..1545281 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -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 1.0.11-1 +- Update to 1.0.11 +- Remove rpath from compiled binaries + * Sat Jul 25 2009 Fedora Release Engineering - 1.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index af8dd34..84757c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cbcb78adc6ba251a99d45e78470b5571 lksctp-tools-1.0.10.tar.gz +e9cf6c57402c9d4f1173a9529466e16d lksctp-tools-1.0.11.tar.gz