SPECS: pyspacewar.spec - use python macro

lisu lisu at pld-linux.org
Wed Jul 18 01:18:06 CEST 2007


Author: lisu                         Date: Tue Jul 17 23:18:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use python macro

---- Files affected:
SPECS:
   pyspacewar.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/pyspacewar.spec
diff -u SPECS/pyspacewar.spec:1.6 SPECS/pyspacewar.spec:1.7
--- SPECS/pyspacewar.spec:1.6	Tue Feb 13 09:06:42 2007
+++ SPECS/pyspacewar.spec	Wed Jul 18 01:18:01 2007
@@ -41,13 +41,13 @@
 %setup -q
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
-python setup.py install \
+%{__python} setup.py install \
 	--optimize=2 \
 	--root=$RPM_BUILD_ROOT \
 	--install-data=%{_datadir} \
@@ -76,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/07/17 23:18:01  lisu
+- use python macro
+
 Revision 1.6  2007/02/13 08:06:42  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pyspacewar.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list