Browse Source

smartmontools-6.5-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10536 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
7ebc32dceb
1 changed files with 13 additions and 3 deletions
  1. 13 3
      s/smartmontools/smartmontools-vl.spec

+ 13 - 3
s/smartmontools/smartmontools-vl.spec

@@ -1,11 +1,14 @@
 Summary:	smartmontools - for monitoring S.M.A.R.T. disks and devices
 Summary(ja):	smartmontools - S.M.A.R.T.ディスクとデバイスの監視
 Name:		smartmontools
-Version:	6.2
+Version:	6.5
 Release:	1%{?_dist_release}
 License:	GPLv2+
 Group:		Applications/System
 URL:		http://smartmontools.sourceforge.net/
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 Source0:	http://downloads.sourceforge.net/smartmontools/%{name}-%{version}.tar.gz
 Patch0:		smartmontools-5.42-vinerelease.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -96,6 +99,7 @@ chmod a-x -R examplescripts/*
 
 rm -rf %{buildroot}/%{_docdir}/%{name}
 
+mkdir -p %{buildroot}/%{_sysconfdir}/smartd_warning.d
 
 %clean
 rm -rf %{buildroot}
@@ -146,9 +150,12 @@ fi
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog* COPYING INSTALL NEWS README TODO WARNINGS
-%doc TODO WARNINGS smartd.conf examplescripts
+%license COPYING
+%doc AUTHORS ChangeLog* INSTALL NEWS README TODO
+%doc smartd.conf examplescripts
 %config(noreplace) %{_sysconfdir}/smartd.conf
+%dir %{_sysconfdir}/smartd_warning.d
+%attr(755,root,root)%{_sysconfdir}/smartd_warning.sh
 %attr(755,root,root) %{_sbindir}/smartd
 %attr(755,root,root) %{_sbindir}/smartctl
 %attr(755,root,root) %{_sbindir}/update-smart-drivedb
@@ -174,6 +181,9 @@ fi
 # [PW] Phil Williams
 
 %changelog
+* Tue Jul  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.5-1
+- new upstream release.
+
 * Fri Nov 22 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-1
 - new upstream release.