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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:23:04 CET 2015


commit 986a824071b1f0a32434d22e0b716a81b512d436
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-fastimport.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-fastimport.spec b/python-fastimport.spec
index 89a5210..aab68da 100644
--- a/python-fastimport.spec
+++ b/python-fastimport.spec
@@ -29,11 +29,11 @@ bzr-fastimport, but extracted so it can be used by other projects.
 %setup -q
 
 %build
-%{__python} setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install \
+%py_install \
 	-O2 \
 	--skip-build \
 	--root $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-fastimport.git/commitdiff/986a824071b1f0a32434d22e0b716a81b512d436



More information about the pld-cvs-commit mailing list