|
@@ -1,14 +1,16 @@
|
|
Summary: Hardware monitoring tools
|
|
Summary: Hardware monitoring tools
|
|
Summary(ja): ハードウェア監視ツール集
|
|
Summary(ja): ハードウェア監視ツール集
|
|
Name: lm-sensors
|
|
Name: lm-sensors
|
|
-Version: 3.4.0
|
|
|
|
|
|
+Version: 3.5.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
|
|
+%global ver_str %(echo -n "%{version}" | sed -e 's/\\./-/g')
|
|
|
|
+
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
License: LGPLv2+ and GPLv3+ and GPLv2+ and Verbatim and Public Domain
|
|
License: LGPLv2+ and GPLv3+ and GPLv2+ and Verbatim and Public Domain
|
|
-URL: http://www.lm-sensors.org/
|
|
|
|
|
|
+URL: https://github.com/lm-sensors/lm-sensors
|
|
|
|
|
|
-Source0: http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-%{version}.tar.bz2
|
|
|
|
|
|
+Source0: https://github.com/lm-sensors/lm-sensors/archive/lm_sensors-%{version}.tar.gz#/lm-sensors-%{ver_str}.tar.gz
|
|
Source1: lm_sensors.sysconfig
|
|
Source1: lm_sensors.sysconfig
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -67,7 +69,7 @@ Daemon that periodically logs sensor readings to syslog or a round-robin
|
|
database, and warns of sensor alarms.
|
|
database, and warns of sensor alarms.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n lm_sensors-%{version}
|
|
|
|
|
|
+%setup -q -n lm-sensors-%{ver_str}
|
|
|
|
|
|
%build
|
|
%build
|
|
export CFLAGS="%{optflags}"
|
|
export CFLAGS="%{optflags}"
|
|
@@ -116,7 +118,8 @@ fi
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc CHANGES CONTRIBUTORS COPYING INSTALL README doc
|
|
|
|
|
|
+%license COPYING
|
|
|
|
+%doc CHANGES CONTRIBUTORS INSTALL README doc
|
|
%dir %{_sysconfdir}/sensors.d
|
|
%dir %{_sysconfdir}/sensors.d
|
|
%config(noreplace) %{_sysconfdir}/sensors3.conf
|
|
%config(noreplace) %{_sysconfdir}/sensors3.conf
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
|
|
@@ -144,6 +147,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri May 10 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.0-1
|
|
|
|
+- updated to 3.5.0.
|
|
|
|
+
|
|
* Sat Nov 7 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 3.4.0-1
|
|
* Sat Nov 7 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 3.4.0-1
|
|
- update to 3.4.0
|
|
- update to 3.4.0
|
|
|
|
|
|
@@ -178,6 +184,6 @@ fi
|
|
* Sun Nov 25 2007 Shu KONNO <owa@bg.wakwak.com> - 2.10.3-0vl2
|
|
* Sun Nov 25 2007 Shu KONNO <owa@bg.wakwak.com> - 2.10.3-0vl2
|
|
- fixed libdir in Makefile (for support lib64)
|
|
- fixed libdir in Makefile (for support lib64)
|
|
|
|
|
|
-* Thu May 29 2007 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.10.3-0vl1
|
|
|
|
|
|
+* Tue May 29 2007 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.10.3-0vl1
|
|
- Initial build.
|
|
- Initial build.
|
|
|
|
|