summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny2015-11-28 17:06:41 (GMT)
committerJacek Konieczny2015-11-28 17:06:41 (GMT)
commit34134326235a2e804e146a05d6f5bb1fe8d064ea (patch)
treeb52d4186e5e561b8c70ff63ef994cb0c45990959
parent9ba635c6bc8e3a70f6057fb9346eb50d1a9048df (diff)
downloadpython-FormEncode-34134326235a2e804e146a05d6f5bb1fe8d064ea.zip
python-FormEncode-34134326235a2e804e146a05d6f5bb1fe8d064ea.tar.gz
automatic change: use py_build/py_install macros
-rw-r--r--python-FormEncode.spec4
1 files 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