Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 11f5c64ac291545301ea5cad97642177 > files > 2

perl-Nagios-Report-0.3.0-2.mga3.src.rpm

%define upstream_name    Nagios-Report
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Perl class to filter and munge Nagios availability data
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Nagios/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch: noarch

%description
Gets the Nagios (http://wwww.Nagios.ORG/) *All Hosts or Services*
availability report (getting the results in CSV format) and applies grep
like filters, map like munging, and slice like field masks to produce a
report which can be output in various ways.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes TODO META.yml
#%{_mandir}/man3/*
%perl_vendorlib/*





%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.3.0-2.mga3
+ Revision: 370480
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Dec 10 2011 kharec <kharec> 0.3.0-1.mga2
+ Revision: 180125
- imported package perl-Nagios-Report