From 010da0afaf0fa70132fa975929e38b23a6df1479 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mon, 22 Jan 2007 14:12:10 +0000 Subject: [PATCH] - Resolves: 223676 fix non-failsafe install-info problem --- gnuplot.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gnuplot.spec b/gnuplot.spec index d3020e3..ed93cfe 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -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 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir %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 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 22 2007 Ivana Varekova - 4.0.0-16 +- Resolves: 223693 + fix non-failsafe install-info problem + * Fri Dec 22 2006 Ivana Varekova - 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 - 4.0.0-14 - remove --without-gd options (#173922, #172565)