]> git.pld-linux.org Git - packages/elisa-plugins-good.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-good.spec

index 848d68e17a87918fd7756651da7e4c0c430f596f..f45a66dc7ad54e6871bdc4f3b322e397e30d2e3c 100644 (file)
@@ -24,13 +24,12 @@ 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.107734 seconds and 4 git commands to generate.