Name: libarchive Version: 2.8.5 Release: 1%{?dist} Summary: A library for handling streaming archive formats Group: System Environment/Libraries License: BSD URL: http://code.google.com/p/libarchive/ Source0: http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bison BuildRequires: sharutils BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: xz-devel BuildRequires: e2fsprogs-devel BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: openssl-devel BuildRequires: libxml2-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 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,-) %doc COPYING README NEWS %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %doc %{_includedir}/* %{_mandir}/*/* %{_libdir}/*.so %{_libdir}/pkgconfig/* %changelog * Mon Sep 5 2011 Tomas Bzatek - 2.8.5-1 - Update to 2.8.5 * Mon Feb 07 2011 Fedora Release Engineering - 2.8.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Jan 13 2011 Tomas Bzatek - 2.8.4-2 - Rebuild for new xz-libs * Wed Jun 30 2010 Tomas Bzatek - 2.8.4-1 - Update to 2.8.4 * Fri Jun 25 2010 Tomas Bzatek - 2.8.3-2 - Fix ISO9660 reader data type mismatches (#597243) * Tue Mar 16 2010 Tomas Bzatek - 2.8.3-1 - Update to 2.8.3 * Mon Mar 8 2010 Tomas Bzatek - 2.8.1-1 - Update to 2.8.1 * Fri Feb 5 2010 Tomas Bzatek - 2.8.0-1 - Update to 2.8.0 * Wed Jan 6 2010 Tomas Bzatek - 2.7.902a-1 - Update to 2.7.902a * Fri Aug 21 2009 Tomas Mraz - 2.7.1-2 - rebuilt with new openssl * Fri Aug 7 2009 Tomas Bzatek 2.7.1-1 - Update to 2.7.1 - Drop deprecated lzma dependency, libxz handles both formats * Mon Jul 27 2009 Tomas Bzatek 2.7.0-3 - Enable XZ compression format * Fri Jul 24 2009 Fedora Release Engineering - 2.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue May 12 2009 Tomas Bzatek 2.7.0-1 - Update to 2.7.0 * Fri Mar 6 2009 Tomas Bzatek 2.6.2-1 - Update to 2.6.2 * Wed Feb 25 2009 Fedora Release Engineering - 2.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Feb 16 2009 Tomas Bzatek 2.6.1-1 - Update to 2.6.1 * Thu Jan 8 2009 Tomas Bzatek 2.6.0-1 - Update to 2.6.0 * Mon Dec 15 2008 Tomas Bzatek 2.5.904a-1 - Update to 2.5.904a * Tue Dec 9 2008 Tomas Bzatek 2.5.903a-2 - Add LZMA support * Mon Dec 8 2008 Tomas Bzatek 2.5.903a-1 - Update to 2.5.903a * Tue Jul 22 2008 Tomas Bzatek 2.5.5-1 - Update to 2.5.5 * Wed Apr 2 2008 Tomas Bzatek 2.4.17-1 - Update to 2.4.17 * Wed Mar 18 2008 Tomas Bzatek 2.4.14-1 - Initial packaging