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