Accepting request 1153630 from devel:languages:perl:autoupdate
- updated to 1.67 see /usr/share/doc/packages/perl-Pod-Parser/CHANGES OBS-URL: https://build.opensuse.org/request/show/1153630 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Parser?expand=0&rev=9
This commit is contained in:
parent
b6207d762e
commit
d7835f41a9
BIN
Pod-Parser-1.66.tar.gz
(Stored with Git LFS)
BIN
Pod-Parser-1.66.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Pod-Parser-1.67.tar.gz
Normal file
3
Pod-Parser-1.67.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5deccbf55d750ce65588cd211c1a03fa1ef3aaa15d1ac2b8d85383a42c1427ea
|
||||
size 80961
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 03:08:24 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.67
|
||||
see /usr/share/doc/packages/perl-Pod-Parser/CHANGES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 03:06:36 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Pod-Parser
|
||||
#
|
||||
# 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,16 +18,32 @@
|
||||
|
||||
%define cpan_name Pod-Parser
|
||||
Name: perl-Pod-Parser
|
||||
Version: 1.66
|
||||
Version: 1.670.0
|
||||
Release: 0
|
||||
%define cpan_version 1.67
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Modules for parsing/translating POD format documents
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Pod::Cache)
|
||||
Provides: perl(Pod::Cache::Item)
|
||||
Provides: perl(Pod::Find) = %{version}
|
||||
Provides: perl(Pod::Hyperlink)
|
||||
Provides: perl(Pod::InputObjects) = %{version}
|
||||
Provides: perl(Pod::InputSource)
|
||||
Provides: perl(Pod::InteriorSequence)
|
||||
Provides: perl(Pod::List)
|
||||
Provides: perl(Pod::Paragraph)
|
||||
Provides: perl(Pod::ParseTree)
|
||||
Provides: perl(Pod::ParseUtils) = %{version}
|
||||
Provides: perl(Pod::Parser) = %{version}
|
||||
Provides: perl(Pod::PlainText) = 2.07
|
||||
Provides: perl(Pod::Select) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -45,7 +61,7 @@ components of the POD. Subclasses of *Pod::Parser* override these methods
|
||||
to translate the POD into whatever output format they desire.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user