Name: perl-Log-Dispatch Version: 2.26 Release: 1%{?dist} Summary: Dispatches messages to one or more outputs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Log-Dispatch/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Validate) >= 0.15 Requires: perl(Params::Validate) >= 0.15 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface. %prep %setup -q -n Log-Dispatch-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jan 04 2010 Dave Cross 2.26-1 - Specfile autogenerated by cpanspec 1.77.