auto-import changelog data from gawk-3.1.0-3.src.rpm

Tue Jul 31 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- do not warn about unnecessary escaping
This commit is contained in:
cvsdist 2004-09-09 04:57:46 +00:00
parent cbf1dc0414
commit 2bb86e15a1

View File

@ -1,12 +1,13 @@
Summary: The GNU version of the awk text processing utility. Summary: The GNU version of the awk text processing utility.
Name: gawk Name: gawk
Version: 3.1.0 Version: 3.1.0
Release: 2 Release: 3
License: GPL License: GPL
Group: Applications/Text Group: Applications/Text
Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.gz Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.gz
Source1: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}-ps.tar.gz Source1: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}-ps.tar.gz
Patch0: gawk-3.1.0-newsecurity.patch Patch0: gawk-3.1.0-newsecurity.patch
Patch1: gawk-3.1.0-shutup.patch
Prereq: /sbin/install-info Prereq: /sbin/install-info
Requires: /bin/mktemp Requires: /bin/mktemp
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
@ -22,6 +23,7 @@ considered to be a standard Linux tool for processing text.
%prep %prep
%setup -q -b 1 %setup -q -b 1
%patch0 -p1 -b .mktemp %patch0 -p1 -b .mktemp
%patch1 -p1
%build %build
%configure %configure
@ -66,6 +68,9 @@ fi
%{_datadir}/awk %{_datadir}/awk
%changelog %changelog
* Tue Jul 31 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- do not warn about unnecessary escaping
* Fri Jun 29 2001 Florian La Roche <Florian.LaRoche@redhat.de> * Fri Jun 29 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- fix path of man-pages - fix path of man-pages