auto-import changelog data from gsl-0.7-2.src.rpm
Thu Jan 18 2001 Preston Brown <pbrown@redhat.com> - prereq install-info (#24250) Mon Dec 11 2000 Preston Brown <pbrown@redhat.com> - 0.7, remove excludearch for ia64
This commit is contained in:
parent
4486390e67
commit
3dbe879968
@ -1 +1 @@
|
||||
gsl-0.6.tar.gz
|
||||
gsl-0.7.tar.gz
|
||||
|
20
gsl.spec
20
gsl.spec
@ -1,13 +1,13 @@
|
||||
Summary: The GNU Scientific Library for numerical analysis.
|
||||
Name: gsl
|
||||
Version: 0.6
|
||||
Release: 5
|
||||
Version: 0.7
|
||||
Release: 2
|
||||
URL: http://sourceware.cygnus.com/gsl/
|
||||
Source: ftp://sourceware.cygnus.com/pub/gsl/gsl-%{version}.tar.gz
|
||||
Source: ftp://sourceware.cygnus.com/pub/gsl/%{name}-%{version}.tar.gz
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
ExcludeArch: ia64
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Prereq: /sbin/install-info
|
||||
|
||||
%description
|
||||
The gsl package includes the GNU Scientific Library (GSL). The GSL is a
|
||||
@ -34,7 +34,7 @@ make
|
||||
|
||||
%post
|
||||
/sbin/install-info %{_infodir}/gsl-ref.info.gz %{_infodir}/dir
|
||||
/sbin/ldconfig
|
||||
/sbin/ldconfig -n /usr/lib
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README NEWS
|
||||
%doc KNOWN-PROBLEMS MACHINES THANKS
|
||||
%doc KNOWN-PROBLEMS MACHINES THANKS TODO
|
||||
%{_bindir}/*
|
||||
%{_datadir}/aclocal/*
|
||||
%{_libdir}/*
|
||||
@ -57,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/*info*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 18 2001 Preston Brown <pbrown@redhat.com>
|
||||
- prereq install-info (#24250)
|
||||
|
||||
* Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
|
||||
- 0.7, remove excludearch for ia64
|
||||
|
||||
* Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||
- fix %post to be a real shell and add ldconfig to %post
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user