[packages/python-slip] automatic change: use py_build/py_install macros
jajcus
jajcus at pld-linux.org
Sat Nov 28 18:44:35 CET 2015
commit 01d2e7418cec8a0c7e6ec8db5fcb854f2892d3a0
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-slip.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-slip.spec b/python-slip.spec
index 483d4fe..58daab5 100644
--- a/python-slip.spec
+++ b/python-slip.spec
@@ -155,12 +155,12 @@ PolicyKit.
%{__make} $(pwd)/setup.py
%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-slip.git/commitdiff/01d2e7418cec8a0c7e6ec8db5fcb854f2892d3a0
More information about the pld-cvs-commit
mailing list