SPECS: trac-plugin-webadmin.spec - use python macro, remove trash after %ch...

glen glen at pld-linux.org
Mon May 26 14:43:53 CEST 2008


Author: glen                         Date: Mon May 26 12:43:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use python macro, remove trash after %changelog

---- Files affected:
SPECS:
   trac-plugin-webadmin.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/trac-plugin-webadmin.spec
diff -u SPECS/trac-plugin-webadmin.spec:1.5 SPECS/trac-plugin-webadmin.spec:1.6
--- SPECS/trac-plugin-webadmin.spec:1.5	Mon May 26 14:26:29 2008
+++ SPECS/trac-plugin-webadmin.spec	Mon May 26 14:43:48 2008
@@ -31,12 +31,12 @@
 %setup -q -n webadmin
 
 %build
-python setup.py build
-python setup.py	egg_info
+%{__python} setup.py build
+%{__python} setup.py	egg_info
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%{__python} setup.py install \
 	--single-version-externally-managed \
 	--optimize 2 \
 	--root=$RPM_BUILD_ROOT
@@ -51,11 +51,14 @@
 %{py_sitescriptdir}/TracWebAdmin-*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
-%changelog -n trac-plugin-webadmin
+%changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008-05-26 12:43:48  glen
+- use python macro, remove trash after %changelog
+
 Revision 1.5  2008-05-26 12:26:29  glen
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/trac-plugin-webadmin.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list