diff --git a/README.md b/README.md index 090f6f9..4c10b1d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # perl-Pod-Spell 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"). +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"). diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec index 32051e4..ce3d1e7 100644 --- a/perl-Pod-Spell.spec +++ b/perl-Pod-Spell.spec @@ -1,28 +1,29 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Pod-Spell -Version: 1.01 +Version: 1.26 Release: 1mamba Summary: Pod::Spell -- a formatter for spellchecking Pod Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: gil -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Pod-Spell-%{version}.tar.gz License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-Class-Tiny +BuildRequires: perl-Lingua-EN-Inflect +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Pod::Escapes) -BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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"). +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"). %prep %setup -q -n Pod-Spell-%{version} @@ -46,10 +47,16 @@ chmod -R u+w %{buildroot}/* %files %defattr(-,root,root) %{_bindir}/podspell -%{perl_vendorlib}/Pod/ -%{_mandir}/man3/*.3pm.gz -%doc ChangeLog README +%dir %{perl_vendorlib}/Pod +%{perl_vendorlib}/Pod/* +%{perl_vendorlib}/auto/share/dist/Pod-Spell/wordlist +%{_mandir}/man1/podspell.1* +%{_mandir}/man3/*.3pm.* +%doc LICENSE %changelog +* Sat Oct 21 2023 Silvan Calarco 1.26-1mamba +- update to 1.26 + * Fri Feb 18 2011 gil 1.01-1mamba - package created by autospec