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

index 76f09d2ae1c7047ef04bceec05c5ad355890c5f0..4c6cfb580c6ad68da19435f0fe6f65f277a28691 100644 (file)
@@ -35,15 +35,12 @@ rb-libtorrent.
 %setup -q
 
 %build
-%{__python} setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} setup.py install \
-       --optimize=2 \
-       --skip-build \
-       --root=$RPM_BUILD_ROOT
+%py_install
 
 %py_postclean
 
This page took 0.121106 seconds and 4 git commands to generate.