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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:42:54 CET 2015


commit d35256f20ce0ff419016fcc011a428a2577e0085
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 18:06:43 2015 +0100

    automatic change: use py_build/py_install macros

 python-satchmo.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-satchmo.spec b/python-satchmo.spec
index 1fdc365..5669668 100644
--- a/python-satchmo.spec
+++ b/python-satchmo.spec
@@ -28,12 +28,12 @@ Satchmot to sklep internetowy oparty na szkielecie Django.
 %setup -q -n %{module}-%{version}
 
 %build
-python ./setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python ./setup.py install \
+%py_install \
 	--optimize 2 \
 	--root=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-satchmo.git/commitdiff/d35256f20ce0ff419016fcc011a428a2577e0085



More information about the pld-cvs-commit mailing list