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:
6
tar.spec
6
tar.spec
@@ -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 \
|
||||
|
Reference in New Issue
Block a user