Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > ba211a2e7f9cc4ae616b5773a7092094 > files > 2

perl-Metrics-Any-0.90.0-1.mga9.src.rpm

%define upstream_name    Metrics-Any
%define upstream_version 0.09

%{?perl_default_filter}

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

Summary:    A metrics reporting adapter for unit testing
License:    GPLv1+ or Artistic
Group:      Development/Perl
Url:        https://metacpan.org/release/%{upstream_name}
Source0:    https://www.cpan.org/modules/by-module/Metrics/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(List::Util) >= 1.290.0
BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.880.0
BuildArch:  noarch

%description
Provides a central location for modules to report monitoring metrics, such
as counters of the number of times interesting events have happened, and
programs to collect up and send those metrics to monitoring services.

Inspired by the Log::Any manpage, this module splits the overall problem
into two sides. Modules wishing to provide metrics for monitoring purposes
can use the 'use Metrics::Any' statement to obtain a _collector_ into which
they can report metric events. By default this collector doesn't actually
do anything, so modules can easily use it without adding extra specific
dependencies for specific reporting.

A program using one or more such modules can apply a different policy and
request a particular _adapter_ implementation in order to actually report
these metrics to some external system, by using the 'use
Metrics::Any::Adapter' statement.

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

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog
* Mon Dec 05 2022 tv <tv> 0.90.0-1.mga9
+ Revision: 1918103
- update to 0.09

* Sat Oct 15 2022 tv <tv> 0.80.0-1.mga9
+ Revision: 1896899
- update to 0.08

* Mon Mar 21 2022 umeabot <umeabot> 0.70.0-2.mga9
+ Revision: 1814820
- Mageia 9 Mass Rebuild

* Mon Jul 26 2021 tv <tv> 0.70.0-1.mga9
+ Revision: 1737888
- update to 0.07

* Sun Jul 05 2020 tv <tv> 0.60.0-1.mga8
+ Revision: 1602079
- update to 0.06

* Thu May 14 2020 tv <tv> 0.50.0-1.mga8
+ Revision: 1583643
- update to 0.05

* Tue May 12 2020 tv <tv> 0.40.0-1.mga8
+ Revision: 1583286
- update to 0.04

* Wed May 06 2020 tv <tv> 0.30.0-1.mga8
+ Revision: 1580833
- imported package perl-Metrics-Any