]> git.pld-linux.org Git - packages/ggz-gtk-games.git/commitdiff
- post/preun fixes; release 2 master auto/th/ggz-gtk-games-0.0.14.1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Feb 2013 15:35:26 +0000 (16:35 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Feb 2013 15:35:26 +0000 (16:35 +0100)
ggz-gtk-games.spec

index 36bd66c5b220d5e12f2af2ce9d03b550f9e24581..82db4a426f51415a52bc36dfd9ccafe8913a5d71 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GNOME core client for GGZ
 Summary(pl.UTF-8):     Klient GGZ dla środowiska GNOME
 Name:          ggz-gtk-games
 Version:       0.0.14.1
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://mirrors.dotsrc.org/ggzgamingzone/ggz/%{version}/%{name}-%{version}.tar.gz
@@ -63,13 +63,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 for d in chess chinese-checkers combat dots ggzcards hastings reversi spades tictactoe ; do
-       %{_bindir}/ggz-config --install --modfile=%{_datadir}/ggz/ggz-config/${d}.dsc
+       %{_bindir}/ggz-config --install --modfile=%{_datadir}/ggz/ggz-config/${d}.dsc --force
 done
 
 %preun
 if [ "$1" = "0" ]; then
        for d in chess chinese-checkers combat dots ggzcards hastings reversi spades tictactoe ; do
-               %{_bindir}/ggz-config --install --modfile=%{_datadir}/ggz/ggz-config/${d}.dsc
+               %{_bindir}/ggz-config --remove --modfile=%{_datadir}/ggz/ggz-config/${d}.dsc
        done
 fi
 
This page took 0.164181 seconds and 4 git commands to generate.