diff --git a/perl-Pod-Eventual.spec b/perl-Pod-Eventual.spec index 10aa059..b85ba4b 100644 --- a/perl-Pod-Eventual.spec +++ b/perl-Pod-Eventual.spec @@ -1,6 +1,6 @@ Name: perl-Pod-Eventual Version: 0.093330 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Read a POD document as a series of trivial events License: GPL+ or Artistic Group: Development/Libraries @@ -9,10 +9,15 @@ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Carp) BuildRequires: perl(Mixin::Linewise::Readers) >= 0.001 +# Tests: BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) +# Optional tests: +# not executed +#BuildRequires: perl(Test::Pod) #BuildRequires: perl(Test::Pod::Coverage) # causes circular builddeps #BuildRequires: perl(Pod::Coverage::TrustPod) @@ -67,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Oct 25 2012 Petr Pisar - 0.093330-11 +- Correct dependencies + * Fri Jul 20 2012 Fedora Release Engineering - 0.093330-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild