Author: qboosh                       Date: Sun Jun 29 18:30:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- macros BR

---- Files affected:
SPECS:
   template-python.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/template-python.spec
diff -u SPECS/template-python.spec:1.5 SPECS/template-python.spec:1.6
--- SPECS/template-python.spec:1.5      Fri May 23 20:52:11 2008
+++ SPECS/template-python.spec  Sun Jun 29 20:30:46 2008
@@ -12,7 +12,9 @@
 URL:           -
 BuildRequires: python-devel >= 1:2.5
 BuildRequires: rpm-pythonprov
-#%pyrequires_eq  python-libs
+# if py_postclean is used
+BuildRequires: rpmbuild(macros) >= 1.219
+#%pyrequires_eq        python-libs
 %pyrequires_eq python-modules
 #BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,11 +25,11 @@
 %setup -q -n %{module}-python
 
 %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
 
@@ -53,6 +55,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008/06/29 18:30:46  qboosh
+- macros BR
+
 Revision 1.5  2008/05/23 18:52:11  glen
 - .egg-info since python 2.5
 
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to