%define _unpackaged_files_terminate_build 1 # # - Pod::Spell - # This spec file was automatically generated by cpan2rpm [ver: 2.027] # (ALT Linux revision) # The following arguments were used: # Pod::Spell # For more information on cpan2rpm please visit: http://perl.arix.com/ # %define module Pod-Spell %define m_distro Pod-Spell %define m_name Pod::Spell %define m_author_id SBURKE %define _enable_test 1 Name: perl-Pod-Spell Version: 1.26 Release: alt1 Summary: A formatter for spellchecking Pod License: Artistic Group: Development/Perl Url: http://search.cpan.org/dist/Pod-Spell/ Packager: Michael Bochkaryov BuildArch: noarch Source0: http://www.cpan.org/authors/id/H/HA/HAARG/%{module}-%{version}.tar.gz # Automatically added by buildreq on Wed Apr 09 2008 BuildRequires: perl-Pod-Escapes perl-devel BuildRequires: perl-Pod-Parser perl(Test/Deep.pm) perl(File/ShareDir/Install.pm) perl(File/Slurp.pm) perl(Lingua/EN/Inflect.pm) perl(File/ShareDir/ProjectDistDir.pm) perl(Class/Tiny.pm) %description Pod::Spell is a Pod formatter whose output is good for spellchecking. 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 complain about mystery words like "$thing" or ""Foo::Bar"" or "hashref"). This class provides no new public methods. All methods of interest are inherited from Pod::Parser (which see). The especially interesting ones are "parse_from_filehandle" (which without arguments takes from STDIN and sends to STDOUT) and "parse_from_file". But you can probably just make do with the examples in the synopsis though. This class works by filtering out words that look like Perl or any form of computerese (like "$thing" or ""N>7"" or ""@{$foo}{'bar','baz'}"", anything in C<...> or F<...> codes, anything in verbatim paragraphs (codeblocks), and anything in the stopword list. The default stopword list for a document starts out from the stopword list defined by Pod::Wordlist, and can be supplemented (on a per-document basis) by having "=for stopwords" / "=for :stopwords" region(s) in a document. %prep %setup -q -n %{module}-%{version} %build %perl_vendor_build %install %perl_vendor_install %files %doc CONTRIBUTING Changes README %perl_vendor_privlib/* %exclude %perl_vendor_archlib %_bindir/podspell %_man1dir/* %changelog * Thu Mar 16 2023 Igor Vlasenko 1.26-alt1 - automated CPAN update * Thu Oct 06 2022 Igor Vlasenko 1.25-alt1 - automated CPAN update * Tue Sep 27 2022 Igor Vlasenko 1.23-alt1 - automated CPAN update * Tue May 03 2016 Igor Vlasenko 1.20-alt1 - automated CPAN update * Thu Mar 03 2016 Igor Vlasenko 1.19-alt1 - automated CPAN update * Wed Feb 10 2016 Igor Vlasenko 1.18-alt1 - automated CPAN update * Sun Oct 11 2015 Igor Vlasenko 1.17-alt1 - automated CPAN update * Tue Mar 04 2014 Igor Vlasenko 1.15-alt1 - automated CPAN update * Mon Feb 17 2014 Igor Vlasenko 1.14-alt1 - automated CPAN update * Wed Nov 06 2013 Igor Vlasenko 1.13-alt1 - automated CPAN update * Sat Oct 19 2013 Igor Vlasenko 1.12-alt1 - automated CPAN update * Mon Sep 30 2013 Igor Vlasenko 1.10-alt1 - automated CPAN update * Fri Sep 27 2013 Igor Vlasenko 1.09-alt1 - automated CPAN update * Wed Sep 25 2013 Igor Vlasenko 1.08-alt1 - automated CPAN update * Mon Sep 16 2013 Igor Vlasenko 1.07-alt1 - automated CPAN update * Sat Jul 27 2013 Igor Vlasenko 1.05-alt1 - automated CPAN update * Sun Nov 07 2010 Vladimir Lettiev 1.01-alt1.1.1 - rebuilt with perl 5.12 * Mon Oct 06 2008 Igor Vlasenko 1.01-alt1.1 - NMU for unknown reason: the person above was too neglectant to add --changelog "- NMU: " option. * Sun Apr 20 2008 Michael Bochkaryov 1.01-alt1 - first build for ALT Linux Sisyphus