Sophie

Sophie

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

perl-Log-Contextual-0.4.300-2.mga3.src.rpm

%define upstream_name    Log-Contextual
%define upstream_version 0.004300

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

Summary:    Super simple logger made for playing with Log::Contextual
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper::Concise)
BuildRequires: perl(Exporter::Declare) >= 0.105.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Fatal)
BuildArch:  noarch

%description
This module is a simple interface to extensible logging. It is bundled with
a really basic logger, the Log::Contextual::SimpleLogger manpage, but in
general you should use a real logger instead of that. For something more
serious but not overly complicated, try the Log::Dispatchouli manpage (see
the /SYNOPSIS manpage for example.)

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

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

%make

%check
%make test

%install
%makeinstall_std

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

%changelog

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

* Thu Oct 04 2012 jquelin <jquelin> 0.4.300-1.mga3
+ Revision: 302781
- update to 0.004300

* Fri Aug 31 2012 kharec <kharec> 0.4.202-1.mga3
+ Revision: 286240
- update to 0.004202

* Tue Jun 05 2012 jquelin <jquelin> 0.4.100-1.mga3
+ Revision: 255075
- update to 0.004100
- update to 0.004001

  + kharec <kharec>
    - update to 0.00305

* Mon Jan 24 2011 jquelin <jquelin> 0.3.40-1.mga1
+ Revision: 37073
- mageia rebuild
- imported package perl-Log-Contextual