[packages/python-FormEncode] automatic change: use py_build/py_install macros
jajcus
jajcus at pld-linux.org
Sat Nov 28 18:08:44 CET 2015
commit 34134326235a2e804e146a05d6f5bb1fe8d064ea
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Sat Nov 28 18:06:41 2015 +0100
automatic change: use py_build/py_install macros
python-FormEncode.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-FormEncode.spec b/python-FormEncode.spec
index 3ea3e5e..91ced02 100644
--- a/python-FormEncode.spec
+++ b/python-FormEncode.spec
@@ -32,12 +32,12 @@ i niezależne od nich wypełnianie i generowanie formularzy.
%setup -q -n %{module}-%{version}
%build
-python setup.py build
+%py_build
%install
rm -rf $RPM_BUILD_ROOT
-python ./setup.py install \
+%py_install \
--single-version-externally-managed \
--optimize=2 \
--root=$RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-FormEncode.git/commitdiff/34134326235a2e804e146a05d6f5bb1fe8d064ea
More information about the pld-cvs-commit
mailing list