gzip 1.14
This commit is contained in:
commit
5f41c29537
1 changed files with 37 additions and 0 deletions
37
gzip.spec
Normal file
37
gzip.spec
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Name: gzip
|
||||
Version: 1.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Single-file/stream lossless data compression utility
|
||||
|
||||
License: GPL-3
|
||||
URL: https://www.gnu.org/software/gzip/
|
||||
Source0: https://ftpmirror.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make gcc
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
GNU Gzip is a popular data compression program originally
|
||||
written by Jean-loup Gailly for the GNU project. Mark Adler
|
||||
wrote the decompression part.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%{_bindir}
|
||||
%{_datadir}
|
||||
|
||||
%changelog
|
||||
* Sat Sep 27 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue