From 6965395f47dbdb8686fc46b483a44ba17d87f8e4 Mon Sep 17 00:00:00 2001 From: blublue Date: Tue, 7 May 2024 03:06:39 +0000 Subject: [PATCH] Reinitialize libtool to remove Rpath Signed-off-by: blublue --- gsl.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gsl.spec b/gsl.spec index c9580a7..3fda387 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,6 +1,6 @@ Name: gsl Version: 2.7 -Release: 1 +Release: 2 Summary: The GNU Scientific Library for numerical analysis URL: http://www.gnu.org/software/gsl/ License: GPLv3 and GFDL-1.3-or-later and BSD @@ -8,7 +8,7 @@ Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz Patch0: gsl-test.patch -BuildRequires: gcc pkgconfig +BuildRequires: gcc pkgconfig libtool %description The GNU Scientific Library (GSL) is a collection of routines for @@ -35,6 +35,8 @@ touch -r THANKS THANKS.aux mv THANKS.aux THANKS %build +# Reinitialize libtool to remove Rpath +autoreconf -vif # disable FMA %ifarch aarch64 loongarch64 export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off" @@ -90,6 +92,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Tue May 07 2024 guoqinglan - 2.7-2 +- Reinitialize libtool to remove Rpath + * Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 2.7-1 - Update to 2.7 version -- Gitee