[packages/python-Routes] automatic change: use py_build/py_install macros
jajcus
jajcus at pld-linux.org
Sat Nov 28 18:12:04 CET 2015
commit 130aee50580bfc3c3dec040bf51e52cefcccf9bd
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-Routes.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-Routes.spec b/python-Routes.spec
index 549be57..01585d8 100644
--- a/python-Routes.spec
+++ b/python-Routes.spec
@@ -33,12 +33,12 @@ niewielkim wysiłku.
%setup -q -n Routes-%{version}
%build
-%{__python} setup.py build
+%py_build
%install
rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install \
+%py_install \
--single-version-externally-managed \
--optimize=2 \
--root=$RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-Routes.git/commitdiff/130aee50580bfc3c3dec040bf51e52cefcccf9bd
More information about the pld-cvs-commit
mailing list