[perl-Pod-Perldoc] 3.21 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jan 6 09:28:45 UTC 2014


commit a1d0c9e2a80c5d865c5d43afd0a74ed196e3b8c7
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jan 6 10:26:57 2014 +0100

    3.21 bump

 .gitignore            |    1 +
 perl-Pod-Perldoc.spec |   16 ++++++++++------
 sources               |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fda874..ca26843 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Pod-Perldoc-3.19.tar.gz
 /Pod-Perldoc-3.19_01.tar.gz
 /Pod-Perldoc-3.20.tar.gz
+/Pod-Perldoc-3.21.tar.gz
diff --git a/perl-Pod-Perldoc.spec b/perl-Pod-Perldoc.spec
index b47e76f..9d3eb25 100644
--- a/perl-Pod-Perldoc.spec
+++ b/perl-Pod-Perldoc.spec
@@ -1,8 +1,8 @@
-%global cpan_version 3.20
+%global cpan_version 3.21
 Name:           perl-Pod-Perldoc
 # let's overwrite the module from perl.srpm
 Version:        %(echo '%{cpan_version}' | sed 's/_/./')
-Release:        7%{?dist}
+Release:        1%{?dist}
 Summary:        Look up Perl documentation in Pod format
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -26,8 +26,10 @@ BuildRequires:  perl(File::Temp) >= 0.22
 BuildRequires:  perl(HTTP::Tiny)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IO::Select)
-BuildRequires:  perl(lib)
+# IPC::Open3 not used by tests
 BuildRequires:  perl(parent)
+# POD2::Base is optional
+# Pod::Checker is not needed if Pod::Simple::Checker is available
 BuildRequires:  perl(Pod::Man) >= 2.18
 BuildRequires:  perl(Pod::Simple::Checker)
 BuildRequires:  perl(Pod::Simple::RTF) >= 3.16
@@ -56,7 +58,8 @@ Requires:       perl(File::Temp) >= 0.22
 Requires:       perl(HTTP::Tiny)
 Requires:       perl(IO::Handle)
 Requires:       perl(IPC::Open3)
-Requires:       perl(lib)
+# POD2::Base is optional
+# Pod::Checker is not needed if Pod::Simple::Checker is available
 Requires:       perl(Pod::Man) >= 2.18
 Requires:       perl(Pod::Simple::Checker)
 Requires:       perl(Pod::Simple::RTF) >= 3.16
@@ -85,8 +88,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
-# Correct perldoc.pod location, bug #1010057, CPAN RT#88898
-mv ${RPM_BUILD_ROOT}%{perl_vendorlib}/{Pod,}/perldoc.pod
 
 %check
 make test
@@ -99,6 +100,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 06 2014 Petr Pisar <ppisar at redhat.com> - 3.21-1
+- 3.21 bump
+
 * Mon Oct 07 2013 Petr Pisar <ppisar at redhat.com> - 3.20-7
 - Correct perldoc.pod location (bug #1010057)
 
diff --git a/sources b/sources
index 9ccaaa6..69fc3f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d915bfad087bf394ddffe9fa53c9b79c  Pod-Perldoc-3.20.tar.gz
+941a71194782f382d9aedcc181df17a9  Pod-Perldoc-3.21.tar.gz



More information about the perl-devel mailing list