]> git.pld-linux.org Git - packages/elisa-plugins-bad.git/commitdiff
automatic change: use py_build/py_install macros
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 18:20:07 +0000 (19:20 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 18:20:07 +0000 (19:20 +0100)
elisa-plugins-bad.spec

index 65938718974a12635c4254941274f63bab2c335d..f9ff04ba2e920898601fab1920addd9577c36381 100644 (file)
@@ -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
 
This page took 0.073992 seconds and 4 git commands to generate.