3.23 bump
This commit is contained in:
parent
a1d0c9e2a8
commit
5e6b082f0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/Pod-Perldoc-3.19_01.tar.gz
|
||||
/Pod-Perldoc-3.20.tar.gz
|
||||
/Pod-Perldoc-3.21.tar.gz
|
||||
/Pod-Perldoc-3.23.tar.gz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
%global cpan_version 3.21
|
||||
%global cpan_version 3.23
|
||||
Name: perl-Pod-Perldoc
|
||||
# let's overwrite the module from perl.srpm
|
||||
Version: %(echo '%{cpan_version}' | sed 's/_/./')
|
||||
@ -18,13 +18,13 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: groff-base
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Encode)
|
||||
# Encode not used by tests
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp) >= 0.22
|
||||
BuildRequires: perl(HTTP::Tiny)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
# File::Temp 0.22 not used by tests
|
||||
# HTTP::Tiny not used by tests
|
||||
# IO::Handle not used by tests
|
||||
BuildRequires: perl(IO::Select)
|
||||
# IPC::Open3 not used by tests
|
||||
BuildRequires: perl(parent)
|
||||
@ -37,8 +37,8 @@ BuildRequires: perl(Pod::Simple::XMLOutStream) >= 3.16
|
||||
BuildRequires: perl(Pod::Text)
|
||||
BuildRequires: perl(Pod::Text::Color)
|
||||
BuildRequires: perl(Pod::Text::Termcap)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
# Symbol not used by tests
|
||||
# Text::ParseWords not used by tests
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(base)
|
||||
@ -47,6 +47,7 @@ BuildRequires: perl(Test::More)
|
||||
%if !%{defined perl_bootstrap}
|
||||
%if !( 0%{?rhel} >= 7 )
|
||||
BuildRequires: perl(Tk)
|
||||
# Tk::FcyEntry is optional
|
||||
BuildRequires: perl(Tk::Pod)
|
||||
%endif
|
||||
%endif
|
||||
@ -100,6 +101,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 25 2014 Petr Pisar <ppisar@redhat.com> - 3.23-1
|
||||
- 3.23 bump
|
||||
|
||||
* Mon Jan 06 2014 Petr Pisar <ppisar@redhat.com> - 3.21-1
|
||||
- 3.21 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user