rpms/gsl/F-10 gsl.spec,1.45,1.46

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Mar 7 18:24:19 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/gsl/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13604

Modified Files:
	gsl.spec 
Log Message:
- Remove rpaths (fix BZ#487823).




Index: gsl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsl/F-10/gsl.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- gsl.spec	16 Sep 2008 07:48:06 -0000	1.45
+++ gsl.spec	7 Mar 2009 18:23:49 -0000	1.46
@@ -1,7 +1,7 @@
 Summary: The GNU Scientific Library for numerical analysis
 Name: gsl
 Version: 1.11
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://www.gnu.org/software/gsl/
 Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
 Patch0: gsl-1.10-lib64.patch
@@ -46,6 +46,8 @@
 
 %build
 %configure CFLAGS="$CFLAGS -fgnu89-inline"
+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
@@ -98,6 +100,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Sat Mar 07 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 1.11-5
+- Remove rpaths (fix BZ#487823).
+
 * Tue Sep 16 2008 Ivana Varekova <varekova at redhat.com> - 1.11-4
 - Resolves: #462369 - remove %%{_datadir}/aclocal
 - add automake dependency




More information about the fedora-extras-commits mailing list