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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:10:17 CET 2015


commit 5cb14735623033d83a8fa83d29e3ac91761d7352
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-Paste.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-Paste.spec b/python-Paste.spec
index 4aa5ea7..e49eedc 100644
--- a/python-Paste.spec
+++ b/python-Paste.spec
@@ -32,11 +32,11 @@ kompatybilna z inną warstwą pośrednią opartą na tych interfejsach.
 %setup -q -n Paste-%{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-Paste.git/commitdiff/5cb14735623033d83a8fa83d29e3ac91761d7352



More information about the pld-cvs-commit mailing list