rpms/gnuplot/devel gnuplot.spec,1.31,1.32

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


Author: varekova

Update of /cvs/dist/rpms/gnuplot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10449

Modified Files:
	gnuplot.spec 
Log Message:
 - Resolves: 223676
   fix non-failsafe install-info problem



Index: gnuplot.spec
===================================================================
RCS file: /cvs/dist/rpms/gnuplot/devel/gnuplot.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnuplot.spec	22 Dec 2006 08:29:05 -0000	1.31
+++ gnuplot.spec	22 Jan 2007 14:12:10 -0000	1.32
@@ -1,7 +1,7 @@
 Summary: A program for plotting mathematical expressions and data
 Name: gnuplot
 Version: 4.0.0
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: Redistributable, with restrictions
 Group: Applications/Engineering
 Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -58,14 +58,14 @@
 %post 
 if [ "$1" = "1" ] ; then  # first install
  if [ -x /sbin/install-info ]; then
-   /sbin/install-info %{_infodir}/gnuplot.info.gz %{_infodir}/dir
+   /sbin/install-info %{_infodir}/gnuplot.info.gz %{_infodir}/dir || :
  fi
 fi
 
 %preun
 if [ "$1" = "0" ] ; then # last uninstall
  if [ -x /sbin/install-info ]; then
-   /sbin/install-info --delete %{_infodir}/gnuplot.info.gz %{_infodir}/dir
+   /sbin/install-info --delete %{_infodir}/gnuplot.info.gz %{_infodir}/dir || :
  fi
 fi
 
@@ -94,8 +94,13 @@
 
 
 %changelog
+* Mon Jan 22 2007 Ivana Varekova <varekova at redhat.com> - 4.0.0-16
+- Resolves: 223693  
+  fix non-failsafe install-info problem
+
 * Fri Dec 22 2006 Ivana Varekova <varekova at redhat.com> - 4.0.0-15
-- Resolves: 173752 - gnuplot refers to /usr/X11R6/lib/fonts/Type1
+- Resolves: 173752
+  gnuplot refers to /usr/X11R6/lib/fonts/Type1
 
 * Tue Dec 21 2006 Ivana Varekova <varekova at redhat.com> - 4.0.0-14
 - remove --without-gd options (#173922, #172565)




More information about the fedora-cvs-commits mailing list