From 62feeb7a21bd6e63d52aac16a9eb867802febd5b Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Dec 05 2009 14:23:29 +0000 Subject: - Fix syntax error on scriptlets --- diff --git a/gnome-games.spec b/gnome-games.spec index 6b57f31..0b0ad7e 100644 --- a/gnome-games.spec +++ b/gnome-games.spec @@ -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 2.29.3-2 +- Fix syntax error on scriptlets + * Tue Dec 01 2009 Bastien Nocera 2.29.3-1 - Update to 2.29.3