3.21 bump

This commit is contained in:
Petr Písař 2014-01-06 10:26:57 +01:00
parent fcf6b21d59
commit a1d0c9e2a8
3 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 3.21-1
- 3.21 bump
* Mon Oct 07 2013 Petr Pisar <ppisar@redhat.com> - 3.20-7
- Correct perldoc.pod location (bug #1010057)

View File

@ -1 +1 @@
d915bfad087bf394ddffe9fa53c9b79c Pod-Perldoc-3.20.tar.gz
941a71194782f382d9aedcc181df17a9 Pod-Perldoc-3.21.tar.gz