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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:13:40 CET 2015


commit be720d34557d2542e196d7193aa3c1d93b9ea6eb
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-Wareweb.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-Wareweb.spec b/python-Wareweb.spec
index f472cc1..799779d 100644
--- a/python-Wareweb.spec
+++ b/python-Wareweb.spec
@@ -28,11 +28,11 @@ Webware, jednak prostsze i bardziej wygodne.
 %setup -q -n Wareweb-%{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-Wareweb.git/commitdiff/be720d34557d2542e196d7193aa3c1d93b9ea6eb



More information about the pld-cvs-commit mailing list