grep 3.12
This commit is contained in:
commit
e592661530
1 changed files with 40 additions and 0 deletions
40
grep.spec
Normal file
40
grep.spec
Normal file
|
|
@ -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 <tochansky@tochlab.ru>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue