[perl-Module-Build] Run-require POD convertors to get manual pages when building other packages

Petr Pisar ppisar at fedoraproject.org
Tue Jan 29 15:16:01 UTC 2013


commit 7e1eb6b733795d7d3600541afcfe2092929e9307
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jan 29 15:33:58 2013 +0100

    Run-require POD convertors to get manual pages when building other packages

 perl-Module-Build.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <ppisar at redhat.com> - 2:0.40.03-5
+- Run-require POD convertors to get manual pages when building other packages
+
 * Mon Dec 10 2012 Petr Pisar <ppisar at redhat.com> - 2:0.40.03-4
 - YAML::Tiny is not needed at build time (bug #885146)
 


More information about the scm-commits mailing list