libarchive 3.8.7

This commit is contained in:
Dmitrii Tochanskii 2026-04-17 12:30:04 +00:00
commit 5f09c8b121

43
libarchive.spec Normal file
View file

@ -0,0 +1,43 @@
Name: libarchive
Version: 3.8.7
Release: 1%{?dist}
Summary: Multi-format archive and compression library
License: BSD-2 and others
URL: https://www.libarchive.org/
Source0: https://www.libarchive.org/downloads/libarchive-%{version}.tar.gz
BuildRequires: gcc
Requires: bash
%description
%prep
%autosetup
%build
%configure
%make_build
%install
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{?ldconfig_scriptlets}
%files
%{_bindir}
%{_libdir}
%{_includedir}/*
%{_datadir}
%changelog
* Fri Apr 17 2026 Dmitrii Tochanskii <tochansky@tochlab.ru>
-