autoreconf really belongs to %build

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-11-08 10:08:19 +01:00
parent 0636d64931
commit 6b4e8d4e72

View File

@ -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