- 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
This commit is contained in:
Hans de Goede 2006-07-23 10:42:59 +00:00
parent e30fe4b419
commit 3bbfeefe3b

View File

@ -1,7 +1,7 @@
Summary: Sample rate conversion library for audio data Summary: Sample rate conversion library for audio data
Name: libsamplerate Name: libsamplerate
Version: 0.1.2 Version: 0.1.2
Release: 4%{?dist} Release: 5%{?dist}
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mega-nerd.com/SRC/ URL: http://www.mega-nerd.com/SRC/
@ -37,6 +37,9 @@ This package contains development files for %{name}
%build %build
%configure --disable-dependency-tracking --disable-fftw %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} make %{?_smp_mflags}
@ -48,7 +51,9 @@ rm _doc/Makefile* _doc/NEWS _doc/ChangeLog
%check || : %check || :
export LD_LIBRARY_PATH=`pwd`/src/.libs
make check make check
unset LD_LIBRARY_PATH
%clean %clean
@ -75,6 +80,13 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 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 <anvil[AT]livna.org> - 0.1.2-4.fc5 * Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.1.2-4.fc5
- rebuild - rebuild