forked from pool/autoconf
Accepting request 1147764 from home:dimstar:rpm4.20:a
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147764 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=60
This commit is contained in:
parent
e2410ecbea
commit
3e15a188a7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 10:21:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 13 09:22:52 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
Tue Feb 13 09:22:52 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package autoconf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -69,9 +69,9 @@ only required for the generation of the scripts, not their use.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n autoconf-%{version}
|
%setup -q -n autoconf-%{version}
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%if "%_arch" == "i386"
|
%if "%_arch" == "i386"
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user