Name: libarchive Summary: A library for handling streaming archive formats Version: 3.4.3 Release: 1%{?_dist_release} Group: System Environment/Libraries Vendor: Project Vine Distribution: Vine Linux License: BSD URL: https://www.libarchive.org/ Source0: https://www.libarchive.org/downloads/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: bzip2-devel BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: libxml2-devel BuildRequires: libzstd-devel BuildRequires: lz4-devel BuildRequires: openssl-devel BuildRequires: xz-devel BuildRequires: zlib-devel %description 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. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure \ --disable-static \ --disable-bsdtar --disable-bsdcpio --disable-bsdcat make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT #iconv -f latin1 -t utf-8 < NEWS > NEWS.utf8; cp NEWS.utf8 NEWS find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name cpio.5 -exec rm -f {} ';' find $RPM_BUILD_ROOT -name mtree.5 -exec rm -f {} ';' find $RPM_BUILD_ROOT -name tar.5 -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %license COPYING %doc README* NEWS %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %doc %{_includedir}/* %{_mandir}/*/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog * Thu Jul 16 2020 Tomohiro "Tomo-p" KATO 3.4.3-1 - new upstream release. - added BR:lz4-devel. - added BR:libzstd-devel. * Sun Feb 16 2020 Tomohiro "Tomo-p" KATO 3.4.2-1 - new upstream release. * Sat Oct 26 2019 Tomohiro "Tomo-p" KATO 3.4.0-1 - new upstream release. * Fri Nov 30 2018 Tomohiro "Tomo-p" KATO 3.3.3-1 - new upstream release. * Tue Dec 19 2017 Tomohiro "Tomo-p" KATO 3.3.2-1 - new upstream release. * Sun May 15 2016 Yoji TOYODA 3.2.0-1 - new upstream release * Sun Jul 06 2014 Yoji TOYODA 3.1.2-1 - update to 3.1.2 * Sun Jun 10 2012 Yoji TOYODA 3.0.4-1 - new upstream release * Thu May 19 2011 Yoji TOYODA 2.8.4-4 - add BuildRequires: openssl-devel, libxml2-devel * Thu May 19 2011 Daisuke SUZUKI 2.8.4-3 - rebuild against liblzma.so.5 * Sun Sep 26 2010 Yoji TOYODA 2.8.4-2 - rebuild with rpm-4.8.1 for pkg-config file * Sun Sep 5 2010 Ryoichi INAGAKI 2.8.4-1 - new upstream release * Wed Apr 14 2010 Ryoichi INAGAKI 2.8.3-1 - new upstream release - built with new toolchain * Tue Apr 8 2008 Ryoichi INAGAKI 2.6.0-1 - new upstream release * Wed Apr 2 2008 Ryoichi INAGAKI 2.4.14-1vl5 - Build for Vine Linux * Tue Mar 18 2008 Tomas Bzatek 2.4.14-1 - Initial packaging