Teach rpmlint

epel9
Petr Písař 12 years ago
parent b7bff3674f
commit ed1665bcbd

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* (formatter|hashref)");

@ -1,7 +1,7 @@
Name: perl-Pod-Spell
Version: 1.01
Release: 15%{?dist}
Summary: A formatter for spellchecking Pod
Summary: A formatter for spell-checking POD
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Pod-Spell/
@ -19,10 +19,10 @@ BuildRequires: perl(Test)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell is a Pod formatter whose output is good for spell-checking.
Pod::Spell rather like Pod::Text, except that it doesn't put much
effort into actual formatting, and it suppresses things that look like
Perl symbols or Perl jargon (so that your spellchecking program won't
Perl symbols or Perl jargon (so that your spell-checking program won't
complain about mystery words like "$thing" or "Foo::Bar" or "hashref").
%prep

Loading…
Cancel
Save