SPECS: Maelstrom.spec - cleanup - score file writable for games gr...

qboosh qboosh at pld-linux.org
Tue Oct 17 20:19:20 CEST 2006


Author: qboosh                       Date: Tue Oct 17 18:19:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup
- score file writable for games group only
- release 6

---- Files affected:
SPECS:
   Maelstrom.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/Maelstrom.spec
diff -u SPECS/Maelstrom.spec:1.20 SPECS/Maelstrom.spec:1.21
--- SPECS/Maelstrom.spec:1.20	Mon Dec  5 00:10:17 2005
+++ SPECS/Maelstrom.spec	Tue Oct 17 20:19:13 2006
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-# _with_cheaters
+%bcond_with	cheaters
 #
 # Straced order of file searching:
 # %Maelstrom Sprites
@@ -19,11 +19,11 @@
 # Maelstrom_Sounds
 
 Summary:	Rockin' asteroids game
-Summary(pl):	Gra, w której strzelasz do asteroidów
+Summary(pl):	Gra, w której strzela się do asteroidów
 Summary(pt_BR):	Maelstrom - um jogo tipo Asteroids muito bem-feito
 Name:		Maelstrom
 Version:	3.0.6
-Release:	5
+Release:	6
 License:	GPL for code, artwork and sounds can be redistributed only with Maelstrom
 Group:		X11/Applications/Games
 # Source0-md5:	8aab0e75ca52808fd6777535ebb1f1c4
@@ -49,7 +49,7 @@
 UNIX and then SDL by Sam Lantinga <slouken at devolution.com>.
 
 %description -l pl
-Maelstrom jest kosmiczną strzelanką sportowaną na UNIXy i SDL przez
+Maelstrom jest kosmiczną strzelanką sportowaną na Uniksy i SDL przez
 Sama Lantinga <slouken at devolution.com>, oryginalnie napisaną na
 Macintosha przez Andrew Welcha z Ambrosia Software.
 
@@ -68,13 +68,12 @@
 %setup	-q
 # everlasting shield, more shots available, all-in-one equipment and
 # reversed bonus in time function ;)
-%{?_with_cheaters:%patch0 -p1}
+%{?with_cheaters:%patch0 -p1}
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -89,7 +88,6 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-#mv $RPM_BUILD_ROOT%{_prefix}/bin $RPM_BUILD_ROOT%{_prefix}/X11R6
 rm -f $RPM_BUILD_ROOT%{_gamedir}/Images/Makefile*
 rm -f Docs/Makefile*
 
@@ -109,10 +107,10 @@
 %files
 %defattr(644,root,root,755)
 %doc README* Changelog COPYING CREDITS Docs
-%attr(755,root,root) %{_bindir}/*
+%attr(2755,root,games) %{_bindir}/*
 %{_gamedir}
-%attr(666,root,root) %config(noreplace) %verify(not md5 mtime size) /var/games/Maelstrom-Scores
-%{_desktopdir}/*
+%attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/Maelstrom-Scores
+%{_desktopdir}/*.desktop
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -120,6 +118,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/10/17 18:19:13  qboosh
+- cleanup
+- score file writable for games group only
+- release 6
+
 Revision 1.20  2005/12/04 23:10:17  glen
 - adapterized (sorted %verify flags)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Maelstrom.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list