-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnagios-plugin-notification-jabber.spec
57 lines (44 loc) · 1.66 KB
/
nagios-plugin-notification-jabber.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# nagios-notification-jabber
# nagios-plugin-notification-jabber.spec
%global _unpackaged_files_terminate_build 0
%global original_name nagios-notification-jabber
%global debug_package %{nil}
Summary: Notifications via jabber Nagios plugin
Name: nagios-plugins-notification-jabber
Version: 1.1.0
Release: 1%{?dist}
Source0: %{original_name}-%{version}.tar.gz
License: GPLv3 or later
Group: Applications/System
BuildRequires: python-setuptools
Requires: python >= 3.7
Requires: nagios-plugins
Requires: slixmpp
Packager: Alexei Andrushievich <vint21h@vint21h.pp.ua>
Url: https://github.com/vint21h/nagios-notification-jabber/
%description
Notifications via jabber Nagios plugin.
%prep
%setup -n %{original_name}-%{version}
%install
mkdir -p %{buildroot}%{_libdir}/nagios/plugins
install -p -m 755 notification_jabber.py %{buildroot}%{_libdir}/nagios/plugins/notification_jabber
%files
%defattr(-,root,root)
%doc README.rst COPYING AUTHORS notification_jabber.ini
%{_libdir}/nagios/plugins/notification_jabber
%changelog
* Wed May 26 2021 Alexei Andrushievich <vint21h@vint21h.pp.ua> - 1.1.0-1
- Updated to new version
* Tue Mar 16 2021 Alexei Andrushievich <vint21h@vint21h.pp.ua> - 1.0.5-1
- Updated to new version
* Sun Mar 14 2021 Alexei Andrushievich <vint21h@vint21h.pp.ua> - 1.0.4-1
- Updated to new version
* Wed Mar 10 2021 Alexei Andrushievich <vint21h@vint21h.pp.ua> - 1.0.3-1
- Updated to new version
* Sun Mar 7 2021 Alexei Andrushievich <vint21h@vint21h.pp.ua> - 1.0.2-1
- Updated to new version
* Tue Feb 16 2021 Alexei Andrushievich <vint21h@vint21h.pp.ua> - 1.0.1-1
- Updated to new version
* Tue Feb 16 2021 Alexei Andrushievich <vint21h@vint21h.pp.ua> - 1.0.0-1
- Init