Updating link to change in openSUSE:Factory/sensors revision 49.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=78d33702687ae4b2e5e57af978c254bf
This commit is contained in:
OBS User buildservice-autocommit 2010-01-11 14:53:44 +00:00 committed by Git OBS Bridge
parent 176236f73b
commit 9f06a80cdd
2 changed files with 10 additions and 3 deletions

View File

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

View File

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