Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
a67052930f | |||
e43661b51f | |||
22df283bd7 |
@@ -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
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,16 @@
|
||||
|
||||
%define cpan_name Pod-Spell
|
||||
Name: perl-Pod-Spell
|
||||
Version: 1.26
|
||||
Version: 1.270.0
|
||||
Release: 0
|
||||
# 1.27 -> normalize -> 1.270.0
|
||||
%define cpan_version 1.27
|
||||
License: Artistic-2.0
|
||||
Summary: Formatter for spellchecking Pod
|
||||
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
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -42,6 +45,9 @@ Requires: perl(Lingua::EN::Inflect)
|
||||
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
|
||||
@@ -60,7 +66,7 @@ can be supplemented (on a per-document basis) by having '"=for stopwords"'
|
||||
/ '"=for :stopwords"' region(s) in a document.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user