grep/grep.spec
2025-09-27 09:10:39 +00:00

40 lines
564 B
RPMSpec

Name: grep
Version: 3.12
Release: 1%{?dist}
Summary: Pattern matching utilities
License: GPL-3
URL: https://www.gnu.org/software/grep/
Source0: https://mirror.tochlab.net/pub/gnu/grep/grep-%{version}.tar.xz
BuildRequires: make gcc
Requires: bash
%description
%prep
%autosetup
%build
%configure
%make_build
%install
%make_install
%files
%{_sbindir}
%{_datadir}
#%license add-license-file-here
#%doc add-docs-here
%changelog
* Sat Sep 27 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
-