update to 1.26 [release 1.26-1mamba;Sat Oct 21 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 09:32:13 +01:00
parent 0feb972ba7
commit 64b2246236
2 changed files with 21 additions and 17 deletions

View File

@ -1,8 +1,5 @@
# perl-Pod-Spell # perl-Pod-Spell
Pod::Spell is a Pod formatter whose output is good for spellchecking. 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 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").
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").

View File

@ -1,28 +1,29 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Pod-Spell Name: perl-Pod-Spell
Version: 1.01 Version: 1.26
Release: 1mamba Release: 1mamba
Summary: Pod::Spell -- a formatter for spellchecking Pod Summary: Pod::Spell -- a formatter for spellchecking Pod
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: gil <puntogil@libero.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Pod-Spell-%{version}.tar.gz
License: GPL, Artistic 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(ExtUtils::MakeMaker)
BuildRequires: perl(Pod::Escapes) BuildRequires: perl(Pod::Escapes)
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Pod::Spell is a Pod formatter whose output is good for spellchecking. 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 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").
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 %prep
%setup -q -n Pod-Spell-%{version} %setup -q -n Pod-Spell-%{version}
@ -46,10 +47,16 @@ chmod -R u+w %{buildroot}/*
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/podspell %{_bindir}/podspell
%{perl_vendorlib}/Pod/ %dir %{perl_vendorlib}/Pod
%{_mandir}/man3/*.3pm.gz %{perl_vendorlib}/Pod/*
%doc ChangeLog README %{perl_vendorlib}/auto/share/dist/Pod-Spell/wordlist
%{_mandir}/man1/podspell.1*
%{_mandir}/man3/*.3pm.*
%doc LICENSE
%changelog %changelog
* Sat Oct 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.26-1mamba
- update to 1.26
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.01-1mamba * Fri Feb 18 2011 gil <puntogil@libero.it> 1.01-1mamba
- package created by autospec - package created by autospec