diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 7edaea3..2550601 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -5,7 +5,7 @@ Name: perl-Module-Build Epoch: 2 Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Build and install Perl modules License: GPL+ or Artistic Group: Development/Libraries @@ -70,6 +70,10 @@ Requires: perl(Module::Metadata) >= 1.000002 # Keep PAR support optional (PAR::Dist) Requires: perl(Perl::OSType) >= 1 Requires: perl(Test::Harness) +# Optional run-time needed for generating documentation from POD: +Requires: perl(Pod::Html) +Requires: perl(Pod::Man) +Requires: perl(Pod::Text) %{?perl_default_filter} # Remove under-sspecified dependencies @@ -111,6 +115,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test %{_mandir}/man3/* %changelog +* Tue Jan 29 2013 Petr Pisar - 2:0.40.03-5 +- Run-require POD convertors to get manual pages when building other packages + * Mon Dec 10 2012 Petr Pisar - 2:0.40.03-4 - YAML::Tiny is not needed at build time (bug #885146)