From 63740334ed558ad76bfaa0baa0c50ef56e7f3e42 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:47:44 +0100 Subject: [PATCH] rebuilt with debug package [release 3.5.0-2mamba;Thu Dec 31 2020] --- libarchive.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libarchive.spec b/libarchive.spec index 7f3691f..6f7ceac 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -1,6 +1,6 @@ Name: libarchive Version: 3.5.0 -Release: 1mamba +Release: 2mamba Summary: Single library to read/write tar, cpio, pax, zip, iso9660, etc. Group: System/Libraries Vendor: openmamba @@ -11,14 +11,17 @@ Source: https://github.com/libarchive/libarchive/releases/download/v%{ver License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libacl-devel -BuildRequires: libattr-devel BuildRequires: libbzip2-devel +BuildRequires: liblz4-devel BuildRequires: liblzma-devel BuildRequires: liblzo-devel BuildRequires: libnettle-devel +BuildRequires: libopenssl-devel BuildRequires: libxml2-devel BuildRequires: libz-devel +BuildRequires: libzstd-devel ## AUTOBUILDREQ-END BuildRequires: libe2fs-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -52,6 +55,8 @@ This package contains the following programs built on libarchive: - bsdcpio A different interface to cpio with essentially the same functionality. +%debug_package + %prep %setup -q @@ -59,8 +64,11 @@ This package contains the following programs built on libarchive: %configure \ --enable-shared \ --disable-static \ + --enable-bsdcat=shared \ --enable-bsdtar=shared \ --enable-bsdcpio=shared \ + --with-lzo2 \ + --with-nettle \ --enable-largefile %make @@ -106,6 +114,9 @@ mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5 %{_mandir}/man1/bsdtar.1* %changelog +* Thu Dec 31 2020 Silvan Calarco 3.5.0-2mamba +- rebuilt with debug package + * Thu Dec 03 2020 Automatic Build System 3.5.0-1mamba - automatic version update by autodist