- Update to 2.7.0
This commit is contained in:
parent
a8383555a0
commit
fb8561b759
@ -1 +1 @@
|
|||||||
libarchive-2.6.2.tar.gz
|
libarchive-2.7.0.tar.gz
|
||||||
|
12
libarchive-2.7.0-disable-werror.patch
Normal file
12
libarchive-2.7.0-disable-werror.patch
Normal 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
|
@ -1,5 +1,5 @@
|
|||||||
Name: libarchive
|
Name: libarchive
|
||||||
Version: 2.6.2
|
Version: 2.7.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for handling streaming archive formats
|
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
|
Source0: http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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: zlib-devel
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
BuildRequires: sharutils
|
|
||||||
BuildRequires: lzma-devel
|
BuildRequires: lzma-devel
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
|
# The patch touches Makefile.am files:
|
||||||
|
BuildRequires: automake autoconf
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libarchive is a programming library that can create and read several different
|
Libarchive is a programming library that can create and read several different
|
||||||
@ -35,10 +45,13 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .werror
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-bsdtar
|
libtoolize --force || :
|
||||||
|
autoreconf || :
|
||||||
|
%configure --disable-static --disable-bsdtar --disable-bsdcpio
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -76,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 6 2009 Tomas Bzatek <tbzatek@redhat.com> 2.6.2-1
|
||||||
- Update to 2.6.2
|
- Update to 2.6.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user