forked from pool/perl-Pod-Spell
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
c8df6616cd | |||
22a653a4b7 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f05bfc9cfb04b96fcbfa2c8544d1e6ae908596d3696c46e0e26556b750afbbf
|
|
||||||
size 35564
|
|
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,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Mar 14 03:07:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Pod-Spell
|
# spec file for package perl-Pod-Spell
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,14 @@
|
|||||||
|
|
||||||
%define cpan_name Pod-Spell
|
%define cpan_name Pod-Spell
|
||||||
Name: perl-Pod-Spell
|
Name: perl-Pod-Spell
|
||||||
Version: 1.26
|
Version: 1.270.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 1.27 -> normalize -> 1.270.0
|
||||||
|
%define cpan_version 1.27
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Formatter for spellchecking Pod
|
Summary: Formatter for spellchecking Pod
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -42,6 +44,9 @@ Requires: perl(Lingua::EN::Inflect)
|
|||||||
Requires: perl(Pod::Escapes)
|
Requires: perl(Pod::Escapes)
|
||||||
Requires: perl(Pod::Simple) >= 3.27
|
Requires: perl(Pod::Simple) >= 3.27
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
|
Provides: perl(Pod::Spell) = %{version}
|
||||||
|
Provides: perl(Pod::Wordlist) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -60,7 +65,7 @@ can be supplemented (on a per-document basis) by having '"=for stopwords"'
|
|||||||
/ '"=for :stopwords"' region(s) in a document.
|
/ '"=for :stopwords"' region(s) in a document.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user