Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/gsl-2.5.tar.gz
|
SOURCES/gsl-2.6.tar.gz
|
||||||
/gsl-2.5.tar.gz
|
|
||||||
|
|||||||
1
.gsl.metadata
Normal file
1
.gsl.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
9273164b6bdf60d0577518a1c1310eff6659e3dd SOURCES/gsl-2.6.tar.gz
|
||||||
@ -1,20 +1,18 @@
|
|||||||
Summary: The GNU Scientific Library for numerical analysis
|
Summary: The GNU Scientific Library for numerical analysis
|
||||||
Name: gsl
|
Name: gsl
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
Release: 1%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: http://www.gnu.org/software/gsl/
|
URL: http://www.gnu.org/software/gsl/
|
||||||
# info part of this package is under GFDL license
|
License: GPLv3+
|
||||||
# eigen/nonsymmv.c and eigen/schur.c
|
Source: http://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
|
||||||
# contains rutiens which are part of LAPACK - under BSD style license
|
|
||||||
License: GPLv3 and GFDL and BSD
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
|
|
||||||
Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
|
|
||||||
Patch0: gsl-1.10-lib64.patch
|
Patch0: gsl-1.10-lib64.patch
|
||||||
# http://lists.gnu.org/archive/html/bug-gsl/2015-12/msg00012.html
|
# http://lists.gnu.org/archive/html/bug-gsl/2015-12/msg00012.html
|
||||||
Patch1: gsl-tol.patch
|
Patch1: gsl-tol.patch
|
||||||
Patch2: gsl-test.patch
|
Patch2: gsl-test.patch
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Scientific Library (GSL) is a collection of routines for
|
The GNU Scientific Library (GSL) is a collection of routines for
|
||||||
@ -22,11 +20,9 @@ numerical analysis, written in C.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and the header files for GSL development
|
Summary: Libraries and the header files for GSL development
|
||||||
Group: Development/Libraries
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: pkgconfig
|
||||||
Requires(post): /sbin/install-info
|
Requires: automake
|
||||||
Requires(preun): /sbin/install-info
|
|
||||||
Requires: pkgconfig, automake
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The gsl-devel package contains the header files necessary for
|
The gsl-devel package contains the header files necessary for
|
||||||
@ -45,62 +41,92 @@ mv THANKS.aux THANKS
|
|||||||
%build
|
%build
|
||||||
# disable FMA
|
# disable FMA
|
||||||
%ifarch aarch64 ppc64 ppc64le s390 s390x
|
%ifarch aarch64 ppc64 ppc64le s390 s390x
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off"
|
export CFLAGS="%{optflags} -ffp-contract=off"
|
||||||
%endif
|
%endif
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check || ( cat */test-suite.log && exit 1 )
|
make check || ( cat */test-suite.log && exit 1 )
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT install='install -p'
|
%make_install
|
||||||
# remove unpackaged files from the buildroot
|
# remove unpackaged files from the buildroot
|
||||||
rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -rf %{buildroot}%{_infodir}/dir
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
# remove static libraries
|
# remove static libraries
|
||||||
rm -r $RPM_BUILD_ROOT%{_libdir}/*.a
|
rm -r %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post devel
|
|
||||||
if [ -f %{_infodir}/gsl-ref.info.gz ]; then
|
|
||||||
/sbin/install-info %{_infodir}/gsl-ref.info %{_infodir}/dir || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%preun devel
|
|
||||||
if [ "$1" = 0 ]; then
|
|
||||||
if [ -f %{_infodir}/gsl-ref.info.gz ]; then
|
|
||||||
/sbin/install-info --delete %{_infodir}/gsl-ref.info %{_infodir}/dir || :
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
||||||
%{_libdir}/libgsl.so.23*
|
|
||||||
%{_libdir}/libgslcblas.so.0*
|
|
||||||
%{_bindir}/gsl-histogram
|
%{_bindir}/gsl-histogram
|
||||||
%{_bindir}/gsl-randist
|
%{_bindir}/gsl-randist
|
||||||
|
%{_libdir}/libgsl.so.25*
|
||||||
|
%{_libdir}/libgslcblas.so.0*
|
||||||
%{_mandir}/man1/gsl-histogram.1*
|
%{_mandir}/man1/gsl-histogram.1*
|
||||||
%{_mandir}/man1/gsl-randist.1*
|
%{_mandir}/man1/gsl-randist.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/gsl-config*
|
%{_bindir}/gsl-config
|
||||||
%{_datadir}/aclocal/*
|
%{_libdir}/libgsl.so
|
||||||
%{_includedir}/*
|
%{_libdir}/libgslcblas.so
|
||||||
%{_infodir}/*info*
|
|
||||||
%{_libdir}/*.so
|
|
||||||
%{_libdir}/pkgconfig/gsl.pc
|
%{_libdir}/pkgconfig/gsl.pc
|
||||||
%{_mandir}/man1/gsl-config.1*
|
%{_mandir}/man1/gsl-config.1*
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/gsl.3*
|
||||||
|
%{_infodir}/gsl-ref.info*
|
||||||
|
%{_datadir}/aclocal/gsl.m4
|
||||||
|
%{_includedir}/gsl/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 13 2018 Pavel Cahyna <pcahyna@redhat.com> - 2.5-1
|
* Thu Feb 3 2022 Pavel Cahyna <pcahyna@redhat.com> - 2.6-7
|
||||||
- Update to 2.5
|
- Rebuilt with no changes to get the -devel package to CRB.
|
||||||
|
Resolves: rhbz#2035401
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.6-6
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.6-5
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Aug 20 2019 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.6-1
|
||||||
|
- Update to 2.6.
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 11 2019 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.5-1
|
||||||
|
- Update to 2.5.
|
||||||
|
- Updated license tag (the license that applies to the binaries) to GPLv3+.
|
||||||
|
- Bring spec file up to date by relying on recommended macros in build phase.
|
||||||
|
- Arched requires for base package in gsl-devel.
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 30 2018 Christian Dersch <lupinix@mailbox.org> - 2.4-6
|
||||||
|
- Rebuilt, next try
|
||||||
|
|
||||||
|
* Wed Feb 28 2018 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.4-5
|
||||||
|
- Added gcc buildrequires.
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
|
||||||
Loading…
Reference in New Issue
Block a user