|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Log-Contextual
|
|
|
|
Name: perl-Log-Contextual
|
|
|
|
Version: 0.006000
|
|
|
|
Version: 0.006002
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Simple logging interface with a contextual log
|
|
|
|
Summary: Simple logging interface with a contextual log
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -8,12 +8,12 @@ URL: http://search.cpan.org/dist/Log-Contextual/
|
|
|
|
Source0: http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(inc::Module::Install) >= 0.91
|
|
|
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Data::Dumper::Concise)
|
|
|
|
BuildRequires: perl(Data::Dumper::Concise)
|
|
|
|
BuildRequires: perl(Exporter::Declare) >= 0.111
|
|
|
|
BuildRequires: perl(Exporter::Declare) >= 0.111
|
|
|
|
BuildRequires: perl(Exporter::Declare::Export::Generator)
|
|
|
|
BuildRequires: perl(Exporter::Declare::Export::Generator)
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
@ -22,7 +22,9 @@ BuildRequires: perl(Moo) >= 1.003000
|
|
|
|
BuildRequires: perl(Moo::Role)
|
|
|
|
BuildRequires: perl(Moo::Role)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
|
|
|
BuildRequires: perl(Sub::Identify) >= 0.04
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
Requires: perl(Exporter::Declare) >= 0.111
|
|
|
|
Requires: perl(Exporter::Declare) >= 0.111
|
|
|
|
Requires: perl(Moo) >= 1.003000
|
|
|
|
Requires: perl(Moo) >= 1.003000
|
|
|
@ -40,9 +42,6 @@ not overly complicated, try Log::Dispatchouli.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Log-Contextual-%{version}
|
|
|
|
%setup -q -n Log-Contextual-%{version}
|
|
|
|
rm -r inc
|
|
|
|
|
|
|
|
sed -i -e '/^inc\// d' MANIFEST
|
|
|
|
|
|
|
|
find -type f -exec chmod -x {} +
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
@ -62,6 +61,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 21 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.006002-1
|
|
|
|
|
|
|
|
- 0.006002 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.006000-1
|
|
|
|
* Tue Sep 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.006000-1
|
|
|
|
- 0.006000 bump
|
|
|
|
- 0.006000 bump
|
|
|
|
|
|
|
|
|
|
|
|