]> git.pld-linux.org Git - packages/perl-Nagios-Plugin.git/commitdiff
- pl, use package names where available
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Mar 2008 16:47:40 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Nagios-Plugin.spec -> 1.4

perl-Nagios-Plugin.spec

index 5e76a0786064a1f9b93cac6d1048168a0e897c0b..f8c7be6b422863f896f154584233a8836b6581be 100644 (file)
@@ -5,7 +5,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
@@ -18,10 +19,10 @@ URL:                http://search.cpan.org/dist/Nagios-Plugin/
 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
@@ -42,6 +43,18 @@ The purpose of the collection is to make it as simple as possible for
 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}
 
This page took 0.062436 seconds and 4 git commands to generate.