Accepting request 1147653 from home:vlefebvre:branches:devel:tools:building

Fix testsuite fails and dependent package build errors (bsc#1219035)

OBS-URL: https://build.opensuse.org/request/show/1147653
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=59
This commit is contained in:
Martin Pluskal
2024-02-20 08:03:23 +00:00
committed by Git OBS Bridge
parent f701e8f711
commit e2410ecbea
4 changed files with 101 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,9 @@ URL: https://www.gnu.org/software/autoconf
Source0: https://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.xz
Source1: https://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.xz.sig
Source9: autoconf.keyring
Patch0: autoreconf-ltdl.diff
# Upstream's Known bug: see https://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS#n194
Patch1: remove-largefile-test.patch
BuildRequires: help2man
BuildRequires: m4 >= 1.4.16
BuildArch: noarch
@@ -65,7 +68,11 @@ be configuring software with an autoconf-generated script; autoconf is
only required for the generation of the scripts, not their use.
%prep
%autosetup -n autoconf-%{version}
%setup -q -n autoconf-%{version}
%patch0 -p1
%if "%_arch" == "i386"
%patch1 -p1
%endif
%build
%configure