[packages/python-PasteWebKit] automatic change: use py_build/py_install macros
jajcus
jajcus at pld-linux.org
Sat Nov 28 18:10:28 CET 2015
commit 6944616b93d5d661bfe88184ba4e26ecb8a75c9a
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-PasteWebKit.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-PasteWebKit.spec b/python-PasteWebKit.spec
index 52d8351..192f330 100644
--- a/python-PasteWebKit.spec
+++ b/python-PasteWebKit.spec
@@ -38,11 +38,11 @@ większością typowych aplikacji Webware.
%setup -q -n %{module}-%{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-PasteWebKit.git/commitdiff/6944616b93d5d661bfe88184ba4e26ecb8a75c9a
More information about the pld-cvs-commit
mailing list