>From 6f10ed9280d59aaa60fc557fe62fbdfb2a557c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Fri, 4 Dec 2015 17:18:52 +0100 Subject: Fix converting POD to manual page with podlators >= 4
--- perl-Sys-SigAction.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-Sys-SigAction.spec b/perl-Sys-SigAction.spec index ce30cce..1ef3801 100644 --- a/perl-Sys-SigAction.spec +++ b/perl-Sys-SigAction.spec @@ -1,6 +1,6 @@ Name: perl-Sys-SigAction Version: 0.21 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl extension for Consistent Signal Handling License: GPL+ or Artistic Group: Development/Libraries @@ -36,7 +36,8 @@ version to the next, and that sigaction() will be easier for you to use. %prep %setup -q -n Sys-SigAction-%{version} -pod2man < dbd-oracle-timeout.POD > dbd-oracle-timeout.man +pod2man --name=dbd-oracle-timeout < dbd-oracle-timeout.POD \ + > dbd-oracle-timeout.man %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -58,6 +59,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Dec 04 2015 Petr Pisar <ppi...@redhat.com> - 0.21-2 +- Fix converting POD to manual page with podlators >= 4 + * Mon Jul 20 2015 Jitka Plesnikova <jples...@redhat.com> - 0.21-1 - 0.21 bump -- cgit v0.11.2 http://pkgs.fedoraproject.org/cgit/perl-Sys-SigAction.git/commit/?h=master&id=6f10ed9280d59aaa60fc557fe62fbdfb2a557c61 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org