From 4486390e6779e13ac37d7c560697e0cee4621e69 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:53:04 +0000 Subject: [PATCH] auto-import changelog data from gsl-0.6-5.src.rpm Sun Jul 30 2000 Florian La Roche - fix %post to be a real shell and add ldconfig to %post Thu Jul 13 2000 Prospector - automatic rebuild Mon Jun 19 2000 Preston Brown - don't include the info dir file... Sat Jun 17 2000 Bill Nottingham - add %defattr Mon Jun 12 2000 Preston Brown - 0.6, FHS paths - exclude ia64, it is having issues Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 2) Thu Mar 11 1999 Bill Nottingham - update to 0.3f - add patches to fix glibc-2.1 compilation, doc oddity Thu Feb 25 1999 Bill Nottingham - new summary/description, work around automake oddity Tue Jan 12 1999 Michael K. Johnson - libtoolize for arm Thu Sep 10 1998 Cristian Gafton - spec file fixups Sat May 09 1998 Michael Fulbright - started with package for gmp from Toshio Kuratomi - cleaned up file list - fixed up install-info support --- .cvsignore | 1 + gsl.spec | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 97 insertions(+) create mode 100644 gsl.spec diff --git a/.cvsignore b/.cvsignore index e69de29..08fa137 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gsl-0.6.tar.gz diff --git a/gsl.spec b/gsl.spec new file mode 100644 index 0000000..b86804f --- /dev/null +++ b/gsl.spec @@ -0,0 +1,95 @@ +Summary: The GNU Scientific Library for numerical analysis. +Name: gsl +Version: 0.6 +Release: 5 +URL: http://sourceware.cygnus.com/gsl/ +Source: ftp://sourceware.cygnus.com/pub/gsl/gsl-%{version}.tar.gz +License: GPL +Group: System Environment/Libraries +BuildRoot: %{_tmppath}/%{name}-%{version}-root +ExcludeArch: ia64 + +%description +The gsl package includes the GNU Scientific Library (GSL). The GSL is a +collection of routines for numerical analysis, written in C. The GSL is +in alpha development. It now includes a random number suite, an FFT +package, simulated annealing and root finding. In the future, it will +include numerical and Monte Carlo integration and special functions. +Linking against the GSL allows programs to access functions which can +handle many of the problems encountered in scientific computing. + +Install the gsl package if you need a library for high-level scientific +numerical analysis. + +%prep +%setup -q + +%build +%configure +touch doc/gsl-ref.info +make + +%install +%makeinstall + +%post +/sbin/install-info %{_infodir}/gsl-ref.info.gz %{_infodir}/dir +/sbin/ldconfig + +%postun -p /sbin/ldconfig + +%preun +if [ "$1" = 0 ]; then + /sbin/install-info --delete %{_infodir}/gsl-ref.info.gz %{_infodir}/dir +fi + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README NEWS +%doc KNOWN-PROBLEMS MACHINES THANKS +%{_bindir}/* +%{_datadir}/aclocal/* +%{_libdir}/* +%{_includedir}/* +%{_infodir}/*info* + +%changelog +* Sun Jul 30 2000 Florian La Roche +- fix %post to be a real shell and add ldconfig to %post + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Preston Brown +- don't include the info dir file... + +* Sat Jun 17 2000 Bill Nottingham +- add %%defattr + +* Mon Jun 12 2000 Preston Brown +- 0.6, FHS paths +- exclude ia64, it is having issues + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 2) + +* Thu Mar 11 1999 Bill Nottingham +- update to 0.3f +- add patches to fix glibc-2.1 compilation, doc oddity + +* Thu Feb 25 1999 Bill Nottingham +- new summary/description, work around automake oddity + +* Tue Jan 12 1999 Michael K. Johnson +- libtoolize for arm + +* Thu Sep 10 1998 Cristian Gafton +- spec file fixups + +* Sat May 9 1998 Michael Fulbright +- started with package for gmp from Toshio Kuratomi +- cleaned up file list +- fixed up install-info support diff --git a/sources b/sources index e69de29..30578c2 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1081bca46d26dbed01ba8476daa9aaa4 gsl-0.6.tar.gz