# # Conditional build: %bcond_without tests # do not perform "make test" # %define pdir Nagios %define pnam Plugin 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.36 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-authors/id/T/TO/TONVOON/Nagios-Plugin-%{version}.tar.gz # Source0-md5: b897f6d5d66a655dde7caec579efcf2e 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(Test::More) >= 0.62 %endif # Not catched by `use base qw(Class::Accessor::Fast)'; construct Requires: perl-Class-Accessor Requires: perl-Config-Tiny BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Nagios::Plugin and its associated Nagios::Plugin::* modules are a family of Perl modules to streamline writing Nagios plugins. The main end user modules are Nagios::Plugin, providing an object-oriented interface to the entire Nagios::Plugin::* collection, and Nagios::Plugin::Functions, providing a simpler functional interface to a useful subset of the available functionality. The purpose of the collection is to make it as simple as possible for developers to create plugins that conform the Nagios Plugin guidelines . %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: . %prep %setup -q -n %{pdir}-%{pnam}-%{version} %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} %{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes README %dir %{perl_vendorlib}/Nagios %{perl_vendorlib}/Nagios/*.pm %{perl_vendorlib}/Nagios/Plugin %{_mandir}/man3/*