SPECS: scons.spec - up to final 0.98.0 - use python macro

lisu lisu at pld-linux.org
Fri Apr 4 15:31:30 CEST 2008


Author: lisu                         Date: Fri Apr  4 13:31:30 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to final 0.98.0
- use python macro

---- Files affected:
SPECS:
   scons.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/scons.spec
diff -u SPECS/scons.spec:1.26 SPECS/scons.spec:1.27
--- SPECS/scons.spec:1.26	Sat May 26 02:21:49 2007
+++ SPECS/scons.spec	Fri Apr  4 15:31:25 2008
@@ -2,12 +2,12 @@
 Summary:	An Open Source software construction tool
 Summary(pl.UTF-8):	OpenSourcowe narzędzie do tworzenia oprogramowania
 Name:		scons
-Version:	0.97
+Version:	0.98.0
 Release:	1
 License:	MIT, freely distributable
 Group:		Development/Tools
 Source0:	http://dl.sourceforge.net/scons/%{name}-%{version}.tar.gz
-# Source0-md5:	de530fa29e83f3b6efb618873398fa31
+# Source0-md5:	3563e8ff9e95e6c154d422a880810850
 URL:		http://www.scons.org/
 BuildRequires:	python-devel >= 1.6
 BuildRequires:	rpm-pythonprov
@@ -54,12 +54,12 @@
 %{__sed} -i "s,'lib','share',g" script/{scons,sconsign}
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%{__python} setup.py install \
 	--no-version-script \
 	--optimize=2 \
 	--root=$RPM_BUILD_ROOT \
@@ -86,7 +86,20 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.26  2007-05-26 00:21:49  qboosh
+Revision 1.27  2008-04-04 13:31:25  lisu
+- up to final 0.98.0
+- use python macro
+
+Revision 1.26.2.3  2007-12-22 18:47:01  lisu
+- 0.97.0d20071212 snapshot
+
+Revision 1.26.2.2  2007-09-20 17:27:54  lisu
+- 0.97.0d20070918
+
+Revision 1.26.2.1  2007/08/12 22:38:55  lisu
+- snapshot version 0.97.0d20070809
+
+Revision 1.26  2007/05/26 00:21:49  qboosh
 - updated to 0.97
 
 Revision 1.25  2007/04/29 20:09:48  qboosh
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/scons.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list