SHA256
1
0
forked from pool/ftsteutates
ftsteutates/ftsteutates.spec
Ruediger Meier 9424785a68 Accepting request 424533 from home:rudi_m:musthave
Disable default package, add noarch subpackage "sensors".


Here we should add post install scripts later, for now it's
just documentation.


Note, we don't require ftsteutates-kmp because maybe later kernels
may have ftsteutates module onboard.

OBS-URL: https://build.opensuse.org/request/show/424533
OBS-URL: https://build.opensuse.org/package/show/hardware/ftsteutates?expand=0&rev=3
2016-09-02 20:55:10 +00:00

86 lines
2.4 KiB
RPMSpec

#
# spec file for package ftsteutates
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ftsteutates
Version: 20160601
Release: 0
Summary: Kernel module ftsteutates
License: GPL-2.0+
Group: System/Kernel
Url: ftp://ftp.ts.fujitsu.com/pub/Mainboard-OEM-Sales/Services/
Source0: ftsteutates-module_%{version}.zip
Source1: preamble
BuildRequires: kernel-source
BuildRequires: kernel-syms
BuildRequires: module-init-tools
BuildRequires: unzip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
%suse_kernel_module_package -p %_sourcedir/preamble
%description
System monitoring and thermal management for
Teutates chips/Fujitsu mainboards (D34xx).
%package KMP
Summary: Kernel module ftsteutates
Group: System/Kernel
%description KMP
System monitoring and thermal management for Fujitsu mainboards (D34xx).
%package sensors
Summary: Sensors config ftsteutates
Group: System/Monitoring
Requires: sensors
BuildArch: noarch
%description sensors
System monitoring and thermal management for Fujitsu mainboards (D34xx).
This package contains the mainboard model specific config files for
nice lm-sensors output.
%prep
%setup -q -n ftsteutates
mkdir source
mkdir obj
cp -a Makefile ftsteutates.c source/
%build
for flavor in %flavors_to_build; do
rm -rf obj/$flavor
cp -r source obj/$flavor
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \
M=$PWD/obj/$flavor
done
%install
# install kernel modules
export INSTALL_MOD_PATH=%{buildroot}
export INSTALL_MOD_DIR=updates
for flavor in %flavors_to_build; do
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \
M=$PWD/obj/$flavor
done
%files sensors
%defattr(-,root,root)
%doc assets test
%changelog