[packages/canto] automatic change: use py_build/py_install macros

jajcus jajcus at pld-linux.org
Sat Nov 28 19:23:56 CET 2015


commit 797deae239aa39fcf76110830d10be43cb0bb2d1
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 19:20:07 2015 +0100

    automatic change: use py_build/py_install macros

 canto.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/canto.spec b/canto.spec
index 44a213b..dc62477 100644
--- a/canto.spec
+++ b/canto.spec
@@ -36,12 +36,12 @@ nyelv segítségével.
 %setup -q
 
 %build
-%{__python} setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} setup.py install \
+%py_install \
 	--prefix=%{_prefix} \
 	--root=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/canto.git/commitdiff/797deae239aa39fcf76110830d10be43cb0bb2d1



More information about the pld-cvs-commit mailing list