1.61 bump
This commit is contained in:
parent
c1e3bda7d2
commit
35f12b1746
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Pod-Usage-1.60.tar.gz
|
||||
/Pod-Usage-1.61.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Pod-Usage
|
||||
Version: 1.60
|
||||
Version: 1.61
|
||||
Release: 1%{?dist}
|
||||
Summary: Print a usage message from embedded pod documentation
|
||||
License: GPL+ or Artistic
|
||||
@ -24,7 +24,7 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.6
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# Pod::Usage executes perldoc from perl-Pod-Perldoc by default
|
||||
Requires: perl-Pod-Perldoc
|
||||
@ -56,8 +56,6 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
# pod2usage.t fails currently, CPAN RT #83111
|
||||
rm -f t/pod/pod2usage.t
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -68,5 +66,8 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2013 Petr Pisar <ppisar@redhat.com> - 1.61-1
|
||||
- 1.61 bump
|
||||
|
||||
* Mon Feb 04 2013 Petr Pisar <ppisar@redhat.com> 1.60-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
Loading…
Reference in New Issue
Block a user