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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:17:33 CET 2015


commit 3c6095effef5f284f1fcb15cc346e0c6c515a0a8
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-cffi.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-cffi.spec b/python-cffi.spec
index 0415c59..7da8d53 100644
--- a/python-cffi.spec
+++ b/python-cffi.spec
@@ -74,11 +74,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-cffi.git/commitdiff/3c6095effef5f284f1fcb15cc346e0c6c515a0a8



More information about the pld-cvs-commit mailing list