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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:23:08 CET 2015


commit 6c89bbafc47c9120f2f0a0a37696a74abd11946d
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-faulthandler.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-faulthandler.spec b/python-faulthandler.spec
index 4ffd523..cc136d0 100644
--- a/python-faulthandler.spec
+++ b/python-faulthandler.spec
@@ -25,12 +25,12 @@ able to allocate memory on the stack, even on stack overflow.
 %setup  -q -n %{module}-%{version}
 
 %build
-%{__python} ./setup.py build --build-base py2
+%py_build --build-base py2
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} ./setup.py build \
+%py_build \
 	--build-base py2 \
 	install \
 	--optimize 2 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-faulthandler.git/commitdiff/6c89bbafc47c9120f2f0a0a37696a74abd11946d



More information about the pld-cvs-commit mailing list