From e1beed372a3387a8efec38f236f7aadcef34c6b2 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mon, 22 Jan 2007 14:35:59 +0000 Subject: [PATCH] - Resolves: 223700 id output shows context twice - spec file cleanup --- gsl.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/gsl.spec b/gsl.spec index b532ade..2ce2e2d 100644 --- a/gsl.spec +++ b/gsl.spec @@ -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 - 1.8-2 +- Resolves: 223700 + fix non-failsafe install-info problem +- spec file cleanup + * Wed Jul 12 2006 Jesse Keating - 1.8-1.1 - rebuild @@ -157,20 +162,20 @@ architectures * Thu May 23 2002 Tim Powers - automated rebuild -* Thu Mar 21 2002 Trond Eivind Glomsrød +* Thu Mar 21 2002 Trond Eivind Glomsrød - 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 1.1-1 +* Wed Feb 27 2002 Trond Eivind Glomsrød 1.1-1 - 1.1 - Update URL and location * Wed Jan 09 2002 Tim Powers - automated rebuild -* Thu Dec 13 2001 Trond Eivind Glomsrød 1.0-1 +* Thu Dec 13 2001 Trond Eivind Glomsrød 1.0-1 - 1.0 - Split into gsl and gsl-devel - update description (#56926)