Added nagios-okplugin-common

This commit is contained in:
Tomas Edwardsson 2014-01-20 09:20:16 +00:00
parent 3606e03170
commit b375ae66ee
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
%define debug_package %{nil}
Summary: A common package for the okplugin suite
Name: nagios-okplugin-common
Version: 1.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://github.com/opinkerfi/nagios-plugins/
Source0: https://github.com/opinkerfi/nagios-plugins/archive/%{name}-%{version}-%{release}.tar.gz
Requires: nrpe
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Packager: Tomas Edwardsson <tommi@ok.is>
BuildArch: noarch
%description
Common utilities for okplugins
%prep
%setup -q
%build
%install
rm -rf %{buildroot}
mkdir -m 0770 -p %{buildroot}%{_sharedstatedir}/%{name}
%clean
rm -rf %{buildroot}
%post
%files
%defattr(-,root,root,-)
%{_libdir}/nagios/plugins/*
%dir %attr(0770, nrpe, nrpe) %{_sharedstatedir}/%{name}
%changelog
* Mon Jan 20 2014 Tomas Edwardsson <tommi@tommi.org> 1.0-1
- Initial build