]> git.pld-linux.org Git - packages/dreampie.git/blobdiff - dreampie.spec
automatic change: use py_build/py_install macros
[packages/dreampie.git] / dreampie.spec
index 1f593655909fb86d1e1e647ae89b7bab3f54dac3..81e9f79c201b805fa8f4c4764cc570c2c38b1a4a 100644 (file)
@@ -29,13 +29,11 @@ Powłoka Pythona z Twoich snów!
 %setup -q
 
 %build
-%{__python} setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install \
-       --optimize=2 \
-       --root=$RPM_BUILD_ROOT
+%py_install
 
 %py_postclean
 
This page took 0.888131 seconds and 4 git commands to generate.