File monitoring-plugins-source-service.spec of Package monitoring-plugins-source-service
#
# spec file for package monitoring-plugins-source-service
#
# Copyright (c) 2011-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-source-service
Summary: Check the Build Service Source Service
Version: 0.1
Release: 100
Url: http://open-build-service.org/
License: BSD-4-Clause
Group: System/Monitoring
Source0: check_source-service.pl
Requires: curl
Requires: perl(Getopt::Long)
Requires: perl(Pod::Usage)
Requires: perl(Time::HiRes)
Requires: perl(WWW::Curl::Simple)
Requires: perl(XML::Simple)
%if 0%{?suse_version} > 1020
# nagios can execute the script with embedded perl
Recommends: perl
%else
Requires: perl
%endif
BuildRequires: nagios-rpm-macros
Provides: nagios-plugins-source-service = %{version}-%{release}
Obsoletes: nagios-plugins-source-service < %{version}-%{release}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This monitoring plugin checks the Source Service of the openSUSE Build Service.
Authors:
--------
Lars Vogdt
%prep
%build
%install
install -D -m755 %{SOURCE0} %{buildroot}/%{nagios_plugindir}/check_source-service
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
# avoid build dependecy of nagios - own the dirs
%dir %{nagios_libdir}
%dir %{nagios_plugindir}
%{nagios_plugindir}/check_source-service
%changelog