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

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


commit 3147f9f0bb68918cdcd14514fe4f3b70fc8f2515
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-kid.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-kid.spec b/python-kid.spec
index 16a346a..405d1f8 100644
--- a/python-kid.spec
+++ b/python-kid.spec
@@ -35,11 +35,11 @@ złożoności.
 %setup -q -n kid-%{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-kid.git/commitdiff/3147f9f0bb68918cdcd14514fe4f3b70fc8f2515



More information about the pld-cvs-commit mailing list