Name: libgsl23 Version: 2.6 Release: 1mamba Summary: GNU Scientific Library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://www.gnu.org/software/gsl/ Source0: ftp://ftp.gnu.org/gnu/gsl/gsl-%{version}.tar.gz Source1: http://www.gnu.org/software/gsl/manual/gsl-ref_toc.html Source2: http://www.gnu.org/software/gsl/manual/gsl-ref.ps.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END Requires(post):%{__install_info} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total. This package contains static libraries and header files need for development. %package doc Group: Documentation Summary: GNU Scientific Library (GSL) documentation Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description doc he GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total. This package contains the GNU Scientific Library (GSL) documentation. %prep %setup -q -n gsl-%{version} %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall install -D -m644 %{S:1} rpm.doc/%{S:1} install -D -m644 %{S:2} rpm.doc/%{S:2} rm -f %{buildroot}%{_libdir}/libgslcblas.{so*,a,la} %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post /sbin/ldconfig exit 0 %preun /sbin/ldconfig exit 0 %files %defattr(-,root,root) %{_libdir}/libgsl.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %{_bindir}/gsl-config %{_bindir}/gsl-histogram %{_bindir}/gsl-randist %{_datadir}/aclocal/gsl.m4 %dir %{_includedir}/gsl %{_includedir}/gsl/*.h %{_libdir}/libgsl.a %{_libdir}/libgsl.la %{_libdir}/libgsl.so %{_libdir}/pkgconfig/*.pc %{_infodir}/gsl-ref.* %{_mandir}/man1/gsl-config.* %{_mandir}/man1/gsl-histogram.* %{_mandir}/man1/gsl-randist.* %{_mandir}/man3/gsl.* %doc BUGS ChangeLog NEWS README THANKS TODO %files doc %defattr(-,root,root) %doc rpm.doc/%{SOURCE1} rpm.doc/%{SOURCE2} %changelog * Sun Sep 13 2020 Automatic Build System 2.6-1mamba - automatic update by autodist * Fri Nov 22 2019 Silvan Calarco 2.5-2mamba - legacy package * Sat Jun 16 2018 Automatic Build System 2.5-1mamba - automatic version update by autodist * Wed Jun 28 2017 Automatic Build System 2.4-1mamba - automatic version update by autodist * Sun Dec 18 2016 Automatic Build System 2.3-1mamba - automatic version update by autodist * Sun Sep 04 2016 Automatic Build System 2.2.1-1mamba - automatic version update by autodist * Thu Feb 11 2016 Automatic Build System 2.1-1mamba - automatic update by autodist * Mon Nov 02 2015 Automatic Build System 2.0-1mamba - automatic update by autodist * Sun Jul 21 2013 Automatic Build System 1.16-1mamba - automatic update by autodist * Thu Jun 16 2011 Automatic Build System 1.15-1mamba - automatic update by autodist * Fri Apr 23 2010 Automatic Build System 1.14-1mamba - automatic update by autodist * Thu Sep 10 2009 Automatic Build System 1.13-1mamba - automatic update by autodist * Sun Jan 04 2009 Silvan Calarco 1.12-1mamba - automatic update by autodist * Tue May 13 2008 Aleph0 1.11-1mamba - update to 1.11 * Thu Sep 20 2007 Aleph0 1.10-1mamba - update to 1.10 * Thu Mar 08 2007 Davide Madrisan 1.9-1qilnx - update to version 1.9 by autospec * Wed Apr 12 2006 Davide Madrisan 1.8-1qilnx - update to version 1.8 by autospec * Fri Sep 16 2005 Davide Madrisan 1.7-1qilnx - package created by autospec