]> git.pld-linux.org Git - packages/elisa.git/blobdiff - elisa.spec
automatic change: use py_build/py_install macros
[packages/elisa.git] / 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.073755 seconds and 4 git commands to generate.