From ab6f4151e29a02a71660e8d23909109022ce6dbc Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Sat, 28 Nov 2015 19:20:07 +0100 Subject: [PATCH] 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 -- 2.44.0