SHA256
1
0
forked from pool/tar

update to tar-1.25

OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=20
This commit is contained in:
2010-11-09 14:34:30 +00:00
committed by Git OBS Bridge
parent ce5e2efce6
commit 5df6c610cc
8 changed files with 58 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package tar (Version 1.23)
# spec file for package tar (Version 1.25)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -26,7 +26,7 @@ Group: System/Base
Provides: base:/bin/tar
PreReq: %install_info_prereq
AutoReqProv: on
Version: 1.23
Version: 1.25
Release: 2
Summary: GNU implementation of tar ((t)ape (ar)chiver)
Source0: %name-%version.tar.bz2
@@ -98,9 +98,14 @@ automake --force --add-missing
%define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wno-unused-parameter
export CFLAGS="$RPM_OPT_FLAGS %my_cflags"
export RSH="/usr/bin/rsh"
./configure --prefix=%_prefix --bindir=%_bindir --mandir=%_mandir \
--infodir=%_infodir --build=%{_target_cpu}-suse-linux \
--enable-backup-scripts
./configure \
--prefix=%_prefix \
--bindir=%_bindir \
--mandir=%_mandir \
--infodir=%_infodir \
--build=%{_target_cpu}-suse-linux \
--enable-backup-scripts \
--disable-silent-rules
make %{?_smp_mflags};
%check