rpms/gsl/devel gsl.spec,1.48,1.49

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Mar 7 17:53:54 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/gsl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6106

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




Index: gsl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsl/devel/gsl.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- gsl.spec	25 Feb 2009 01:22:32 -0000	1.48
+++ gsl.spec	7 Mar 2009 17:53:24 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: The GNU Scientific Library for numerical analysis
 Name: gsl
 Version: 1.12
-Release: 2%{?dist}
+Release: 3%{?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.12-3
+- Remove rpaths (fix BZ#487823).
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list