- Resolves: 223700 id output shows context twice
- spec file cleanup
This commit is contained in:
parent
92e6bc8125
commit
e1beed372a
21
gsl.spec
21
gsl.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU Scientific Library for numerical analysis.
|
Summary: The GNU Scientific Library for numerical analysis
|
||||||
Name: gsl
|
Name: gsl
|
||||||
Version: 1.8
|
Version: 1.8
|
||||||
Release: 1.1
|
Release: 2%{?dist}
|
||||||
URL: http://sources.redhat.com/gsl/
|
URL: http://sources.redhat.com/gsl/
|
||||||
Source: ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
|
Source: ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
|
||||||
Patch0: gsl-1.1-nousr.patch
|
Patch0: gsl-1.1-nousr.patch
|
||||||
@ -9,7 +9,7 @@ Patch1: gsl-1.8-lib64.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: /sbin/install-info
|
Requires: /sbin/install-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Scientific Library (GSL) is a collection of routines for
|
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
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
/sbin/install-info %{_infodir}/gsl-ref.info.gz %{_infodir}/dir
|
/sbin/install-info %{_infodir}/gsl-ref.info.gz %{_infodir}/dir || :
|
||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
if [ "$1" = 0 ]; then
|
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
|
fi
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -93,6 +93,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.8-1.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
@ -157,20 +162,20 @@ architectures
|
|||||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- 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
|
- 1.1.1 bugfix release
|
||||||
- Stop the gsl-config script from printing -I/usr/include
|
- Stop the gsl-config script from printing -I/usr/include
|
||||||
and -L/usr/lib (#59500)
|
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
|
- 1.1
|
||||||
- Update URL and location
|
- Update URL and location
|
||||||
|
|
||||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- 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
|
- 1.0
|
||||||
- Split into gsl and gsl-devel
|
- Split into gsl and gsl-devel
|
||||||
- update description (#56926)
|
- update description (#56926)
|
||||||
|
Loading…
Reference in New Issue
Block a user