SPECS: nagios-plugins.spec - moved perl plugins into -perl subpackage
glen
glen at pld-linux.org
Thu Jul 27 10:58:11 CEST 2006
Author: glen Date: Thu Jul 27 08:58:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- moved perl plugins into -perl subpackage
---- Files affected:
SPECS:
nagios-plugins.spec (1.51 -> 1.52)
---- Diffs:
================================================================
Index: SPECS/nagios-plugins.spec
diff -u SPECS/nagios-plugins.spec:1.51 SPECS/nagios-plugins.spec:1.52
--- SPECS/nagios-plugins.spec:1.51 Sun May 21 23:48:25 2006
+++ SPECS/nagios-plugins.spec Thu Jul 27 10:58:05 2006
@@ -7,7 +7,7 @@
Summary(pl): Wtyczki do monitorowania hostów/usług/sieci dla Nagiosa
Name: nagios-plugins
Version: 1.4.3
-Release: 2
+Release: 2.1
License: GPL v2
Group: Networking
Source0: http://dl.sourceforge.net/nagiosplug/%{name}-%{version}.tar.gz
@@ -296,6 +296,15 @@
Ta wtyczka używa polecenia /bin/fping do szybkiego sprawdzenia, czy
dany host działa.
+%package perl
+Summary: Nagios plugins written in Perl
+Group: Networking
+# for utils.pm
+Requires: %{name} = %{epoch}:%{version}-%{release}
+
+%description perl
+This package contains Nagios plugins written in Perl.
+
# nsclient not packaged in PLD
#%package nsclient
#Summary: Nagios plugin to check NT server with NSClient
@@ -497,13 +506,10 @@
%{_plugindir}/check_cluster2
%{_plugindir}/check_disk
%{_plugindir}/check_dummy
-%{_plugindir}/check_file_age
%{_plugindir}/check_ftp
%{_plugindir}/check_http
%{_plugindir}/check_imap
-%{_plugindir}/check_ircd
%{_plugindir}/check_log
-%{_plugindir}/check_mailq
%{_plugindir}/check_mrtg
%{_plugindir}/check_mrtgtraf
%{_plugindir}/check_nagios
@@ -514,7 +520,6 @@
%{_plugindir}/check_pop
%{_plugindir}/check_procs
%{_plugindir}/check_real
-%{_plugindir}/check_rpc
%{_plugindir}/check_simap
%{_plugindir}/check_smtp
%{_plugindir}/check_spop
@@ -530,13 +535,21 @@
%{_plugindir}/check_dhcp
%{_plugindir}/check_icmp
-# requires license.dat
-%{_plugindir}/check_flexlm
# Cannot determine ORACLE_HOME for sid
# probably needs some external programs. can't test
%{_plugindir}/check_oracle
+%files perl
+%defattr(755,root,root,755)
+%{_plugindir}/check_file_age
+%{_plugindir}/check_ircd
+%{_plugindir}/check_mailq
+%{_plugindir}/check_rpc
+
+# requires license.dat
+%{_plugindir}/check_flexlm
+
# Not to be confused with nagios-snmp-plugins
%files snmp
%defattr(755,root,root,755)
@@ -679,6 +692,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.52 2006/07/27 08:58:05 glen
+- moved perl plugins into -perl subpackage
+
Revision 1.51 2006/05/21 21:48:25 glen
- restore conflicts line; rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nagios-plugins.spec?r1=1.51&r2=1.52&f=u
More information about the pld-cvs-commit
mailing list