diff --git a/pciutils.changes b/pciutils.changes index 54d79b8..fb706c9 100644 --- a/pciutils.changes +++ b/pciutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 15 01:44:50 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Thu Dec 10 14:45:15 CET 2009 - anicka@suse.cz diff --git a/pciutils.spec b/pciutils.spec index 18fb7e0..2eb4055 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,7 +1,7 @@ # # spec file for package pciutils (Version 3.1.4) # -# 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 @@ -20,7 +20,7 @@ Name: pciutils Version: 3.1.4 -Release: 1 +Release: 2 BuildRequires: zlib-devel BuildRequires: licenses Requires: licenses @@ -86,7 +86,7 @@ Authors: %patch1 %build -make OPT="$RPM_OPT_FLAGS -Wall" PREFIX=%{_prefix} LIBDIR=/%{_lib} SBINDIR=/sbin STRIP="" SHARED="yes" +make %{?jobs:-j%jobs} OPT="$RPM_OPT_FLAGS -Wall" PREFIX=%{_prefix} LIBDIR=/%{_lib} SBINDIR=/sbin STRIP="" SHARED="yes" %install make install PREFIX=$RPM_BUILD_ROOT%{_prefix} SBINDIR=$RPM_BUILD_ROOT/sbin \