forked from pool/perl-Pod-Spell
Compare commits
19 Commits
37541c78bd
...
e43661b51f
Author | SHA256 | Date | |
---|---|---|---|
e43661b51f | |||
22df283bd7 | |||
6c006d5ef4 | |||
8c305a97ea | |||
a0f4311d95 | |||
37a4aa0b1c | |||
1153877b97 | |||
041b17cfe8 | |||
043a87d58d | |||
20b3d143d9 | |||
b3ce4aef23 | |||
8d7c7158dc | |||
d903c4c51e | |||
|
b02ca200ad | ||
|
cd653366e7 | ||
|
25ee188f43 | ||
|
1ae1148a2e | ||
|
df1ac3b43a | ||
|
20e1d322f4 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6383f7bfe22bc0d839a08057a0ce780698b046184aea935be4833d94986dd03c
|
||||
size 31220
|
3
Pod-Spell-1.27.tar.gz
Normal file
3
Pod-Spell-1.27.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ef56c9229f3efbc71a0462ce44490c0dd49fbf3b21fe85bb08b1eeac6f7b063
|
||||
size 35971
|
@@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 05:36:04 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.270.0 (1.27)
|
||||
see /usr/share/doc/packages/perl-Pod-Spell/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 03:07:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.26
|
||||
see /usr/share/doc/packages/perl-Pod-Spell/Changes
|
||||
|
||||
1.26 2023-03-13
|
||||
|
||||
- encode output as UTF-8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 03:08:28 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.25
|
||||
see /usr/share/doc/packages/perl-Pod-Spell/Changes
|
||||
|
||||
1.25 2022-10-04
|
||||
- releasing as stable
|
||||
|
||||
1.24 2022-10-03 (TRIAL RELEASE)
|
||||
- account for stopwords added in UTF-8 encoded form
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 03:07:54 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.23
|
||||
see /usr/share/doc/packages/perl-Pod-Spell/Changes
|
||||
|
||||
1.23 2022-09-21
|
||||
- releasing as stable
|
||||
|
||||
1.22 2022-08-29 (TRIAL RELEASE)
|
||||
- fix finding wordlist when not run against files directly in lib/
|
||||
|
||||
1.21 2022-08-24 (TRIAL RELEASE)
|
||||
- port to use Pod::Simple rather than Pod::Parser
|
||||
- use File::Spec rather than Path::Tiny
|
||||
- allow explicit debug option to override environment variable
|
||||
- packaging and metadata updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 28 15:14:13 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- update specfile with cpanspec to fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 09:57:58 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Pod-Spell
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,53 +12,50 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Pod-Spell
|
||||
Version: 1.20
|
||||
Release: 0
|
||||
%define cpan_name Pod-Spell
|
||||
Summary: Formatter for Spellchecking Pod
|
||||
Name: perl-Pod-Spell
|
||||
Version: 1.270.0
|
||||
Release: 0
|
||||
# 1.27 -> normalize -> 1.270.0
|
||||
%define cpan_version 1.27
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Pod-Spell/
|
||||
Source0: http://www.cpan.org/authors/id/D/DO/DOLMEN/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Formatter for spellchecking Pod
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Tiny)
|
||||
BuildRequires: perl(File::ShareDir)
|
||||
BuildRequires: perl(File::ShareDir::Install) >= 0.06
|
||||
BuildRequires: perl(Lingua::EN::Inflect)
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Pod::Escapes)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Pod::Simple) >= 3.27
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Class::Tiny)
|
||||
Requires: perl(File::ShareDir)
|
||||
Requires: perl(Lingua::EN::Inflect)
|
||||
Requires: perl(Path::Tiny)
|
||||
Requires: perl(Pod::Escapes)
|
||||
Requires: perl(Pod::Simple) >= 3.27
|
||||
Requires: perl(parent)
|
||||
Provides: perl(Pod::Spell) = %{version}
|
||||
Provides: perl(Pod::Wordlist) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%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
|
||||
Pod::Spell is 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 (code
|
||||
@@ -68,14 +65,14 @@ can be supplemented (on a per-document basis) by having '"=for stopwords"'
|
||||
/ '"=for :stopwords"' region(s) in a document.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -83,7 +80,7 @@ can be supplemented (on a per-document basis) by having '"=for stopwords"'
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING LICENSE README
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user