commit e592661530a1ac5aa534f484a74da31ef3997e1b Author: Dmitrii Tochanskii Date: Sat Sep 27 09:10:39 2025 +0000 grep 3.12 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 +-