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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:24:01 CET 2015


commit 4af43d14d99dd0e16a7da672b067e78897765122
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-flup.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-flup.spec b/python-flup.spec
index 5881896..10bf752 100644
--- a/python-flup.spec
+++ b/python-flup.spec
@@ -27,11 +27,11 @@ Ten pakiet Pythona jest zestawem różnych modułów WSGI
 %setup -q -n %{_realname}-%{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-flup.git/commitdiff/4af43d14d99dd0e16a7da672b067e78897765122



More information about the pld-cvs-commit mailing list