From b5b97bf3d2071869187945c9d4ea1fb4b1b7def1 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 12 Sep 2016 15:02:38 +0200 Subject: [PATCH] specfile: build gawk with readline support "It's useful since the gawk debugger will use readline if it's available." - Aharon Robbins (upstream developer) --- gawk.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gawk.spec b/gawk.spec index b15d305..ac8eb94 100644 --- a/gawk.spec +++ b/gawk.spec @@ -1,7 +1,7 @@ Name: gawk Summary: The GNU version of the AWK text processing utility Version: 4.1.3 -Release: 8%{?dist} +Release: 9%{?dist} # LICENSE NOTE: There are more licenses used inside the gawk source tarball from # ------------- upstream than listed below, however, some of those files with @@ -34,12 +34,14 @@ Provides: /bin/gawk Requires: filesystem >= 3 Requires: libsigsegv Requires: mpfr +Requires: readline Requires(post): info Requires(preun): info BuildRequires: ghostscript-core BuildRequires: git BuildRequires: libsigsegv-devel BuildRequires: mpfr-devel +BuildRequires: readline-devel BuildRequires: texinfo-tex # NOTE: In case any patch updates the awkgram.y or command.y (IOW if anything @@ -229,6 +231,9 @@ fi # ============================================================================= %changelog +* Mon Sep 12 2016 David Kaspar [Dee'Kej] - 4.1.3-9 +- Build gawk with readline support (useful for gawk debugger) + * Mon Sep 12 2016 David Kaspar [Dee'Kej] - 4.1.3-8 - Support for GNU MPFR added (see 'man gawk', look for --bignum option) - Another round of specfile refactoring