|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libarchive
|
|
|
|
|
Version: 3.7.2
|
|
|
|
|
Release: 2mamba
|
|
|
|
|
Version: 3.7.6
|
|
|
|
|
Release: 1mamba
|
|
|
|
|
Summary: Single library to read/write tar, cpio, pax, zip, iso9660, etc.
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Vendor: openmamba
|
|
|
|
@ -8,7 +8,6 @@ Distribution: openmamba
|
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
|
URL: https://libarchive.org/
|
|
|
|
|
Source: https://github.com/libarchive/libarchive.git/v%{version}/libarchive-%{version}.tar.bz2
|
|
|
|
|
Patch0: libarchive-3.7.2-backport_bsdtar_make_error_reporting_more_robust.patch
|
|
|
|
|
License: BSD
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
@ -39,8 +38,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
%description devel
|
|
|
|
|
Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants.
|
|
|
|
|
It can also write shar archives and read ISO9660 CDROM images and ZIP archives.
|
|
|
|
|
|
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
|
Group: Applications/Archiving
|
|
|
|
@ -60,8 +58,6 @@ This package contains the following programs built on libarchive:
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch 0 -p1 -b .backport_bsdtar_make_error_reporting_more_robust
|
|
|
|
|
|
|
|
|
|
autoreconf -f -i
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -90,8 +86,6 @@ mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
|
|
|
|
%clean
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
@ -122,6 +116,18 @@ mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
|
|
|
|
%{_mandir}/man1/bsdunzip.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 24 2024 Automatic Build System <autodist@openmamba.org> 3.7.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Sep 14 2024 Automatic Build System <autodist@openmamba.org> 3.7.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Apr 27 2024 Automatic Build System <autodist@openmamba.org> 3.7.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Apr 12 2024 Automatic Build System <autodist@openmamba.org> 3.7.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.2-2mamba
|
|
|
|
|
- backport upstream patch to fix possibly malicious past commit (see https://github.com/libarchive/libarchive/pull/2101 )
|
|
|
|
|
|
|
|
|
|