Remove rpath
(cherry picked from commit 3b5b0bafa94edd6f9d75beef590a953ccdeb5263)
This commit is contained in:
parent
761d61ac98
commit
4a50594163
9
gsl.spec
9
gsl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gsl
|
Name: gsl
|
||||||
Version: 2.7
|
Version: 2.7
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The GNU Scientific Library for numerical analysis
|
Summary: The GNU Scientific Library for numerical analysis
|
||||||
URL: http://www.gnu.org/software/gsl/
|
URL: http://www.gnu.org/software/gsl/
|
||||||
License: GPLv3 and GFDL-1.3-or-later and BSD
|
License: GPLv3 and GFDL-1.3-or-later and BSD
|
||||||
@ -9,6 +9,7 @@ Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
|
|||||||
Patch0: gsl-test.patch
|
Patch0: gsl-test.patch
|
||||||
|
|
||||||
BuildRequires: gcc pkgconfig
|
BuildRequires: gcc pkgconfig
|
||||||
|
BuildRequires: chrpath
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Scientific Library (GSL) is a collection of routines for
|
The GNU Scientific Library (GSL) is a collection of routines for
|
||||||
@ -51,6 +52,9 @@ make check || ( cat */test-suite.log && exit 1 )
|
|||||||
%install_info_rm
|
%install_info_rm
|
||||||
%delete_la_and_a
|
%delete_la_and_a
|
||||||
|
|
||||||
|
chrpath -d %{buildroot}/%{_bindir}/gsl-randist
|
||||||
|
chrpath -d %{buildroot}/%{_bindir}/gsl-histogram
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -90,6 +94,9 @@ fi
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 20 2024 yaoxin <yao_xin001@hoperun.com> - 2.7-2
|
||||||
|
- Remove rpath
|
||||||
|
|
||||||
* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 2.7-1
|
* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 2.7-1
|
||||||
- Update to 2.7 version
|
- Update to 2.7 version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user