SPECS: specto.spec - use python macro - optimization

lisu lisu at pld-linux.org
Sat Aug 4 19:52:30 CEST 2007


Author: lisu                         Date: Sat Aug  4 17:52:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use python macro
- optimization

---- Files affected:
SPECS:
   specto.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/specto.spec
diff -u SPECS/specto.spec:1.3 SPECS/specto.spec:1.4
--- SPECS/specto.spec:1.3	Sat Aug  4 19:49:13 2007
+++ SPECS/specto.spec	Sat Aug  4 19:52:25 2007
@@ -47,12 +47,13 @@
 %setup -q
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%{__python} setup.py install \
+	--optimize=2 \
 	--root=$RPM_BUILD_ROOT
 
 %find_lang %{name}
@@ -82,6 +83,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/08/04 17:52:25  lisu
+- use python macro
+- optimization
+
 Revision 1.3  2007/08/04 17:49:13  lisu
 - typo
 - TODO added
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/specto.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list