SPECS: kdegames.spec - knetwalk also uses highscore

ankry ankry at pld-linux.org
Sat Jan 21 00:45:09 CET 2006


Author: ankry                        Date: Fri Jan 20 23:45:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- knetwalk also uses highscore

---- Files affected:
SPECS:
   kdegames.spec (1.150 -> 1.151) 

---- Diffs:

================================================================
Index: SPECS/kdegames.spec
diff -u SPECS/kdegames.spec:1.150 SPECS/kdegames.spec:1.151
--- SPECS/kdegames.spec:1.150	Sat Jan 21 00:35:28 2006
+++ SPECS/kdegames.spec	Sat Jan 21 00:45:04 2006
@@ -816,7 +816,7 @@
 touch $RPM_BUILD_ROOT/var/games/k{bounce}.scores
 
 %if %{with highscore}
-touch $RPM_BUILD_ROOT/var/games/k{fouleggs,lickety,mines,reversi,sirtet}.scores
+touch $RPM_BUILD_ROOT/var/games/k{fouleggs,lickety,mines,netwalk,reversi,sirtet}.scores
 %endif
 
 %find_lang atlantik	--with-kde
@@ -1040,7 +1040,12 @@
 %files knetwalk
 %defattr(644,root,root,755)
 %doc knetwalk/{AUTHORS,TODO}
-%attr(755,root,games) %{_bindir}/knetwalk
+%if %{with highscore}
+%attr(660,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/knetwalk.scores
+%attr(2755,root,games) %{_bindir}/knetwalk
+%else
+%attr(755,root,root) %{_bindir}/knetwalk
+%endif
 %{_datadir}/apps/knetwalk
 %{_desktopdir}/kde/lskat.desktop
 %{_iconsdir}/[!l]*/*/apps/knetwalk.png
@@ -1190,6 +1195,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.151  2006/01/20 23:45:04  ankry
+- knetwalk also uses highscore
+
 Revision 1.150  2006/01/20 23:35:28  ankry
 - fixed last change
 
@@ -1200,7 +1208,7 @@
 - corect build --without highscore with kbounce
 
 Revision 1.147  2005/12/13 22:50:14  grzegorz
-- added /var/games/kbounce.scores, its needen even if --without highscore
+- added /var/games/kbounce.scores, its needed even if --without highscore
 
 Revision 1.146  2005/12/13 12:56:54  glen
 - adapterized (sorted %verify attrs)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kdegames.spec?r1=1.150&r2=1.151&f=u



More information about the pld-cvs-commit mailing list