From 37e739c7e39ac129ab43b4672b8a6714a00148dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 19 Apr 2013 14:27:08 +0200 Subject: [PATCH] Produce manual pages CPAN RT #66811. --- perl-Socket6.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-Socket6.spec b/perl-Socket6.spec index c9b0418..ef6b588 100644 --- a/perl-Socket6.spec +++ b/perl-Socket6.spec @@ -3,7 +3,7 @@ Name: perl-Socket6 Version: 0.23 -Release: 12%{?dist} +Release: 13%{?dist} Summary: IPv6 related part of the C socket.h defines and structure manipulators Group: Development/Libraries @@ -31,6 +31,8 @@ AF_INET6 are included. %prep %setup -q -n Socket6-%{version} +# CPAN RT #66811 +sed -i -e '/MAN3PODS/d' Makefile.PL %build @@ -60,9 +62,13 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog README %{perl_vendorarch}/Socket6* %{perl_vendorarch}/auto/Socket6/ +%{_mandir}/man3/Socket6.3pm* %changelog +* Fri Apr 19 2013 Petr Pisar - 0.23-13 +- Produce manual pages (CPAN RT #66811) + * Thu Feb 14 2013 Fedora Release Engineering - 0.23-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild