diff --git a/mailx.changes b/mailx.changes index 571973d..2b311cf 100644 --- a/mailx.changes +++ b/mailx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 20:55:45 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Tue Nov 3 19:09:30 UTC 2009 - coolo@novell.com diff --git a/mailx.spec b/mailx.spec index 8a64cd0..8281331 100644 --- a/mailx.spec +++ b/mailx.spec @@ -1,7 +1,7 @@ # # spec file for package mailx (Version 12.2) # -# 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 @@ -27,7 +27,7 @@ Provides: mail Requires: smtp_daemon AutoReqProv: on Version: 12.2 -Release: 142 +Release: 143 Summary: A MIME-Capable Implementation of the mailx Command Source: mailx-%{version}.tar.bz2 Patch: mailx-%{version}.dif @@ -64,7 +64,7 @@ Authors: CC=gcc CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE" export CC CFLAGS - make PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS" + make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS" tbl < mailx.1 | groff -mandocdb -Tps > manual.ps gzip -9f manual.ps