commit 5f09c8b1211cffa55735b103aca473830ff6780a Author: Dmitrii Tochanskii Date: Fri Apr 17 12:30:04 2026 +0000 libarchive 3.8.7 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 +-