- Update to 2.7.902a
This commit is contained in:
parent
ddcc36c35a
commit
e11ed8d5b7
@ -1 +1 @@
|
|||||||
libarchive-2.7.1.tar.gz
|
libarchive-2.7.902a.tar.gz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
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,6 +1,6 @@
|
|||||||
Name: libarchive
|
Name: libarchive
|
||||||
Version: 2.7.1
|
Version: 2.7.902a
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for handling streaming archive formats
|
Summary: A library for handling streaming archive formats
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,9 +10,6 @@ Source0: http://libarchive.googlecode.com/files/libarchive-%{version}.tar
|
|||||||
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: bison
|
||||||
BuildRequires: sharutils
|
BuildRequires: sharutils
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -22,6 +19,7 @@ BuildRequires: e2fsprogs-devel
|
|||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
|
|
||||||
# The patch touches Makefile.am files:
|
# The patch touches Makefile.am files:
|
||||||
BuildRequires: automake autoconf
|
BuildRequires: automake autoconf
|
||||||
@ -45,7 +43,6 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .werror
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -86,9 +83,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 6 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.7.902a-1
|
||||||
|
- Update to 2.7.902a
|
||||||
|
|
||||||
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.7.1-2
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.7.1-2
|
||||||
- rebuilt with new openssl
|
- rebuilt with new openssl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user