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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:49:24 CET 2015


commit 57f68394defa3f3174baa1afe6645f638d35fe35
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 18:06:44 2015 +0100

    automatic change: use py_build/py_install macros

 python-zmq.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-zmq.spec b/python-zmq.spec
index e20a460..ea5ba83 100644
--- a/python-zmq.spec
+++ b/python-zmq.spec
@@ -89,10 +89,10 @@ Pliki nagłowkowe dla Py0MQ (wersja dla Pythona 3).
 
 %build
 %if %{with python2}
-%{__python} setup.py build --build-base py2
+%py_build --build-base py2
 %endif
 %if %{with python3}
-%{__python3} setup.py build --build-base py3
+%py3_build --build-base py3
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-zmq.git/commitdiff/57f68394defa3f3174baa1afe6645f638d35fe35



More information about the pld-cvs-commit mailing list