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

index 321268d08e760d691d272be3364ff169519557fa..6185e1ea4d78b8e28962e1d76a974b17e8623b9e 100644 (file)
@@ -28,12 +28,12 @@ Opóźnianie importu modułów Pythona.
 %setup -q -n zope.deferredimport-%{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.07027 seconds and 5 git commands to generate.