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.
|
Summary: The GNU Scientific Library for numerical analysis.
|
||||||
Name: gsl
|
Name: gsl
|
||||||
Version: 0.6
|
Version: 0.7
|
||||||
Release: 5
|
Release: 2
|
||||||
URL: http://sourceware.cygnus.com/gsl/
|
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
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
ExcludeArch: ia64
|
Prereq: /sbin/install-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gsl package includes the GNU Scientific Library (GSL). The GSL is a
|
The gsl package includes the GNU Scientific Library (GSL). The GSL is a
|
||||||
@ -34,7 +34,7 @@ make
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/install-info %{_infodir}/gsl-ref.info.gz %{_infodir}/dir
|
/sbin/install-info %{_infodir}/gsl-ref.info.gz %{_infodir}/dir
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig -n /usr/lib
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README NEWS
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README NEWS
|
||||||
%doc KNOWN-PROBLEMS MACHINES THANKS
|
%doc KNOWN-PROBLEMS MACHINES THANKS TODO
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
%{_libdir}/*
|
%{_libdir}/*
|
||||||
@ -57,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*info*
|
%{_infodir}/*info*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
- fix %post to be a real shell and add ldconfig to %post
|
- fix %post to be a real shell and add ldconfig to %post
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user