SPECS: perl-Nagios-Plugin.spec - pl, use package names where avail...
qboosh
qboosh at pld-linux.org
Mon Mar 24 17:47:46 CET 2008
Author: qboosh Date: Mon Mar 24 16:47:46 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, use package names where available
---- Files affected:
SPECS:
perl-Nagios-Plugin.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/perl-Nagios-Plugin.spec
diff -u SPECS/perl-Nagios-Plugin.spec:1.3 SPECS/perl-Nagios-Plugin.spec:1.4
--- SPECS/perl-Nagios-Plugin.spec:1.3 Mon Mar 24 09:43:11 2008
+++ SPECS/perl-Nagios-Plugin.spec Mon Mar 24 17:47:40 2008
@@ -6,7 +6,8 @@
%include /usr/lib/rpm/macros.perl
%define pdir Nagios
%define pnam Plugin
-Summary: Nagios::Plugin - A family of perl modules to streamline writing Nagios plugins
+Summary: Nagios::Plugin - A family of Perl modules to streamline writing Nagios plugins
+Summary(pl.UTF-8): Nagios::Plugin - rodzina modułów Perla ułatwiająca pisanie wtyczek Nagiosa
Name: perl-Nagios-Plugin
Version: 0.23
Release: 2
@@ -19,10 +20,10 @@
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
-BuildRequires: perl(Class::Accessor)
-BuildRequires: perl(Config::Tiny)
-BuildRequires: perl(Math::Calc::Units)
-BuildRequires: perl(Params::Validate)
+BuildRequires: perl-Class-Accessor
+BuildRequires: perl-Config-Tiny
+BuildRequires: perl-Math-Calc-Units
+BuildRequires: perl-Params-Validate
BuildRequires: perl(Test::More) >= 0.62
%endif
# Not catched by `use base qw(Class::Accessor::Fast)'; construct
@@ -43,6 +44,18 @@
developers to create plugins that conform the Nagios Plugin guidelines
<http://nagiosplug.sourceforge.net/developer-guidelines.html>.
+%description -l pl.UTF-8
+Nagios::Plugin i związane z nim moduły Nagios::Plugin::* to rodzina
+modułów Perla ułatwiająca pisanie wtyczek Nagiosa. Główne moduły dla
+użytkownika końcowego to Nagios::Plugin, udostępniający zorientowany
+obiektowo interfejs do całej kolekcji Nagios::Plugin::*, oraz
+Nagios::Plugin::Functions, udostępniający prostszy, funkcyjny
+interfejs do przydatnego podzbioru dostępnej funkcjonalności.
+
+Celem tej kolekcji jest jak największe ułatwienie programistom
+tworzenia wtyczek zgodnych z zaleceniami dla wtyczek Nagiosa:
+<http://nagiosplug.sourceforge.net/developer-guidelines.html>.
+
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -76,6 +89,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2008-03-24 16:47:40 qboosh
+- pl, use package names where available
+
Revision 1.3 2008-03-24 08:43:11 glen
- use base ... not catched by perl autodeps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Nagios-Plugin.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list