summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-03-28 10:56:13 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-03-28 10:56:13 +0000
commit82b93ed75da0074fc3c37d7b687a627beba91cf1 (patch)
tree10313e3e18f07d603985850596c894966f5fb7bc
parent684c3b6a35cfdc9f676b70efc251a2ead77a6996 (diff)
downloadgnome-panel-82b93ed75da0074fc3c37d7b687a627beba91cf1.tar.gz
gnome-panel-82b93ed75da0074fc3c37d7b687a627beba91cf1.tar.xz
gnome-panel-82b93ed75da0074fc3c37d7b687a627beba91cf1.zip
Fix if check in specfiles.gnome-panel-2_10_0-3
-rw-r--r--gnome-panel.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 1ea65c2..da792c8 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -23,7 +23,7 @@
Summary: GNOME panel
Name: gnome-panel
Version: 2.10.0
-Release: 2
+Release: 3
URL: http://www.gnome.org
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-panel/%{name}-%{version}.tar.bz2
Source1: redhat-panel-default-setup.entries
@@ -147,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
%post
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 @@ fi
%postun
/sbin/ldconfig
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
@@ -229,6 +229,9 @@ fi
%{_datadir}/gtk-doc
%changelog
+* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
+- rebuilt
+
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 2.10.0-2
- Update the GTK+ theme icon cache on (un)install