rpms/kdegames/devel kdegames.spec,1.85,1.86

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat May 10 00:33:53 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdegames/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30842/devel

Modified Files:
	kdegames.spec 
Log Message:
* Sat May 10 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.72-1
- update to 4.0.72
- update description to list new games (kblocks, kdiamond, kollision, kubrick)
- handle new ksquares GGZ module.dsc


Index: kdegames.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdegames/devel/kdegames.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- kdegames.spec	3 Apr 2008 17:31:50 -0000	1.85
+++ kdegames.spec	10 May 2008 00:32:40 -0000	1.86
@@ -1,11 +1,13 @@
+# TODO: kbreakout and ksirk were added after 4.0.72
+#       will have to obsolete the standalone ksirk in the next upgrade
 
 %{!?_ggz_datadir:%define _ggz_datadir %(ggz-config --datadir >& /dev/null ||:)}
 
 Name:    kdegames
 Summary: K Desktop Environment 4 - Games 
 Epoch:   6
-Version: 4.0.3
-Release: 3%{?dist}
+Version: 4.0.72
+Release: 1%{?dist}
 
 License: GPLv2
 URL:     http://www.kde.org/
@@ -40,7 +42,9 @@
 * kbackgammon
 * kbattleship
 * kblackbox
+* kblocks
 * kbounce
+* kdiamond
 * kgoldrunner
 * kirki
 * kjumpingcube
@@ -49,6 +53,7 @@
 * kmines
 * knetwalk
 * kolf
+* kollision
 * konquest
 * kpat
 * kreversi
@@ -58,6 +63,7 @@
 * ksquares
 * ksudoku
 * ktuberling
+* kubrick
 * kwin4
 * lskat
 
@@ -111,6 +117,7 @@
 # HACK, FIXME
 install -m644 -p -D ./kbattleship/src/module.dsc %{buildroot}%{_ggz_datadir}/kbattleship.dsc
 install -m644 -p -D ./kreversi/module.dsc %{buildroot}%{_ggz_datadir}/kreversi.dsc
+install -m644 -p -D ./ksquares/src/module.dsc %{buildroot}%{_ggz_datadir}/ksquares.dsc
 
 # unpackaged files
 rm -f %{buildroot}%{_sysconfdir}/ggz.modules
@@ -119,6 +126,7 @@
 %post
 %{_ggz_config} --install --modfile=%{_ggz_datadir}/kbattleship.dsc ||:
 %{_ggz_config} --install --modfile=%{_ggz_datadir}/kreversi.dsc ||:
+%{_ggz_config} --install --modfile=%{_ggz_datadir}/ksquares.dsc ||:
 xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
 xdg-icon-resource forceupdate --theme oxygen 2> /dev/null || :
 xdg-desktop-menu forceupdate 2> /dev/null || :
@@ -127,6 +135,7 @@
 if [ $1 -eq 0 ]; then
 %{_ggz_config} --remove --modfile=%{_ggz_datadir}/kbattleship.dsc ||:
 %{_ggz_config} --remove --modfile=%{_ggz_datadir}/kreversi.dsc ||:
+%{_ggz_config} --remove --modfile=%{_ggz_datadir}/ksquares.dsc ||:
 fi
 
 %postun 
@@ -157,6 +166,7 @@
 %{_kde4_iconsdir}/oxygen/*/*/*
 %{_ggz_datadir}/kbattleship.dsc
 %{_ggz_datadir}/kreversi.dsc
+%{_ggz_datadir}/ksquares.dsc
 
 %files libs 
 %defattr(-,root,root,-)
@@ -172,6 +182,11 @@
 
 
 %changelog
+* Sat May 10 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.72-1
+- update to 4.0.72
+- update description to list new games (kblocks, kdiamond, kollision, kubrick)
+- handle new ksquares GGZ module.dsc
+
 * Thu Apr 03 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.3-3
 - rebuild (again) for the fixed %%{_kde4_buildtype}
 




More information about the scm-commits mailing list