a987996
Name:           perl-Log-Dispatchouli
a871573
Version:        2.005
e820a66
Release:        8%{?dist}
a987996
Summary:        Simple wrapper around Log::Dispatch
a987996
License:        GPL+ or Artistic
a987996
Group:          Development/Libraries
a987996
URL:            http://search.cpan.org/dist/Log-Dispatchouli/
a987996
Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatchouli-%{version}.tar.gz
a987996
BuildArch:      noarch
a987996
BuildRequires:  perl(ExtUtils::MakeMaker)
a14aaf9
BuildRequires:  perl(File::Spec)
a987996
BuildRequires:  perl(Log::Dispatch)
a987996
BuildRequires:  perl(Log::Dispatch::Array)
a987996
BuildRequires:  perl(Log::Dispatch::File)
a987996
BuildRequires:  perl(Log::Dispatch::Screen)
a987996
BuildRequires:  perl(Log::Dispatch::Syslog)
a987996
BuildRequires:  perl(Params::Util)
a987996
BuildRequires:  perl(String::Flogger)
a14aaf9
BuildRequires:  perl(Sub::Exporter)
a14aaf9
BuildRequires:  perl(Sub::Exporter::GlobExporter) >= 0.002
a987996
BuildRequires:  perl(Try::Tiny) >= 0.04
a987996
# tests
a987996
BuildRequires:  perl(Test::Deep)
a14aaf9
BuildRequires:  perl(Test::Fatal)
a14aaf9
BuildRequires:  perl(Test::More) >= 0.96
a987996
BuildRequires:  perl(Test::Pod)
a987996
a987996
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
a987996
# not automatically detected
a987996
Requires:       perl(Log::Dispatch::Array)
a987996
Requires:       perl(Log::Dispatch::File)
a987996
Requires:       perl(Log::Dispatch::Screen)
a987996
Requires:       perl(Log::Dispatch::Syslog)
a987996
a987996
%{?perl_default_filter}
a987996
a987996
%description
a987996
Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it
a987996
dead simple to add logging to a program without having to think much about
a987996
categories, facilities, levels, or things like that. It is meant to make
a987996
logging just configurable enough that you can find the logs you want and
a987996
just easy enough that you will actually log things.
a987996
a987996
%prep
a987996
%setup -q -n Log-Dispatchouli-%{version}
a987996
a987996
%build
a987996
%{__perl} Makefile.PL INSTALLDIRS=vendor
a987996
make %{?_smp_mflags}
a987996
a987996
%install
a987996
make pure_install DESTDIR=$RPM_BUILD_ROOT
a987996
a987996
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
a987996
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
a987996
a987996
%{_fixperms} $RPM_BUILD_ROOT/*
a987996
a987996
%check
a987996
RELEASE_TESTING=1 make test
a987996
a987996
%files
a987996
%defattr(-,root,root,-)
a14aaf9
%doc Changes LICENSE README
a987996
%{perl_vendorlib}/*
a987996
%{_mandir}/man3/*
a987996
a987996
%changelog
e820a66
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.005-8
e820a66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e820a66
1ad7861
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 2.005-7
1ad7861
- Perl 5.18 rebuild
1ad7861
2f6ecc4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.005-6
2f6ecc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2f6ecc4
b7a97e6
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.005-5
b7a97e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b7a97e6
5afeafc
* Fri Jun 29 2012 Petr Pisar <ppisar@redhat.com> - 2.005-4
5afeafc
- Perl 5.16 rebuild
5afeafc
2bd3b33
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.005-3
2bd3b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2bd3b33
Petr Sabata 4d4bca8
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 2.005-2
Petr Sabata 4d4bca8
- Perl mass rebuild
Petr Sabata 4d4bca8
a871573
* Sat Apr 09 2011 Iain Arnell <iarnell@gmail.com> 2.005-1
a871573
- update to latest upstream version
a871573
a6061d2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.004-2
a6061d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a6061d2
0407fe0
* Sat Jan 22 2011 Iain Arnell <iarnell@gmail.com> 2.004-1
0407fe0
- update to latest upstream version
0407fe0
a14aaf9
* Thu Jan 20 2011 Iain Arnell <iarnell@gmail.com> 2.002-1
a14aaf9
- update to latest upstream version
a14aaf9
- remove unnecessary files listed as docs
a14aaf9
- clean up spec for modern rpmbuild
a14aaf9
- new BR perl(File::Spec)
a14aaf9
- new BR perl(Sub::Exporter)
a14aaf9
- new BR perl(Sub::Exporter::GlobExporter) >= 0.002
a14aaf9
- new BR perl(Test::Fatal)
a14aaf9
- update BR perl(Test::More) >= 0.96
a14aaf9
7d5b9ab
* Sun Nov 21 2010 Iain Arnell <iarnell@gmail.com> 1.102350-1
7d5b9ab
- update to latest upstream version
7d5b9ab
14cc289
* Fri Aug 13 2010 Iain Arnell <iarnell@gmail.com> 1.102220-1
14cc289
- update to latest upstream version
14cc289
0ca7427
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.100712-2
0ca7427
- Mass rebuild with perl-5.12.0
0ca7427
a987996
* Fri Apr 02 2010 Iain Arnell <iarnell@gmail.com> 1.100712-1
a987996
- Specfile autogenerated by cpanspec 1.78.
a987996
- use perl_default_filter and DESTDIR