From 4155cf537a9a6122a7684f5f86b777f4e4387223 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Dec 08 2011 20:12:24 +0000 Subject: use proper buildroot macro --- 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 - 2.1.9-2 +- use proper buildroot macro + * Wed Sep 21 2011 Thomas Spura - 2.1.9-1 - update to new version - run testsuite on python3