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
|
Name: libarchive
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Single library to read/write tar, cpio, pax, zip, iso9660, etc.
|
Summary: Single library to read/write tar, cpio, pax, zip, iso9660, etc.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,14 +11,17 @@ Source: https://github.com/libarchive/libarchive/releases/download/v%{ver
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libattr-devel
|
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
|
BuildRequires: liblz4-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: liblzo-devel
|
BuildRequires: liblzo-devel
|
||||||
BuildRequires: libnettle-devel
|
BuildRequires: libnettle-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -52,6 +55,8 @@ This package contains the following programs built on libarchive:
|
|||||||
- bsdcpio
|
- bsdcpio
|
||||||
A different interface to cpio with essentially the same functionality.
|
A different interface to cpio with essentially the same functionality.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -59,8 +64,11 @@ This package contains the following programs built on libarchive:
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--enable-bsdcat=shared \
|
||||||
--enable-bsdtar=shared \
|
--enable-bsdtar=shared \
|
||||||
--enable-bsdcpio=shared \
|
--enable-bsdcpio=shared \
|
||||||
|
--with-lzo2 \
|
||||||
|
--with-nettle \
|
||||||
--enable-largefile
|
--enable-largefile
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -106,6 +114,9 @@ mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
|||||||
%{_mandir}/man1/bsdtar.1*
|
%{_mandir}/man1/bsdtar.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 03 2020 Automatic Build System <autodist@mambasoft.it> 3.5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user