From dcf49accece022c2df8f0c4ff57fa4455df2940c Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mar 28 2005 10:56:12 +0000 Subject: Fix if check in specfiles. --- diff --git a/gimp.spec b/gimp.spec index 288f62e..2f6378c 100644 --- a/gimp.spec +++ b/gimp.spec @@ -14,7 +14,7 @@ Version: 2.2.4 %define minorver 200 %define microver %(ver=%{version}; echo ${ver##*.*.}) #define prever pre2 -Release: %{?prever:0.0.%{prever}.}6 +Release: %{?prever:0.0.%{prever}.}7 Epoch: 2 License: GPL, LGPL Group: Applications/Multimedia @@ -181,7 +181,7 @@ if [ -x %{_sbindir}/xsane-install-gimp-plugin ]; then %{_sbindir}/xsane-install-gimp-plugin --install %{interfacever} fi touch --no-create %{_datadir}/icons/hicolor -if [-x /usr/bin/gtk-update-icon-cache ]; then +if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache %{_datadir}/icons/hicolor fi @@ -197,7 +197,7 @@ if [ "$1" = "0" ]; then /usr/bin/update-desktop-database %{_datadir}/applications fi touch --no-create %{_datadir}/icons/hicolor -if [-x /usr/bin/gtk-update-icon-cache ]; then +if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache %{_datadir}/icons/hicolor fi @@ -313,6 +313,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Mon Mar 28 2005 Christopher Aillon +- rebuilt + * Fri Mar 25 2005 Christopher Aillon - Update the GTK+ theme icon cache on (un)install