diff --git a/sensors.changes b/sensors.changes index ec63217..3d163c7 100644 --- a/sensors.changes +++ b/sensors.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 18 22:54:36 CET 2009 - jengelh@medozas.de + +- add baselibs.conf as a source +- enable parallel build + ------------------------------------------------------------------- Fri Dec 4 11:22:01 CET 2009 - jdelvare@suse.de diff --git a/sensors.spec b/sensors.spec index 7201386..609ef82 100644 --- a/sensors.spec +++ b/sensors.spec @@ -1,7 +1,7 @@ # # spec file for package sensors (Version 3.1.1) # -# 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 @@ -22,7 +22,7 @@ Name: sensors BuildRequires: bison flex rrdtool-devel Url: http://www.lm-sensors.org/ Version: 3.1.1 -Release: 4 +Release: 5 Summary: Hardware health monitoring for Linux License: GPLv2+ Group: System/Monitoring @@ -30,6 +30,7 @@ Requires: modules AutoReqProv: on Source0: lm_sensors-%{version}.tar.bz2 Source1: lm_sensors.init +Source2: baselibs.conf Patch1: lm_sensors-3.1.1-build.patch Patch2: lm_sensors-3.0.0-sensord-separate.patch Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch @@ -146,7 +147,7 @@ Authors: %build RPM_OPT_FLAGS="$RPM_OPT_FLAGS" - make PROG_EXTRA:=sensord PREFIX=%{_prefix} MANDIR=%{_mandir} LIBDIR=%{_libdir} user +make %{?jobs:-j%jobs} PROG_EXTRA:=sensord PREFIX=%{_prefix} MANDIR=%{_mandir} LIBDIR=%{_libdir} user %install make PROG_EXTRA:=sensord PREFIX=%{_prefix} MANDIR=%{_mandir} LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install