From 8454635dc5aab8520496facf930116b0a55c3c16 Mon Sep 17 00:00:00 2001 From: kzak Date: Wed, 19 Jul 2006 21:52:37 +0000 Subject: [PATCH] fix spec file --- gawk.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gawk.spec b/gawk.spec index caa5282..d061084 100644 --- a/gawk.spec +++ b/gawk.spec @@ -1,15 +1,17 @@ Summary: The GNU version of the awk text processing utility. Name: gawk Version: 3.1.5 -Release: 10 +Release: 11 License: GPL Group: Applications/Text Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2 Source1: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}-ps.tar.gz -Prereq: /sbin/install-info -Requires: /bin/mktemp Buildroot: %{_tmppath}/%{name}-root +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info +Requires: /bin/mktemp + BuildRequires: flex BuildRequires: bison @@ -96,6 +98,9 @@ fi %{_datadir}/awk %changelog +* Wed Jul 19 2006 Karel Zak 3.1.5-11 +- spec file cleanup + * Tue Jul 18 2006 Karel Zak 3.1.5-10 - add IPv6 support (patch be Jan Pazdziora)