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

index 812a2794d15fbbf089c7517acf666cb76489b33c..da3569619f84eb0783e143c2297ed083e9a9348b 100644 (file)
@@ -47,14 +47,13 @@ multimedialnego o otwartych źródłach.
 %setup -q
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins
 
-python setup.py install \
-       --root=$RPM_BUILD_ROOT
+%py_install
 
 #py_postclean
 
This page took 0.065804 seconds and 4 git commands to generate.