lm_sensors WIP

This commit is contained in:
Hans de Goede 2007-07-17 05:47:09 +00:00
parent 19d6c59990
commit e041bab481

View File

@ -24,7 +24,7 @@ Requires(post): chkconfig
Requires(post): /sbin/ldconfig Requires(post): /sbin/ldconfig
BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex
BuildRequires: rrdtool-devel BuildRequires: rrdtool-devel
ExclusiveArch: alpha %{ix86} x86_64 ExcludeArch: s390 s390x
%description %description
The lm_sensors package includes a collection of modules for general SMBus The lm_sensors package includes a collection of modules for general SMBus
@ -140,7 +140,9 @@ fi
%config(noreplace) %{_sysconfdir}/sensors.conf %config(noreplace) %{_sysconfdir}/sensors.conf
%{_bindir}/* %{_bindir}/*
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_mandir}/man*/* %{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_sbindir}/* %{_sbindir}/*
%{_initrddir}/lm_sensors %{_initrddir}/lm_sensors
%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors %config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
@ -151,6 +153,7 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/sensors %{_includedir}/sensors
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_mandir}/man3/*
%files sensord %files sensord
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -166,6 +169,10 @@ fi
%changelog %changelog
- Move libsensors.3 manpage to -devel sub-package
- Switch from ExclusiveArch: alph ix86 x86_64, to ExcludeArch: s390 s390x,
so that we get build on ppc, arm, etc. too. (bz 181037 amongst others)
* Mon Jul 9 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2.10.3-3 * Mon Jul 9 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2.10.3-3
- Remove no longer needed patches 1, 2 & 6 - Remove no longer needed patches 1, 2 & 6
- Various specfile cleanups to match the Fedora packaging guidelines - Various specfile cleanups to match the Fedora packaging guidelines