[perl-Socket6] Produce manual pages

Petr Pisar ppisar at fedoraproject.org
Fri Apr 19 12:27:51 UTC 2013


commit 37e739c7e39ac129ab43b4672b8a6714a00148dd
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Apr 19 14:27:08 2013 +0200

    Produce manual pages
    
    CPAN RT #66811.

 perl-Socket6.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <ppisar at redhat.com> - 0.23-13
+- Produce manual pages (CPAN RT #66811)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.23-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 



More information about the perl-devel mailing list