[packages/python-efl] automatic change: use py_build/py_install macros
jajcus
jajcus at pld-linux.org
Sat Nov 28 18:22:02 CET 2015
commit 505c16d56d1d01a90426308e8c9b81377004b092
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-efl.spec | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/python-efl.spec b/python-efl.spec
index 7c3fb8b..9c63f03 100644
--- a/python-efl.spec
+++ b/python-efl.spec
@@ -231,16 +231,13 @@ Wiązania Pythona do biblioteki Evas.
CC="%{__cc}" \
CFLAGS="%{rpmcflags}" \
DISABLE_CYTHON=1 \
-%{__python} setup.py build
+%py_build
%install
rm -rf $RPM_BUILD_ROOT
DISABLE_CYTHON=1 \
-%{__python} setup.py install \
- --skip-build \
- --root=$RPM_BUILD_ROOT \
- --optimize=2
+%py_install
%py_postclean
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-efl.git/commitdiff/505c16d56d1d01a90426308e8c9b81377004b092
More information about the pld-cvs-commit
mailing list