[packages/python-decorator] automatic change: use py_build/py_install macros

jajcus jajcus at pld-linux.org
Sat Nov 28 18:19:59 CET 2015


commit 703618a1edd8e0450333f0b04794a3f93dc2b85a
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 18:06:42 2015 +0100

    automatic change: use py_build/py_install macros

 python-decorator.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-decorator.spec b/python-decorator.spec
index f49dc96..454a6b1 100644
--- a/python-decorator.spec
+++ b/python-decorator.spec
@@ -53,11 +53,11 @@ redirecting_stdout, locked...
 
 %build
 %if %{with python2}
-%{__python} setup.py build \
+%py_build \
 	--build-base build-2
 %endif
 %if %{with python3}
-%{__python3} setup.py build \
+%py3_build \
 	--build-base build-3
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-decorator.git/commitdiff/703618a1edd8e0450333f0b04794a3f93dc2b85a



More information about the pld-cvs-commit mailing list