Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
28a6cf7d3c | |||
67ed312d63 | |||
3c9088ca61 | |||
5ba0767bfa | |||
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
|
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,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:57:00 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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,33 @@
|
||||
|
||||
%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
|
||||
Source100: README.md
|
||||
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}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -45,7 +62,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
|
||||
|
||||
|
Reference in New Issue
Block a user