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

This commit is contained in:
Petr Písař 2013-01-29 15:33:58 +01:00
parent 5b8b173d9e
commit 7e1eb6b733

View File

@ -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@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@redhat.com> - 2:0.40.03-4
- YAML::Tiny is not needed at build time (bug #885146)