[python-zmq] use proper buildroot macro

tomspur tomspur at fedoraproject.org
Thu Dec 8 20:13:00 UTC 2011


commit 4155cf537a9a6122a7684f5f86b777f4e4387223
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Thu Dec 8 21:12:24 2011 +0100

    use proper buildroot macro

 python-zmq.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/python-zmq.spec b/python-zmq.spec
index f1f4017..c440479 100644
--- a/python-zmq.spec
+++ b/python-zmq.spec
@@ -144,7 +144,7 @@ popd
 # to be the default for now).
 %if 0%{?with_python3}
 pushd %{py3dir}
-%{__python3} setup.py install --skip-build --root $RPM_BUILD_ROOT
+%{__python3} setup.py install --skip-build --root %{buildroot}
 
 # remove tests doesn't work here, do that after running the tests
 
@@ -200,6 +200,9 @@ popd
 
 
 %changelog
+* Thu Dec  8 2011 Thomas Spura <tomspur at fedoraproject.org> - 2.1.9-2
+- use proper buildroot macro
+
 * Wed Sep 21 2011 Thomas Spura <tomspur at fedoraproject.org> - 2.1.9-1
 - update to new version
 - run testsuite on python3


More information about the scm-commits mailing list