Accepting request 26500 from home:jengelh:branches:Base:System

Copy from home:jengelh:branches:Base:System/pciutils via accept of submit request 26500 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/26500
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2009-12-20 20:36:29 +00:00 committed by Git OBS Bridge
parent 1bc9b97ff6
commit 58a2443967
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 \