SHA256
1
0
forked from pool/tar

Accepting request 25672 from home:msmeissn:branches:Base:System

Copy from home:msmeissn:branches:Base:System/tar via accept of submit request 25672 revision 5.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/25672
OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=4
This commit is contained in:
Marcus Meissner 2009-12-05 06:44:24 +00:00 committed by Git OBS Bridge
parent b408088a50
commit 2f71d1a169
2 changed files with 4 additions and 9 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Sun Dec 6 17:52:57 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Fri Dec 4 21:46:24 CET 2009 - meissner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package tar (Version 1.21)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,13 +21,13 @@
Name: tar
BuildRequires: help2man
Url: http://www.gnu.org/software/tar/
License: GPLv3+
License: GPL v3 or later
Group: System/Base
Provides: base:/bin/tar
PreReq: %install_info_prereq
AutoReqProv: on
Version: 1.21
Release: 4
Release: 3
Summary: GNU implementation of tar ((t)ape (ar)chiver)
Source0: %name-%version.tar.bz2
# merged
@ -95,7 +95,7 @@ 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
make %{?jobs:-j%jobs};
make
%check
#%ifarch %arm