[mate-image-viewer/f18] Fix scriptlet mistake

leigh123linux leigh123linux at fedoraproject.org
Tue Nov 6 17:14:59 UTC 2012


commit c94a1fc7f60e92bdf5e606fae021c83eaa10fe6c
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Nov 6 17:14:49 2012 +0000

    Fix scriptlet mistake

 mate-image-viewer.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mate-image-viewer.spec b/mate-image-viewer.spec
index 41c499f..e156b1d 100644
--- a/mate-image-viewer.spec
+++ b/mate-image-viewer.spec
@@ -1,6 +1,6 @@
 Name:          mate-image-viewer
 Version:       1.5.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Eye of MATE image viewer
 
 License:       GPLv2+ and LGPLv2+ 
@@ -96,12 +96,12 @@ done
 
 %post
 /usr/bin/update-desktop-database &> /dev/null || :
-/bin/touch --no-create %{_datadir}/icons/mate >&/dev/null || :
+/bin/touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
 
 %postun
 /usr/bin/update-desktop-database &> /dev/null || :
 if [ $1 -eq 0 ]; then
-  /bin/touch --no-create %{_datadir}/icons/mate >&/dev/null || :
+  /bin/touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
   /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
   /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
@@ -125,6 +125,9 @@ fi
 %{_includedir}/eom-2.20/
 
 %changelog
+* Tue Nov 06 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.0-2
+- Fix scriptlet mistake
+
 * Mon Nov 05 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.0-1
 - Initial build
 


More information about the scm-commits mailing list