epel9
Jitka Plesnikova 11 years ago
parent 34f240397b
commit d857f360a0

1
.gitignore vendored

@ -2,3 +2,4 @@ Pod-Spell-1.01.tar.gz
/Pod-Spell-1.04.tar.gz
/Pod-Spell-1.05.tar.gz
/Pod-Spell-1.06.tar.gz
/Pod-Spell-1.07.tar.gz

@ -1,5 +1,5 @@
Name: perl-Pod-Spell
Version: 1.06
Version: 1.07
Release: 1%{?dist}
Summary: A formatter for spell-checking POD
Group: Development/Libraries
@ -9,12 +9,17 @@ Source0: http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.ta
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(File::ShareDir::Install) >= 0.03
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Tiny)
BuildRequires: perl(constant)
BuildRequires: perl(File::ShareDir::ProjectDistDir)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(Lingua::EN::Inflect)
BuildRequires: perl(locale)
BuildRequires: perl(Pod::Escapes)
BuildRequires: perl(Pod::Parser)
@ -61,10 +66,14 @@ make test
%doc Changes CONTRIBUTING LICENSE README
%{_bindir}/podspell
%{perl_vendorlib}/Pod/
%{perl_vendorlib}/auto/share/dist/Pod-Spell/
%{_mandir}/man1/podspell.1*
%{_mandir}/man3/*.3pm*
%changelog
* Fri Sep 20 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.07-1
- 1.07 bump
* Tue Sep 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-1
- 1.06 bump
- Update dependencies

@ -1 +1 @@
45973962eb0f5e666eb0d6a02f64bce9 Pod-Spell-1.06.tar.gz
3950fa985b3d303e5518838e1641ee5b Pod-Spell-1.07.tar.gz

Loading…
Cancel
Save