sed 4.9
This commit is contained in:
commit
fd208b93ed
1 changed files with 39 additions and 0 deletions
39
sed.spec
Normal file
39
sed.spec
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
Name: sed
|
||||||
|
Version: 4.9
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Super-useful stream editor
|
||||||
|
|
||||||
|
License: GPL-3
|
||||||
|
URL: http://sed.sourceforge.net/
|
||||||
|
Source0: https://ftpmirror.gnu.org/gnu/sed/sed-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc make
|
||||||
|
Requires: glibc
|
||||||
|
|
||||||
|
%description
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}
|
||||||
|
%{_datadir}
|
||||||
|
#%license add-license-file-here
|
||||||
|
#%doc add-docs-here
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Aug 22 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue