update to 19 [release 19-1mamba;Sat Oct 15 2016]
This commit is contained in:
parent
74a33404df
commit
a40f5eb0f3
@ -1,5 +1,5 @@
|
|||||||
Name: nagios-plugins-linux
|
Name: nagios-plugins-linux
|
||||||
Version: 18
|
Version: 19
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Nagios plugins for Linux
|
Summary: Nagios plugins for Linux
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
@ -7,11 +7,12 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: https://github.com/madrisan/nagios-plugins-linux/wiki
|
URL: https://github.com/madrisan/nagios-plugins-linux/wiki
|
||||||
Source: https://sites.google.com/site/davidemadrisan/files/nagios-plugins-linux-%{version}.tar.xz
|
Source: https://github.com/madrisan/nagios-plugins-linux/archive/v%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -190,8 +191,10 @@ This Nagios plugin displays the number of users that are currently logged on.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
/usr/bin/autoreconf
|
||||||
%configure --libexecdir=%{_libdir}/nagios/plugins
|
%configure --libexecdir=%{_libdir}/nagios/plugins
|
||||||
%make
|
%make
|
||||||
|
%make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -285,6 +288,9 @@ This Nagios plugin displays the number of users that are currently logged on.
|
|||||||
%{_libdir}/nagios/plugins/check_users
|
%{_libdir}/nagios/plugins/check_users
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 15 2016 Davide Madrisan <davide.madrisan@gmail.com> 19-1mamba
|
||||||
|
- update to 19
|
||||||
|
|
||||||
* Sat Nov 21 2015 Davide Madrisan <davide.madrisan@gmail.com> 18-1mamba
|
* Sat Nov 21 2015 Davide Madrisan <davide.madrisan@gmail.com> 18-1mamba
|
||||||
- update to 18
|
- update to 18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user