SPECS: armagetronad.spec - don't try to hide used macro defs

qboosh qboosh at pld-linux.org
Sat Jan 12 13:10:40 CET 2008


Author: qboosh                       Date: Sat Jan 12 12:10:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't try to hide used macro defs

---- Files affected:
SPECS:
   armagetronad.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/armagetronad.spec
diff -u SPECS/armagetronad.spec:1.1 SPECS/armagetronad.spec:1.2
--- SPECS/armagetronad.spec:1.1	Sun Jan  6 15:31:00 2008
+++ SPECS/armagetronad.spec	Sat Jan 12 13:10:35 2008
@@ -8,7 +8,7 @@
 Release:	0.1
 License:	GPL
 Group:		X11/Applications/Games
-Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.src.tar.bz2
+Source0:	http://dl.sourceforge.net/armagetronad/%{name}-%{version}.src.tar.bz2
 # Source0-md5:	b09104b3af550fe590ff11bc1fd46e26
 #Source1:	%{name}.desktop
 #Source2:	%{name}.png
@@ -25,10 +25,10 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # it installs data in %{_prefix}/games, so...
-#%define		_bindir			/usr/bin
-#%define		_prefix			/usr/%{_lib}
-#%define		_sysconfdir		/etc/%{name}
-#%define		_sysconfdir_server 	/etc/%{name}-server
+%define		_bindir			/usr/bin
+%define		_prefix			/usr/%{_lib}
+#define		_sysconfdir		/etc/%{name}
+%define		_sysconfdir_server 	/etc/%{name}-server
 
 %description
 In Armagetron, you ride a lightcycle around the game grid. You can
@@ -75,7 +75,7 @@
 %prep
 %setup -q -a3
 
-#sed -i -e 's@/usr/lib@/usr/%{_lib}@;s at X11R6/lib at X11R6/%{_lib}@' configure.in
+#sed -i -e 's@/usr/lib@/usr/%{_lib}@;s at X11R6/lib@%{_lib}@' configure.in
 
 %build
 
@@ -155,6 +155,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-01-12 12:10:35  qboosh
+- don't try to hide used macro defs
+
 Revision 1.1  2008-01-06 14:31:00  blekot
 - starting with armagetron advanced (succesor of armagetron)
 - NFY (%files, configure options, desktop files, etc.)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/armagetronad.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list