mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 02:13:44 +01:00
Added spec file
This commit is contained in:
parent
24c8127c9f
commit
16e167abfc
46
check_updates/nagios-okplugin-check_updates.spec
Normal file
46
check_updates/nagios-okplugin-check_updates.spec
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
%define plugin check_updates
|
||||||
|
|
||||||
|
Summary: A Nagios plugin to check operating system updates
|
||||||
|
Name: nagios-okplugin-%{plugin}
|
||||||
|
Version: 0.0.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
License: GPLv3+
|
||||||
|
Group: Applications/System
|
||||||
|
URL: https://github.com/opinkerfi/nagios-plugins/tree/master/%{plugin}
|
||||||
|
Source0: https://github.com/opinkerfi/nagios-plugins/tree/master/%{plugin}/releases/%{name}-%{version}.tar.gz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
Packager: Tomas Edwardsson <tommi@opensource.is>
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: nrpe
|
||||||
|
Requires: pynag
|
||||||
|
Requires: PackageKit
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
Checks updates via PackageKit and can notify on various different situations
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
install -D -p -m 0755 %{plugin} %{buildroot}%{_libdir}/nagios/plugins/%{plugin}
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/nrpe.d
|
||||||
|
sed "s^/usr/lib64^%{_libdir}^g" nrpe.d/%{plugin}.cfg > %{buildroot}%{_sysconfdir}/nrpe.d/%{plugin}.cfg
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc README.md
|
||||||
|
%{_libdir}/nagios/plugins/*
|
||||||
|
%config(noreplace) %{_sysconfdir}/nrpe.d/%{plugin}.cfg
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Jul 16 2013 Tomas Edwardsson <tommi@opensource.is> 0.0.1-1
|
||||||
|
- Initial Packaging
|
Loading…
Reference in New Issue
Block a user