]> git.pld-linux.org Git - packages/lm_sensors.git/blame - lm_sensors.spec
- changed sensors.init, it was messing on console when stopped
[packages/lm_sensors.git] / lm_sensors.spec
CommitLineData
f17d9868 1
2# conditional build
3# _without_dist_kernel without kernel for distributions
4
ad12b8da 5%define _kernel_ver %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
65870083 6%define _kernel_ver_str %(echo %{_kernel_ver} | sed s/-/_/g)
7%define smpstr %{?_with_smp:-smp}
ad12b8da 8%define smp %{?_with_smp:1}%{!?_with_smp:0}
3d15a037 9
f81a7b63 10Summary: Hardware health monitoring
215f8be6 11