]> git.pld-linux.org Git - packages/python-faulthandler.git/commitdiff
automatic change: use py_build/py_install macros
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:42 +0000 (18:06 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:42 +0000 (18:06 +0100)
python-faulthandler.spec

index 4ffd52346faa8ce7fa530b00fff487b102b6edb9..cc136d0774d43122a70d4d8c3887656663c4ec1b 100644 (file)
@@ -25,12 +25,12 @@ able to allocate memory on the stack, even on stack overflow.
 %setup  -q -n %{module}-%{version}
 
 %build
-%{__python} ./setup.py build --build-base py2
+%py_build --build-base py2
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} ./setup.py build \
+%py_build \
        --build-base py2 \
        install \
        --optimize 2 \
This page took 0.061146 seconds and 4 git commands to generate.