rpms/libarchive/devel libarchive-2.7.0-disable-werror.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 libarchive.spec, 1.10, 1.11 sources, 1.9, 1.10

Tomas Bzatek tbzatek at fedoraproject.org
Tue May 12 12:39:07 UTC 2009


Author: tbzatek

Update of /cvs/extras/rpms/libarchive/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14392

Modified Files:
	.cvsignore libarchive.spec sources 
Added Files:
	libarchive-2.7.0-disable-werror.patch 
Log Message:
* Tue May 12 2009 Tomas Bzatek <tbzatek at redhat.com> 2.7.0-1
- Update to 2.7.0


libarchive-2.7.0-disable-werror.patch:

--- NEW FILE libarchive-2.7.0-disable-werror.patch ---
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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libarchive/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	6 Mar 2009 10:22:51 -0000	1.9
+++ .cvsignore	12 May 2009 12:38:37 -0000	1.10
@@ -1 +1 @@
-libarchive-2.6.2.tar.gz
+libarchive-2.7.0.tar.gz


Index: libarchive.spec
===================================================================
RCS file: /cvs/extras/rpms/libarchive/devel/libarchive.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- libarchive.spec	6 Mar 2009 10:22:51 -0000	1.10
+++ libarchive.spec	12 May 2009 12:38:37 -0000	1.11
@@ -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
 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 at redhat.com> 2.7.0-1
+- Update to 2.7.0
+
 * Fri Mar  6 2009 Tomas Bzatek <tbzatek at redhat.com> 2.6.2-1
 - Update to 2.6.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libarchive/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	6 Mar 2009 10:22:51 -0000	1.9
+++ sources	12 May 2009 12:38:37 -0000	1.10
@@ -1 +1 @@
-e31fcacd3f2b996988c0852a5edfc680  libarchive-2.6.2.tar.gz
+a2103ca334037562ad327eb3aed54869  libarchive-2.7.0.tar.gz




More information about the scm-commits mailing list