diff --git a/zip.changes b/zip.changes index 9c9a261..69f38d8 100644 --- a/zip.changes +++ b/zip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 21:00:06 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Tue Nov 24 17:20:58 UTC 2009 - crrodriguez@opensuse.org diff --git a/zip.spec b/zip.spec index 210c996..7bede31 100644 --- a/zip.spec +++ b/zip.spec @@ -1,7 +1,7 @@ # # spec file for package zip (Version 2.32) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -25,7 +25,7 @@ Provides: crzip Obsoletes: crzip AutoReqProv: on Version: 2.32 -Release: 76 +Release: 77 Summary: File compression program Url: http://www.info-zip.org/ Source: %name-%version.tar.bz2 @@ -53,7 +53,7 @@ Authors: %patch4 %build -make -f unix/Makefile prefix=/usr CC="gcc $RPM_OPT_FLAGS -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" generic_gcc +make %{?jobs:-j%jobs} -f unix/Makefile prefix=/usr CC="gcc $RPM_OPT_FLAGS -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" generic_gcc %install mkdir -p $RPM_BUILD_ROOT/usr/bin