rpms/libsamplerate/FC-5 libsamplerate.spec,1.11,1.12

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Jul 23 10:45:42 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/libsamplerate/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7552

Modified Files:
	libsamplerate.spec 
Log Message:
* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede at 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



Index: libsamplerate.spec
===================================================================
RCS file: /cvs/extras/rpms/libsamplerate/FC-5/libsamplerate.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libsamplerate.spec	16 Mar 2006 18:32:42 -0000	1.11
+++ libsamplerate.spec	23 Jul 2006 10:45:42 -0000	1.12
@@ -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 @@
 
 %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 @@
 
 
 %check || :
+export LD_LIBRARY_PATH=`pwd`/src/.libs
 make check
+unset LD_LIBRARY_PATH
 
 
 %clean
@@ -75,6 +80,13 @@
 
 
 %changelog
+* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede at 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
 




More information about the fedora-extras-commits mailing list