ppisar pushed to perl (master). "Sub-package Pod-Html"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Aug 7 14:21:29 UTC 2015


From 19f039c9fc25b85c0c78c9739eddf2483c2001a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Fri, 7 Aug 2015 15:12:51 +0200
Subject: Sub-package Pod-Html


diff --git a/perl.spec b/perl.spec
index 3e01201..c404e53 100644
--- a/perl.spec
+++ b/perl.spec
@@ -276,7 +276,7 @@ Requires:       perl-open, perl-PathTools
 Requires:       perl-Params-Check, perl-Parse-CPAN-Meta,
 Requires:       perl-perlfaq,
 Requires:       perl-PerlIO-via-QuotedPrint, perl-Perl-OSType
-Requires:       perl-Pod-Checker, perl-Pod-Escapes
+Requires:       perl-Pod-Checker, perl-Pod-Escapes, perl-Pod-Html,
 Requires:       perl-Pod-Parser, perl-Pod-Perldoc, perl-Pod-Usage
 Requires:       perl-podlators, perl-Pod-Simple, perl-Scalar-List-Utils
 Requires:       perl-Socket, perl-Storable, perl-Sys-Syslog,
@@ -1703,6 +1703,21 @@ BuildArch:      noarch
 This module provides things that are useful in decoding Pod E<...> sequences.
 %endif
 
+%package Pod-Html
+Summary:        Convert POD files to HTML
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+Epoch:          0
+Version:        1.22
+Requires:       %perl_compat
+BuildArch:      noarch
+Conflicts:      perl < 4:5.22.0-350
+
+%description Pod-Html
+This package converts files from POD format (see perlpod) to HTML format. It
+can automatically generate indexes and cross-references, and it keeps a cache
+of things it knows how to cross-reference.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Pod-Parser
 Summary:        Basic perl modules for handling Plain Old Documentation (POD)
@@ -2458,7 +2473,6 @@ popd
 %postun libs -p /sbin/ldconfig
 
 %files
-%license Pod-Html-license-clarification
 %{_mandir}/man1/*.1*
 %{_mandir}/man3/*.3*
 %{_bindir}/*
@@ -3046,6 +3060,12 @@ popd
 %exclude %{privlib}/Pod/Escapes.pm
 %exclude %{_mandir}/man3/Pod::Escapes.*
 
+# Pod-Html
+%exclude %{_bindir}/pod2html
+%exclude %{privlib}/Pod/Html.pm
+%exclude %{_mandir}/man1/pod2html.1*
+%exclude %{_mandir}/man3/Pod::Html.*
+
 # Pod-Parser
 %exclude %{_bindir}/podselect
 %exclude %{privlib}/Pod/Find.pm
@@ -3964,6 +3984,14 @@ popd
 %{_mandir}/man3/Pod::Escapes.*
 %endif
 
+%files Pod-Html
+%license Pod-Html-license-clarification
+%dir %{privlib}/Pod
+%{_bindir}/pod2html
+%{privlib}/Pod/Html.pm
+%{_mandir}/man1/pod2html.1*
+%{_mandir}/man3/Pod::Html.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Pod-Parser
 %{_bindir}/podselect
@@ -4221,6 +4249,7 @@ popd
 * Fri Aug 07 2015 Petr Pisar <ppisar at redhat.com> - 4:5.22.0-350
 - Sub-package Memoize
 - Sub-package Net-Ping
+- Sub-package Pod-Html
 
 * Thu Jul 16 2015 Petr Pisar <ppisar at redhat.com> - 4:5.22.0-349
 - Disable hardening due to some run-time failures (bug #1238804)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=master&id=19f039c9fc25b85c0c78c9739eddf2483c2001a0


More information about the perl-devel mailing list