1.66 bump
This commit is contained in:
parent
2565fb5336
commit
36abcffbdc
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/Pod-Usage-1.63.tar.gz
|
||||
/Pod-Usage-1.64.tar.gz
|
||||
/Pod-Usage-1.65.tar.gz
|
||||
/Pod-Usage-1.66.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: perl-Pod-Usage
|
||||
# Compete with perl.spec's epoch
|
||||
Epoch: 4
|
||||
Version: 1.65
|
||||
Version: 1.66
|
||||
Release: 1%{?dist}
|
||||
Summary: Print a usage message from embedded POD documentation
|
||||
License: GPL+ or Artistic
|
||||
@ -10,6 +10,8 @@ URL: http://search.cpan.org/dist/Pod-Usage/
|
||||
Source0: http://www.cpan.org/authors/id/M/MA/MAREKR/Pod-Usage-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
# scripts/pod2usage.PL uses Config
|
||||
BuildRequires: perl(Config)
|
||||
# scripts/pod2usage.PL uses Cwd
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -27,6 +29,7 @@ BuildRequires: perl-Pod-Perldoc
|
||||
BuildRequires: perl(Pod::Text) >= 3.15
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(Pod::PlainText)
|
||||
BuildRequires: perl(Test::More) >= 0.6
|
||||
@ -77,6 +80,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 23 2015 Petr Pisar <ppisar@redhat.com> - 4:1.66-1
|
||||
- 1.66 bump
|
||||
|
||||
* Mon Feb 16 2015 Petr Pisar <ppisar@redhat.com> - 4:1.65-1
|
||||
- 1.65 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user