diff --git a/tar.changes b/tar.changes index f26d8bf..c8ff4db 100644 --- a/tar.changes +++ b/tar.changes @@ -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 diff --git a/tar.spec b/tar.spec index 7199d1d..2454432 100644 --- a/tar.spec +++ b/tar.spec @@ -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