37 lines
683 B
RPMSpec
37 lines
683 B
RPMSpec
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://mirror.tochlab.net/pub/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>
|
|
-
|