From 5f09c8b1211cffa55735b103aca473830ff6780a Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Fri, 17 Apr 2026 12:30:04 +0000 Subject: [PATCH] libarchive 3.8.7 --- libarchive.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 libarchive.spec diff --git a/libarchive.spec b/libarchive.spec new file mode 100644 index 0000000..c139f09 --- /dev/null +++ b/libarchive.spec @@ -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 +-