From e592661530a1ac5aa534f484a74da31ef3997e1b Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Sat, 27 Sep 2025 09:10:39 +0000 Subject: [PATCH] grep 3.12 --- grep.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 grep.spec diff --git a/grep.spec b/grep.spec new file mode 100644 index 0000000..5e51478 --- /dev/null +++ b/grep.spec @@ -0,0 +1,40 @@ +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 +-