From 16cd2ceecb398860833106de39ec49d6794b355c Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Sat, 27 Sep 2025 10:02:54 +0000 Subject: [PATCH] gawk 5.3.2 --- gawk.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 gawk.spec diff --git a/gawk.spec b/gawk.spec new file mode 100644 index 0000000..78b2e3f --- /dev/null +++ b/gawk.spec @@ -0,0 +1,40 @@ +Name: gawk +Version: 5.3.2 +Release: 1%{?dist} +Summary: The GNU version of the AWK text processing utility + +License: GPL-3 +URL: https://www.gnu.org/software/gawk/ +Source0: https://ftpmirror.gnu.org/gnu/gawk/gawk-%{version}.tar.xz + +BuildRequires: make gcc +Requires: bash + +%description + + +%prep +%autosetup + + +%build +%configure +%make_build + + +%install +%make_install + + +%files +%{_bindir} +%{_libdir} +%{_libexecdir} +%{_datadir} +%{_includedir} +%{_sysconfdir} + + +%changelog +* Sat Sep 27 2025 Dmitrii Tochanskii +-