summaryrefslogtreecommitdiff
path: root/python-fastimport.spec
diff options
context:
space:
mode:
authorJacek Konieczny2015-11-28 17:06:42 (GMT)
committerJacek Konieczny2015-11-28 17:06:42 (GMT)
commit986a824071b1f0a32434d22e0b716a81b512d436 (patch)
tree21ebee696389233f662263e7675382134eacd25d /python-fastimport.spec
parented327d07ac06b133b58228a848c265583b26b2fc (diff)
downloadpython-fastimport-986a824071b1f0a32434d22e0b716a81b512d436.zip
python-fastimport-986a824071b1f0a32434d22e0b716a81b512d436.tar.gz
automatic change: use py_build/py_install macros
Diffstat (limited to 'python-fastimport.spec')
-rw-r--r--python-fastimport.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-fastimport.spec b/python-fastimport.spec
index 89a5210..aab68da 100644
--- a/python-fastimport.spec
+++ b/python-fastimport.spec
@@ -29,11 +29,11 @@ bzr-fastimport, but extracted so it can be used by other projects.
%setup -q
%build
-%{__python} setup.py build
+%py_build
%install
rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install \
+%py_install \
-O2 \
--skip-build \
--root $RPM_BUILD_ROOT