40 lines
592 B
RPMSpec
40 lines
592 B
RPMSpec
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://mirror.tochlab.net/pub/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 <tochansky@tochlab.ru>
|
|
-
|