Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
perl-Pod-Spell
perl-Pod-Spell.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-Pod-Spell.spec of Package perl-Pod-Spell
# # spec file for package perl-Pod-Spell (Version 1.01) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: perl-Pod-Spell %define cpan_name Pod-Spell Summary: Formatter for spellchecking Pod Version: 1.01 Release: 1 License: Artistic-1.0 ; GPL-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Pod-Spell/ Source: http://www.cpan.org/modules/by-module/Pod/Pod-Spell-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Pod::Escapes) >= 1.01 BuildRequires: perl(Pod::Parser) >= 1 BuildRequires: perl(Text::Wrap) >= 1 # Requires: perl(Pod::Escapes) >= 1.01 Requires: perl(Pod::Parser) >= 1 Requires: perl(Text::Wrap) >= 1 %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. Authors: -------- Sean M. Burke <sburke@cpan.org> %prep %setup -q -n %{cpan_name}-%{version} # rpmlint: spurious-executable-perm %{__chmod} 0644 podspell %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install # do not perl_process_packlist (noarch) # remove .packlist file %{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch # remove perllocal.pod file %{__rm} -rf $RPM_BUILD_ROOT%perl_archlib %perl_gen_filelist %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.files %defattr(-,root,root,-) %doc ChangeLog podspell README %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor