From 3bbfeefe3bd2d2cbe2cfa3f9bac8c578f9e01eff Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 23 Jul 2006 10:42:59 +0000 Subject: [PATCH] - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already been done, since the last rebuild was of March 16 and the Rebuild Request bug of March 19? Rebuilding anyway to be sure (bug 185876) - Fix (remove) use of rpath --- libsamplerate.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/libsamplerate.spec b/libsamplerate.spec index 76dd188..53d1317 100644 --- a/libsamplerate.spec +++ b/libsamplerate.spec @@ -1,7 +1,7 @@ Summary: Sample rate conversion library for audio data Name: libsamplerate Version: 0.1.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.mega-nerd.com/SRC/ @@ -37,6 +37,9 @@ This package contains development files for %{name} %build %configure --disable-dependency-tracking --disable-fftw +# Don't use rpath! +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} @@ -48,7 +51,9 @@ rm _doc/Makefile* _doc/NEWS _doc/ChangeLog %check || : +export LD_LIBRARY_PATH=`pwd`/src/.libs make check +unset LD_LIBRARY_PATH %clean @@ -75,6 +80,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 23 2006 Hans de Goede 0.1.2-5 +- Taking over as maintainer since Anvil has other priorities +- Long long due rebuild with new gcc for FC-5, it seems this may have already + been done, since the last rebuild was of March 16 and the Rebuild Request + bug of March 19? Rebuilding anyway to be sure (bug 185876) +- Fix (remove) use of rpath + * Thu Mar 16 2006 Dams - 0.1.2-4.fc5 - rebuild