commit d44419cabf92130b4dfafaa1be9f4edb5e335ffb Author: Dmitrii Tochanskii Date: Sat Sep 27 09:39:51 2025 +0000 xz 5.8.1 diff --git a/xz.spec b/xz.spec new file mode 100644 index 0000000..ba36bbe --- /dev/null +++ b/xz.spec @@ -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 +-