- 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:
parent
e30fe4b419
commit
3bbfeefe3b
@ -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 <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
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user