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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:37:02 CET 2015


commit 93916b10b3bdb29aa6a278afbd0c036492770749
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 18:06:43 2015 +0100

    automatic change: use py_build/py_install macros

 python-pycparser.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-pycparser.spec b/python-pycparser.spec
index 2f78bd6..8be6690 100644
--- a/python-pycparser.spec
+++ b/python-pycparser.spec
@@ -67,11 +67,11 @@ Ten pakiet zawiera moduł Pythona 3.
 
 %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-pycparser.git/commitdiff/93916b10b3bdb29aa6a278afbd0c036492770749



More information about the pld-cvs-commit mailing list