Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
6c0af69776 |
@@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Feb 20 10:27:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
||||||
%patchN.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 13:56:04 UTC 2019 - Richard Brown <rbrown@suse.com>
|
Thu Oct 17 13:56:04 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf213
|
# spec file for package autoconf213
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: autoconf213
|
Name: autoconf213
|
||||||
URL: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
BuildRequires: m4 >= 1.1
|
BuildRequires: m4 >= 1.1
|
||||||
Requires: gawk
|
Requires: gawk
|
||||||
Requires: m4 >= 1.1
|
Requires: m4 >= 1.1
|
||||||
@@ -61,7 +61,19 @@ be configuring software with an autoconf-generated script; autoconf is
|
|||||||
only required for the generation of the scripts, not their use.
|
only required for the generation of the scripts, not their use.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n autoconf-%{version} -p1
|
%setup -n autoconf-%{version} -q
|
||||||
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
|
%patch10 -p1
|
||||||
|
%patch11 -p1
|
||||||
mv autoconf.texi autoconf213.texi
|
mv autoconf.texi autoconf213.texi
|
||||||
rm -f autoconf.info
|
rm -f autoconf.info
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user