From 6b4e8d4e72822c8c204f686c84fd094401e8189a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 8 Nov 2017 10:08:19 +0100 Subject: [PATCH] autoreconf really belongs to %build Signed-off-by: Igor Gnatenko --- dbus-python.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dbus-python.spec b/dbus-python.spec index e48f4d9..9e4e50a 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -57,11 +57,10 @@ BuildRequires: python3-devel %setup -q %patch0 -p1 -b .sitearch -# For new arches (aarch64/ppc64le), and patch0 -autoreconf -vif - %build +# For new arches (aarch64/ppc64le), and patch0 +autoreconf -vif %global _configure ../configure mkdir python2-build; pushd python2-build