Name: perl-Metrics-Any Version: 0.05 Release: 1%{?dist} Summary: Abstract collection of monitoring metrics License: GPL+ or Artistic URL: https://metacpan.org/release/Metrics-Any/ Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Metrics-Any-%{version}.tar.gz BuildArch: noarch # build requirements BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: perl(Module::Build) # runtime requirements BuildRequires: perl(Carp) BuildRequires: perl(List::Util) >= 1.29 BuildRequires: perl(base) BuildRequires: perl(overload) BuildRequires: perl(strict) BuildRequires: perl(warnings) # test requirements BuildRequires: perl(Errno) BuildRequires: perl(IO::Handle) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Fatal) Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version)) %{?perl_default_filter} %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. %prep %setup -q -n Metrics-Any-%{version} %build /usr/bin/perl Build.PL --installdirs=vendor ./Build %install ./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0 %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %files %doc Changes README %license LICENSE %{perl_vendorlib}/Metrics* %{_mandir}/man3/Metrics* %changelog * Mon May 18 2020 Emmanuel Seyman - 0.05-1 - Update to 0.05 * Sun May 10 2020 Emmanuel Seyman - 0.03-1 - Initial specfile, based on the one autogenerated by cpanspec 1.78.