From d8f1539938060559d3efb13b82ef56537d8f3700 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 --- elisa-plugins-bad.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/elisa-plugins-bad.spec b/elisa-plugins-bad.spec index 6593871..f9ff04b 100644 --- a/elisa-plugins-bad.spec +++ b/elisa-plugins-bad.spec @@ -25,12 +25,11 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %setup -q %build -%{__python} setup.py build +%py_build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install \ - --root=$RPM_BUILD_ROOT +%py_install #py_postclean -- 2.44.0