rpms/gnome-games/devel gnome-games.spec,1.243,1.244

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Dec 5 14:23:30 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/gnome-games/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8591

Modified Files:
	gnome-games.spec 
Log Message:
* Sat Dec 05 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 2.29.3-2
- Fix syntax error on scriptlets



Index: gnome-games.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -p -r1.243 -r1.244
--- gnome-games.spec	5 Dec 2009 04:23:51 -0000	1.243
+++ gnome-games.spec	5 Dec 2009 14:23:29 -0000	1.244
@@ -44,7 +44,7 @@
 Summary: Games for the GNOME desktop
 Name: gnome-games
 Version: 2.29.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: Amusements/Games
@@ -233,8 +233,8 @@ fi
 if [ "$1" -gt 1 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   (cd %{_sysconfdir}/gconf/schemas;   \
-  if test -f same-gnome.schemas ; then gconftool-2 --makefile-uninstall-rule same-gnome.schemas ; done ; \
-  if test -f swell-foop.schemas ; then gconftool-2 --makefile-uninstall-rule swell-foop.schemas ; done ; \
+  if test -f same-gnome.schemas ; then gconftool-2 --makefile-uninstall-rule same-gnome.schemas ; fi ; \
+  if test -f swell-foop.schemas ; then gconftool-2 --makefile-uninstall-rule swell-foop.schemas ; fi ; \
   gconftool-2 --makefile-uninstall-rule \
 	%{card_schemas}             \
 	gnomine.schemas             \
@@ -247,9 +247,9 @@ fi
 if [ "$1" -gt 1 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   (cd %{_sysconfdir}/gconf/schemas;   \
-  if test -f gnometris.schemas ; then gconftool-2 --makefile-uninstall-rule gnometris.schemas ; done ; \
-  if test -f quadrapassel.schemas ; then gconftool-2 --makefile-uninstall-rule quadrapassel.schemas ; done ; \
-  if test -f blackjack.schemas ; then gconftool-2 --makefile-uninstall-rule blackjack.schemas ; done ; \
+  if test -f gnometris.schemas ; then gconftool-2 --makefile-uninstall-rule gnometris.schemas ; fi ; \
+  if test -f quadrapassel.schemas ; then gconftool-2 --makefile-uninstall-rule quadrapassel.schemas ; fi ; \
+  if test -f blackjack.schemas ; then gconftool-2 --makefile-uninstall-rule blackjack.schemas ; fi ; \
   gconftool-2 --makefile-uninstall-rule \
 	%{gtali_schemas}            \
 	glchess.schemas             \
@@ -267,8 +267,8 @@ fi
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   (cd %{_sysconfdir}/gconf/schemas;   \
-  if test -f same-gnome.schemas ; then gconftool-2 --makefile-uninstall-rule same-gnome.schemas ; done ; \
-  if test -f swell-foop.schemas ; then gconftool-2 --makefile-uninstall-rule swell-foop.schemas ; done ; \
+  if test -f same-gnome.schemas ; then gconftool-2 --makefile-uninstall-rule same-gnome.schemas ; fi ; \
+  if test -f swell-foop.schemas ; then gconftool-2 --makefile-uninstall-rule swell-foop.schemas ; fi ; \
   gconftool-2 --makefile-uninstall-rule \
 	%{card_schemas}             \
 	gnomine.schemas             \
@@ -285,9 +285,9 @@ fi
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   (cd %{_sysconfdir}/gconf/schemas;   \
-  if test -f gnometris.schemas ; then gconftool-2 --makefile-uninstall-rule gnometris.schemas ; done ; \
-  if test -f quadrapassel.schemas ; then gconftool-2 --makefile-uninstall-rule quadrapassel.schemas ; done ; \
-  if test -f blackjack.schemas ; then gconftool-2 --makefile-uninstall-rule blackjack.schemas ; done ; \
+  if test -f gnometris.schemas ; then gconftool-2 --makefile-uninstall-rule gnometris.schemas ; fi ; \
+  if test -f quadrapassel.schemas ; then gconftool-2 --makefile-uninstall-rule quadrapassel.schemas ; fi ; \
+  if test -f blackjack.schemas ; then gconftool-2 --makefile-uninstall-rule blackjack.schemas ; fi ; \
   gconftool-2 --makefile-uninstall-rule \
 	%{gtali_schemas}            \
 	glchess.schemas             \
@@ -473,6 +473,9 @@ fi
 
 
 %changelog
+* Sat Dec 05 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 2.29.3-2
+- Fix syntax error on scriptlets
+
 * Tue Dec 01 2009 Bastien Nocera <bnocera at redhat.com> 2.29.3-1
 - Update to 2.29.3
 




More information about the scm-commits mailing list