SHA256
1
0
forked from pool/tar

Accepting request 122909 from home:rudi_m:branches:Base:System

- avoid automake dependency

OBS-URL: https://build.opensuse.org/request/show/122909
OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=37
This commit is contained in:
Richard Biener 2012-05-30 14:18:12 +00:00 committed by Git OBS Bridge
parent e8b8a4f1c8
commit d7a604e870
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 30 13:08:28 UTC 2012 - sweet_f_a@gmx.de
- avoid automake dependency
-------------------------------------------------------------------
Fri Apr 20 19:55:01 UTC 2012 - crrodriguez@opensuse.org

View File

@ -32,7 +32,6 @@ Patch3: tar-wildcards.patch
Patch6: tar-backup-spec-fix-paths.patch
Patch7: tar-1.26-remove_O_NONBLOCK.patch
%if 0%{?suse_version} >= %min_suse_ver
BuildRequires: automake
BuildRequires: help2man
Recommends: tar-lang = %{version}
Recommends: xz
@ -71,9 +70,8 @@ Shell scripts for system backup/restore
export CFLAGS="%{optflags} %my_cflags"
export RSH="/usr/bin/rsh"
export DEFAULT_ARCHIVE_FORMAT="POSIX"
sed -i -e 's@need runtime check@yes@g' m4/*.m4
autoreconf -fiv
%configure \
gl_cv_func_linkat_follow="yes" \
--enable-backup-scripts \
--disable-silent-rules
make %{?_smp_mflags};