- Resolves: 223700 id output shows context twice

- spec file cleanup
This commit is contained in:
Ivana Varekova 2007-01-22 14:35:59 +00:00
parent 92e6bc8125
commit e1beed372a

View File

@ -1,7 +1,7 @@
Summary: The GNU Scientific Library for numerical analysis.
Summary: The GNU Scientific Library for numerical analysis
Name: gsl
Version: 1.8
Release: 1.1
Release: 2%{?dist}
URL: http://sources.redhat.com/gsl/
Source: ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
Patch0: gsl-1.1-nousr.patch
@ -9,7 +9,7 @@ Patch1: gsl-1.8-lib64.patch
License: GPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prereq: /sbin/install-info
Requires: /sbin/install-info
%description
The GNU Scientific Library (GSL) is a collection of routines for
@ -64,11 +64,11 @@ chmod 755 $RPM_BUILD_ROOT%{_bindir}/gsl-config
%postun -p /sbin/ldconfig
%post devel
/sbin/install-info %{_infodir}/gsl-ref.info.gz %{_infodir}/dir
/sbin/install-info %{_infodir}/gsl-ref.info.gz %{_infodir}/dir || :
%preun devel
if [ "$1" = 0 ]; then
/sbin/install-info --delete %{_infodir}/gsl-ref.info.gz %{_infodir}/dir
/sbin/install-info --delete %{_infodir}/gsl-ref.info.gz %{_infodir}/dir || :
fi
%clean
@ -93,6 +93,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so
%changelog
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 1.8-2
- Resolves: 223700
fix non-failsafe install-info problem
- spec file cleanup
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.8-1.1
- rebuild
@ -157,20 +162,20 @@ architectures
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com>
* Thu Mar 21 2002 Trond Eivind Glomsrød <teg@redhat.com>
- 1.1.1 bugfix release
- Stop the gsl-config script from printing -I/usr/include
and -L/usr/lib (#59500)
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1-1
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1-1
- 1.1
- Update URL and location
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu Dec 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.0-1
* Thu Dec 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.0-1
- 1.0
- Split into gsl and gsl-devel
- update description (#56926)