specfile: build gawk with readline support
"It's useful since the gawk debugger will use readline if it's available." - Aharon Robbins (upstream developer)
This commit is contained in:
parent
08bec36937
commit
b5b97bf3d2
@ -1,7 +1,7 @@
|
|||||||
Name: gawk
|
Name: gawk
|
||||||
Summary: The GNU version of the AWK text processing utility
|
Summary: The GNU version of the AWK text processing utility
|
||||||
Version: 4.1.3
|
Version: 4.1.3
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
|
|
||||||
# LICENSE NOTE: There are more licenses used inside the gawk source tarball from
|
# LICENSE NOTE: There are more licenses used inside the gawk source tarball from
|
||||||
# ------------- upstream than listed below, however, some of those files with
|
# ------------- upstream than listed below, however, some of those files with
|
||||||
@ -34,12 +34,14 @@ Provides: /bin/gawk
|
|||||||
Requires: filesystem >= 3
|
Requires: filesystem >= 3
|
||||||
Requires: libsigsegv
|
Requires: libsigsegv
|
||||||
Requires: mpfr
|
Requires: mpfr
|
||||||
|
Requires: readline
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
BuildRequires: ghostscript-core
|
BuildRequires: ghostscript-core
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: libsigsegv-devel
|
BuildRequires: libsigsegv-devel
|
||||||
BuildRequires: mpfr-devel
|
BuildRequires: mpfr-devel
|
||||||
|
BuildRequires: readline-devel
|
||||||
BuildRequires: texinfo-tex
|
BuildRequires: texinfo-tex
|
||||||
|
|
||||||
# NOTE: In case any patch updates the awkgram.y or command.y (IOW if anything
|
# NOTE: In case any patch updates the awkgram.y or command.y (IOW if anything
|
||||||
@ -229,6 +231,9 @@ fi
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 12 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.1.3-9
|
||||||
|
- Build gawk with readline support (useful for gawk debugger)
|
||||||
|
|
||||||
* Mon Sep 12 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.1.3-8
|
* Mon Sep 12 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.1.3-8
|
||||||
- Support for GNU MPFR added (see 'man gawk', look for --bignum option)
|
- Support for GNU MPFR added (see 'man gawk', look for --bignum option)
|
||||||
- Another round of specfile refactoring
|
- Another round of specfile refactoring
|
||||||
|
Loading…
Reference in New Issue
Block a user