Browse Source

lm-sensors-3.5.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12075 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
7db88f1d7a
1 changed files with 12 additions and 6 deletions
  1. 12 6
      l/lm-sensors/lm-sensors-vl.spec

+ 12 - 6
l/lm-sensors/lm-sensors-vl.spec

@@ -1,14 +1,16 @@
 Summary: Hardware monitoring tools
 Summary(ja): ハードウェア監視ツール集
 Name: lm-sensors
-Version: 3.4.0
+Version: 3.5.0
 Release: 1%{?_dist_release}
 
+%global ver_str %(echo -n "%{version}" | sed -e 's/\\./-/g')
+
 Group: Applications/System
 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
 
 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.
 
 %prep
-%setup -q -n lm_sensors-%{version}
+%setup -q -n lm-sensors-%{ver_str}
 
 %build
 export CFLAGS="%{optflags}"
@@ -116,7 +118,8 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES CONTRIBUTORS COPYING INSTALL README doc
+%license COPYING
+%doc CHANGES CONTRIBUTORS INSTALL README doc
 %dir %{_sysconfdir}/sensors.d
 %config(noreplace) %{_sysconfdir}/sensors3.conf
 %config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
@@ -144,6 +147,9 @@ fi
 
 
 %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
 - update to 3.4.0
 
@@ -178,6 +184,6 @@ fi
 * Sun Nov 25 2007 Shu KONNO <owa@bg.wakwak.com> - 2.10.3-0vl2
 - 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.