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

jajcus jajcus at pld-linux.org
Sat Nov 28 19:22:10 CET 2015


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

    automatic change: use py_build/py_install macros

 actos.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/actos.spec b/actos.spec
index 67a56a5..669931e 100644
--- a/actos.spec
+++ b/actos.spec
@@ -34,12 +34,12 @@ Asteriska.
 %setup -q -n %{name}
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%py_install \
 	--root $RPM_BUILD_ROOT
 
 %py_postclean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/actos.git/commitdiff/3c5622189f07c5102127f7783b34198847be121f



More information about the pld-cvs-commit mailing list