3.25 bump

This commit is contained in:
Petr Písař 2015-02-13 10:54:03 +01:00
parent 530a2de094
commit d2d46cbdc0
3 changed files with 10 additions and 8 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/Pod-Perldoc-3.21.tar.gz
/Pod-Perldoc-3.23.tar.gz
/Pod-Perldoc-3.24.tar.gz
/Pod-Perldoc-3.25.tar.gz

View File

@ -1,15 +1,14 @@
%bcond_without tk
%global cpan_version 3.24
Name: perl-Pod-Perldoc
# let's overwrite the module from perl.srpm
Version: %(echo '%{cpan_version}' | sed 's/_/./')
Release: 4%{?dist}
Version: 3.25
Release: 1%{?dist}
Summary: Look up Perl documentation in Pod format
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Pod-Perldoc/
Source0: http://www.cpan.org/authors/id/M/MA/MALLEN/Pod-Perldoc-%{cpan_version}.tar.gz
Source0: http://www.cpan.org/authors/id/M/MA/MALLEN/Pod-Perldoc-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
@ -20,7 +19,7 @@ BuildRequires: perl(warnings)
BuildRequires: groff-base
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
# Encode not used by tests
BuildRequires: perl(Encode)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
@ -43,7 +42,6 @@ BuildRequires: perl(Pod::Text::Termcap)
# Text::ParseWords not used by tests
BuildRequires: perl(vars)
# Tests:
BuildRequires: perl(base)
BuildRequires: perl(Test::More)
# Optional tests:
%if !%{defined perl_bootstrap}
@ -83,7 +81,7 @@ in the perl installation tree or in a perl script, and displays it via
the perl library modules.
%prep
%setup -q -n Pod-Perldoc-%{cpan_version}
%setup -q -n Pod-Perldoc-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -105,6 +103,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Feb 13 2015 Petr Pisar <ppisar@redhat.com> - 3.25-1
- 3.25 bump
* Mon Sep 15 2014 Petr Pisar <ppisar@redhat.com> - 3.24-4
- Enable perl(Tk) tests

View File

@ -1 +1 @@
a43ce0682d8a1d4a7b01c65600b45054 Pod-Perldoc-3.24.tar.gz
4991ce24fab9900312f11d9c8ab7576f Pod-Perldoc-3.25.tar.gz