- Update to 2.7.0

This commit is contained in:
Tomas Bzatek 2009-05-12 12:38:37 +00:00
parent a8383555a0
commit fb8561b759
4 changed files with 33 additions and 5 deletions

View File

@ -1 +1 @@
libarchive-2.6.2.tar.gz
libarchive-2.7.0.tar.gz

View File

@ -0,0 +1,12 @@
diff -up libarchive-2.7.0/Makefile.am.orig libarchive-2.7.0/Makefile.am
--- libarchive-2.7.0/Makefile.am.orig 2009-04-08 09:37:15.000000000 +0200
+++ libarchive-2.7.0/Makefile.am 2009-05-12 14:12:39.000000000 +0200
@@ -23,7 +23,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-bsd
# Especially for early development, we want to be a little
# aggressive about diagnosing build problems; this can get
# relaxed somewhat in final shipping versions.
-AM_CFLAGS=-Wall -Werror
+AM_CFLAGS=-Wall
#
# What to include in the distribution

View File

@ -1,5 +1,5 @@
Name: libarchive
Version: 2.6.2
Version: 2.7.0
Release: 1%{?dist}
Summary: A library for handling streaming archive formats
@ -9,13 +9,23 @@ 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)
# Disable -Werror
Patch0: libarchive-2.7.0-disable-werror.patch
BuildRequires: bison
BuildRequires: sharutils
BuildRequires: zlib-devel
BuildRequires: bzip2-devel
BuildRequires: sharutils
BuildRequires: lzma-devel
BuildRequires: e2fsprogs-devel
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: openssl-devel
# The patch touches Makefile.am files:
BuildRequires: automake autoconf
BuildRequires: libtool
%description
Libarchive is a programming library that can create and read several different
@ -35,10 +45,13 @@ developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1 -b .werror
%build
%configure --disable-static --disable-bsdtar
libtoolize --force || :
autoreconf || :
%configure --disable-static --disable-bsdtar --disable-bsdcpio
make %{?_smp_mflags}
@ -76,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue May 12 2009 Tomas Bzatek <tbzatek@redhat.com> 2.7.0-1
- Update to 2.7.0
* Fri Mar 6 2009 Tomas Bzatek <tbzatek@redhat.com> 2.6.2-1
- Update to 2.6.2

View File

@ -1 +1 @@
e31fcacd3f2b996988c0852a5edfc680 libarchive-2.6.2.tar.gz
a2103ca334037562ad327eb3aed54869 libarchive-2.7.0.tar.gz