diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 28e48b2..ad841e2 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 20 14:12:35 CET 2009 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Mon Aug 03 14:00:55 CEST 2009 - aschnell@suse.de diff --git a/btrfsprogs.spec b/btrfsprogs.spec index 36d3def..dac6b0f 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package btrfsprogs (Version 0.19) # -# 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: btrfsprogs Url: http://oss.oracle.com/~mason/btrfs/ Version: 0.19 -Release: 3 +Release: 4 Summary: Btrfs File System Utilities License: GNU General Public License (GPL) Group: System/Filesystems @@ -39,7 +39,7 @@ file systems. %patch0 %build -make CFLAGS="%{optflags}" +make %{?jobs:-j%jobs} CFLAGS="%{optflags}" %install make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} bindir=/sbin mandir=%{_mandir}