SHA256
1
0
forked from pool/tar

Accepting request 284874 from home:vitezslav_cizek:branches:Base:System

- extract files recursively with --files-from (bnc#913058)
  * added tar-recursive--files-from.patch
- call autoreconf in %prep

OBS-URL: https://build.opensuse.org/request/show/284874
OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=65
This commit is contained in:
2015-02-11 13:04:27 +00:00
committed by Git OBS Bridge
parent aef845700e
commit 4239dfae33
3 changed files with 309 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package tar
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -39,8 +39,10 @@ Patch10: paxutils-rtapelib_mtget.patch
# the patch is used in Fedora and Debian
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235820
Patch11: tar-ignore_lone_zero_blocks.patch
Patch12: tar-recursive--files-from.patch
Patch20: add_readme-tests.patch
%if 0%{?suse_version} >= %min_suse_ver
BuildRequires: automake
BuildRequires: help2man
BuildRequires: libacl-devel
BuildRequires: libattr-devel
@@ -86,6 +88,7 @@ Upstream testsuite for the package
%patch7 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch20 -p1
%build
@@ -93,6 +96,7 @@ Upstream testsuite for the package
export CFLAGS="%{optflags} %my_cflags"
export RSH="/usr/bin/rsh"
export DEFAULT_ARCHIVE_FORMAT="POSIX"
autoreconf -fi
%configure \
gl_cv_func_linkat_follow="yes" \
--enable-backup-scripts \