[mate-themes/f17] fix mistake in scriptlets from last commit

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 16 09:11:42 UTC 2012


commit 7c0a4e0bcd8f5c199910f1e2c6dcbb1a21030161
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 16 10:11:38 2012 +0100

    fix mistake in scriptlets from last commit

 mate-themes.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/mate-themes.spec b/mate-themes.spec
index b0b11bd..6db2f11 100644
--- a/mate-themes.spec
+++ b/mate-themes.spec
@@ -1,6 +1,6 @@
 Name:           mate-themes
 Version:        1.4.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MATE Desktop themes
 License:        GPLv2+
 URL:            http://mate-desktop.org
@@ -38,8 +38,7 @@ find %{buildroot} -name '*.a' -exec rm -rf {} ';'
 for icon_theme in \
   Fog PrintLarge Quid Reverse Shiny Simply TraditionalOk \
   ContrastHighLargePrint ContrastHighLargePrintInverse \
-  ContrastLow ContrastHigh ContrastHighInverse Aldabra
-  ;
+  ContrastLow ContrastHigh ContrastHighInverse Aldabra ;
 do
   /bin/touch --no-create %{_datadir}/icons/${icon_theme} &> /dev/null || :
 done
@@ -49,8 +48,7 @@ if [ $1 -eq 0 ]; then
 for icon_theme in \
   Fog PrintLarge Quid Reverse Shiny Simply TraditionalOk \
   ContrastHighLargePrint ContrastHighLargePrintInverse \
-  ContrastLow ContrastHigh ContrastHighInverse Aldabra
-  ;
+  ContrastLow ContrastHigh ContrastHighInverse Aldabra ;
 do
   /bin/touch --no-create %{_datadir}/icons/${icon_theme} &> /dev/null || :
   /usr/bin/gtk-update-icon-cache %{_datadir}/icons/${icon_theme} &> /dev/null || :
@@ -61,8 +59,7 @@ fi
 for icon_theme in \
   Fog PrintLarge Quid Reverse Shiny Simply TraditionalOk \
   ContrastHighLargePrint ContrastHighLargePrintInverse \
-  ContrastLow ContrastHigh ContrastHighInverse Aldabra
-  ;
+  ContrastLow ContrastHigh ContrastHighInverse Aldabra ;
 do
   /usr/bin/gtk-update-icon-cache %{_datadir}/icons/${icon_theme} &> /dev/null || :
 done
@@ -99,6 +96,9 @@ done
 %{_datadir}/themes/TraditionalOkTest
 
 %changelog
+* Tue Oct 16 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-6
+- fix mistake in scriptlets from last commit
+
 * Tue Oct 16 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-5
 - Fix scriplets
 - add requires gtk-murrine-engine


More information about the scm-commits mailing list