38 lines
602 B
RPMSpec
38 lines
602 B
RPMSpec
Name: xz
|
|
Version: 5.8.1
|
|
Release: 1%{?dist}
|
|
Summary: Complete C99 implementation of the .xz file format
|
|
|
|
License: public-domain LGPL-2.1+ GPL-2+
|
|
URL: https://tukaani.org/xz
|
|
Source0: https://github.com/tukaani-project/xz/releases/download/v%{version}/xz-%{version}.tar.gz
|
|
|
|
BuildRequires: make gcc
|
|
Requires: bash
|
|
|
|
%description
|
|
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%{_bindir}
|
|
%{_libdir}
|
|
%{_datadir}
|
|
%{_includedir}
|
|
|
|
|
|
%changelog
|
|
* Sat Sep 27 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
|
-
|