xz 5.8.1
This commit is contained in:
commit
d44419cabf
1 changed files with 38 additions and 0 deletions
38
xz.spec
Normal file
38
xz.spec
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
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>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue