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

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


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

    automatic change: use py_build/py_install macros

 MayaVi.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/MayaVi.spec b/MayaVi.spec
index a8695b1..2965ab3 100644
--- a/MayaVi.spec
+++ b/MayaVi.spec
@@ -28,12 +28,12 @@ danych naukowych. Jest napisane w Pythonie i używa do grafiki VTK
 %setup -q
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%py_install \
 	--root $RPM_BUILD_ROOT 
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/MayaVi.git/commitdiff/ab6f4151e29a02a71660e8d23909109022ce6dbc



More information about the pld-cvs-commit mailing list