rpms/gsl/devel gsl.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 14:36:01 UTC 2007


Author: varekova

Update of /cvs/dist/rpms/gsl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15000

Modified Files:
	gsl.spec 
Log Message:
- Resolves: 223700
  id output shows context twice
- spec file cleanup




Index: gsl.spec
===================================================================
RCS file: /cvs/dist/rpms/gsl/devel/gsl.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gsl.spec	12 Jul 2006 06:14:56 -0000	1.23
+++ gsl.spec	22 Jan 2007 14:35:59 -0000	1.24
@@ -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 @@
 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 @@
 %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 @@
 %{_libdir}/*.so
 
 %changelog
+* Mon Jan 22 2007 Ivana Varekova <varekova at redhat.com> - 1.8-2
+- Resolves: 223700
+  fix non-failsafe install-info problem
+- spec file cleanup
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.8-1.1
 - rebuild
 
@@ -157,20 +162,20 @@
 * Thu May 23 2002 Tim Powers <timp at redhat.com>
 - automated rebuild
 
-* Thu Mar 21 2002 Trond Eivind Glomsrød <teg at redhat.com>
+* Thu Mar 21 2002 Trond Eivind Glomsrød <teg at 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 at redhat.com> 1.1-1
+* Wed Feb 27 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.1-1
 - 1.1
 - Update URL and location
 
 * Wed Jan 09 2002 Tim Powers <timp at redhat.com>
 - automated rebuild
 
-* Thu Dec 13 2001 Trond Eivind Glomsrød <teg at redhat.com> 1.0-1
+* Thu Dec 13 2001 Trond Eivind Glomsrød <teg at redhat.com> 1.0-1
 - 1.0
 - Split into gsl and gsl-devel
 - update description (#56926)




More information about the fedora-cvs-commits mailing list