[packages/Zope-DeferredImport] automatic change: use py_build/py_install macros
jajcus
jajcus at pld-linux.org
Sat Nov 28 19:21:46 CET 2015
commit 48e7374135ccb2154c43ec9a39570c991f9677d0
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Sat Nov 28 19:20:07 2015 +0100
automatic change: use py_build/py_install macros
Zope-DeferredImport.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Zope-DeferredImport.spec b/Zope-DeferredImport.spec
index 321268d..6185e1e 100644
--- a/Zope-DeferredImport.spec
+++ b/Zope-DeferredImport.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Zope-DeferredImport.git/commitdiff/48e7374135ccb2154c43ec9a39570c991f9677d0
More information about the pld-cvs-commit
mailing list