auto-import changelog data from autoconf-2.13-9lws1.src.rpm
Fri Nov 17 2000 Yukihiro Nakai <ynakai@redhat.com> - Add RHL7.x fix for exit() function.
This commit is contained in:
parent
35ebdbbb7e
commit
3c8700a4a1
@ -1,13 +1,14 @@
|
|||||||
Summary: A GNU tool for automatically configuring source code.
|
Summary: A GNU tool for automatically configuring source code.
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
Version: 2.13
|
Version: 2.13
|
||||||
Release: 9
|
Release: 9lws1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz
|
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz
|
||||||
Patch0: autoconf-2.12-race.patch
|
Patch0: autoconf-2.12-race.patch
|
||||||
Patch1: autoconf-2.13-mawk.patch
|
Patch1: autoconf-2.13-mawk.patch
|
||||||
Patch2: autoconf-2.13-notmp.patch
|
Patch2: autoconf-2.13-notmp.patch
|
||||||
|
Patch10: autoconf-2.13-exit.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Requires: gawk, m4, mktemp, perl, textutils
|
Requires: gawk, m4, mktemp, perl, textutils
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
@ -34,6 +35,7 @@ their use.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch10 -p1 -b .rhl7x
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -71,6 +73,9 @@ fi
|
|||||||
%{_datadir}/autoconf
|
%{_datadir}/autoconf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 17 2000 Yukihiro Nakai <ynakai@redhat.com>
|
||||||
|
- Add RHL7.x fix for exit() function.
|
||||||
|
|
||||||
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
|
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- add textutils as a dependency (#14439)
|
- add textutils as a dependency (#14439)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user