Compare commits
7 Commits
3.6.1-1mam
...
3.7.4-1mam
Author | SHA1 | Date | |
---|---|---|---|
fbb7b780ea | |||
e06b146d0a | |||
7b4b4208f7 | |||
f878bdcf64 | |||
4a8ea5ef93 | |||
310ee69b95 | |||
c90cc28ed7 |
@ -1,5 +1,5 @@
|
||||
Name: libarchive
|
||||
Version: 3.6.1
|
||||
Version: 3.7.4
|
||||
Release: 1mamba
|
||||
Summary: Single library to read/write tar, cpio, pax, zip, iso9660, etc.
|
||||
Group: System/Libraries
|
||||
@ -12,7 +12,6 @@ License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libb2-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libgomp-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
|
||||
@ -79,6 +77,9 @@ autoreconf -f -i
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
# Don't require unexisting pkgconfig(iconv)
|
||||
sed -i "s/iconv //" %{buildroot}%{_libdir}/pkgconfig/libarchive.pc
|
||||
|
||||
mv %{buildroot}%{_mandir}/man5/cpio.5 %{buildroot}%{_mandir}/man5/archive_cpio.5
|
||||
mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
||||
|
||||
@ -97,7 +98,6 @@ mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/archive_entry.h
|
||||
%{_includedir}/archive.h
|
||||
%{_libdir}/libarchive.la
|
||||
%{_libdir}/libarchive.so
|
||||
%{_libdir}/pkgconfig/libarchive.pc
|
||||
%{_mandir}/man3/*
|
||||
@ -111,11 +111,37 @@ mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
||||
%{_bindir}/bsdcat
|
||||
%{_bindir}/bsdcpio
|
||||
%{_bindir}/bsdtar
|
||||
%{_bindir}/bsdunzip
|
||||
%{_mandir}/man1/bsdcat.1*
|
||||
%{_mandir}/man1/bsdcpio.1*
|
||||
%{_mandir}/man1/bsdtar.1*
|
||||
%{_mandir}/man1/bsdunzip.1*
|
||||
|
||||
%changelog
|
||||
* 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 )
|
||||
|
||||
* Tue Sep 12 2023 Automatic Build System <autodist@mambasoft.it> 3.7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 30 2023 Automatic Build System <autodist@mambasoft.it> 3.7.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.2-2mamba
|
||||
- remove requirement for unexisting pkgconfig(iconv)
|
||||
|
||||
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 09 2022 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user