rebuilt with debug package [release 3.5.0-2mamba;Thu Dec 31 2020]
This commit is contained in:
parent
2f1f4d3540
commit
63740334ed
@ -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 <silvan.calarco@mambasoft.it> 3.5.0-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Thu Dec 03 2020 Automatic Build System <autodist@mambasoft.it> 3.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user