File monitoring-plugins-lsi_raid.spec of Package monitoring-plugins-lsi_raid
#
# spec file for package monitoring-plugins-lsi_raid
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: monitoring-plugins-lsi_raid
Summary: Reporting the RAID status of 3ware raids
Version: 2.5
Release: 1
Url: https://github.com/thomas-krenn/check_lsi_raid
License: GPL-2.0+
Group: System/Monitoring
Source0: check_lsi_raid
Source1: COPYING
Source2: README.md
BuildRequires: nagios-rpm-macros
Requires: storcli perl(File::Which)
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
check_lsi_raid reports the raidstatus of lsi raids based on the results of
storcli.
%prep
%setup -q -T -c %{name}
install -m644 %{SOURCE0} %{SOURCE1} %{SOURCE2} .
%build
%install
install -D -m755 check_lsi_raid %{buildroot}/%{nagios_plugindir}/check_lsi_raid
%files
%defattr(-,root,root)
%doc COPYING README.md
# avoid build dependecy of nagios - own the dirs
%dir %{nagios_libdir}
%dir %{nagios_plugindir}
%{nagios_plugindir}/check_lsi_raid
%changelog