Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > 8f56f248064daf6429507c1c48c7bc4e > files > 2

perl-Log-ger-0.27.0-1.mga7.src.rpm

%define upstream_name    Log-ger
%define upstream_version 0.027

%{?perl_default_filter}

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

Summary:    Create a log($LEVEL, ...) subroutine/method
License:    GPLv1+ or Artistic
Group:      Development/Perl
Url:        http://metacpan.org/release/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More) >= 0.980.0
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
Log::ger is yet another logging framework with the following features:

* * Separation of producers and consumers/listeners

  Like the Log::Any manpage, this offers a very easy way for modules to
  produce some logs without having to configure anything. Configuring
  output, level, etc can be done in the application as log
  consumers/listeners. To read more about this, see the documentation of
  the Log::Any manpage or the Log::ger::Manual manpage (but nevertheless
  see the Log::ger::Manual manpage on why you might prefer Log::ger to
  Log::Any).

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

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

%make_build

%check
%make_build test

%install
%make_install

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

%changelog
* Sat Apr 13 2019 tv <tv> 0.27.0-1.mga7
+ Revision: 1389600
- update to 0.027

* Fri Dec 21 2018 tv <tv> 0.25.0-1.mga7
+ Revision: 1344113
- update to 0.025

* Mon Dec 03 2018 shlomif <shlomif> 0.23.0-1.mga7
+ Revision: 1338084
- imported package perl-Log-ger