From 90f82303adb491e918e1d4ede63bd7c7ad1594940f587ca403c14ad7392d5e3b Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 26 Aug 2010 14:45:53 +0000 Subject: [PATCH] autoreconf everywhere OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=76 --- python-base.spec | 4 +--- python.spec | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/python-base.spec b/python-base.spec index c44947e..dbc15dd 100644 --- a/python-base.spec +++ b/python-base.spec @@ -150,11 +150,9 @@ export SUSE_ASNEEDED=0 ######################################## export OPT="$RPM_OPT_FLAGS" ######################################## -# regenerate (only on > 11.2 because of autoconf version) +# regenerate ######################################## -%if %{?suse_version: %{suse_version} > 1120} %{!?suse_version:1} autoreconf -f -i . # Modules/_ctypes/libffi -%endif # prevent make from trying to rebuild asdl stuff, which requires existing # python installation touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h diff --git a/python.spec b/python.spec index d9b67eb..2ebe468 100644 --- a/python.spec +++ b/python.spec @@ -198,11 +198,9 @@ export SUSE_ASNEEDED=0 ######################################## export OPT="$RPM_OPT_FLAGS" ######################################## -# regenerate (only on > 11.2 because of autoconf version) +# regenerate ######################################## -%if %{?suse_version: %{suse_version} > 1120} %{!?suse_version:1} autoreconf -f -i . # Modules/_ctypes/libffi -%endif # prevent make from trying to rebuild asdl stuff, which requires existing # python installation touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h