]> git.pld-linux.org Git - packages/Zope-Testing.git/blobdiff - Zope-Testing.spec
automatic change: use py_build/py_install macros
[packages/Zope-Testing.git] / Zope-Testing.spec
index d846be22a6adf7b8a869ca6873693acaa7e87a44..ab3e18fba9208713b2df2ba13301acd311989fd3 100644 (file)
@@ -31,12 +31,12 @@ unittest.
 %setup -q -n zope.testing-%{version}
 
 %build
-python ./setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python ./setup.py install \
+%py_install \
        --install-purelib=%{py_sitedir} \
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
This page took 0.067442 seconds and 5 git commands to generate.