Resovles: #226101 - Merge Review: lm_sensors
This commit is contained in:
parent
34f9f39679
commit
5b5426dc05
@ -1,6 +1,6 @@
|
|||||||
Name: lm_sensors
|
Name: lm_sensors
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: http://www.lm-sensors.org/
|
URL: http://www.lm-sensors.org/
|
||||||
Source: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
|
Source: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
|
||||||
Source1: lm_sensors.sysconfig
|
Source1: lm_sensors.sysconfig
|
||||||
@ -27,7 +27,7 @@ access and hardware monitoring.
|
|||||||
|
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: lm_sensors core libraries
|
Summary: Lm_sensors core libraries
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
@ -121,10 +121,10 @@ if [ -f /var/lock/subsys/sensors ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
|
||||||
/sbin/chkconfig --add lm_sensors
|
/sbin/chkconfig --add lm_sensors
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%post libs -p /sbin/ldconfig
|
||||||
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
@ -143,7 +143,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES CONTRIBUTORS COPYING doc README*
|
%doc CHANGES CONTRIBUTORS COPYING doc README*
|
||||||
%doc prog/init/fancontrol.init prog/init/README.initscripts
|
%doc prog/init/fancontrol.init prog/init/README.initscripts
|
||||||
%config(noreplace) %{_sysconfdir}/sensors3.conf
|
%config(noreplace) %{_sysconfdir}/sensors3.conf
|
||||||
@ -158,11 +158,11 @@ fi
|
|||||||
%exclude %{_mandir}/man8/sensord.8.gz
|
%exclude %{_mandir}/man8/sensord.8.gz
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/sensors
|
%{_includedir}/sensors
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
@ -177,6 +177,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 17 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 3.1.1-7
|
||||||
|
- Resovles: #226101 - Merge Review: lm_sensors
|
||||||
|
|
||||||
* Tue Nov 10 2009 Dennis Gilmore <dennis@ausil.us> - 3.1.1-6
|
* Tue Nov 10 2009 Dennis Gilmore <dennis@ausil.us> - 3.1.1-6
|
||||||
- remove Excludearch s390 s390x
|
- remove Excludearch s390 s390x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user