Accepting request 980471 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/980471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-Parser?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2022-06-03 12:16:35 +00:00 committed by Git OBS Bridge
commit f3d4ed3370
4 changed files with 26 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbe0b56129975b2f83a02841e8e0ed47be80f060686c66ea37e529d97aa70ccd
size 79707

3
Pod-Parser-1.65.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ba7bdec659416a51fe2a7e59f0883e9c6a3b21bc9d001042c1d6a32d401b28a
size 84349

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 22 03:08:30 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.65
see /usr/share/doc/packages/perl-Pod-Parser/CHANGES
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 8 10:51:44 UTC 2016 - coolo@suse.com Tue Mar 8 10:51:44 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Pod-Parser # spec file for package perl-Pod-Parser
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 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
@ -12,30 +12,28 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-Parser
Version: 1.63
Release: 0
%define cpan_name Pod-Parser %define cpan_name Pod-Parser
Summary: Base Class for Creating Pod Filters and Translators Name: perl-Pod-Parser
License: GPL-1.0+ or Artistic-1.0 Version: 1.65
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/Pod-Parser/ License: Artistic-1.0 OR GPL-1.0-or-later
Source0: http://www.cpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz 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
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%{perl_requires} %{perl_requires}
%description %description
*NOTE: This module is considered legacy; modern Perl releases (5.18 and *NOTE: This module is considered legacy; modern Perl releases (5.31.1 and
higher) are going to remove Pod-Parser from core and use Pod-Simple for all higher) are going to remove Pod-Parser from core and use Pod::Simple for
things POD.* all things POD.*
*Pod::Parser* is a base class for creating POD filters and translators. It *Pod::Parser* is a base class for creating POD filters and translators. It
handles most of the effort involved with parsing the POD sections from an handles most of the effort involved with parsing the POD sections from an
@ -47,15 +45,15 @@ components of the POD. Subclasses of *Pod::Parser* override these methods
to translate the POD into whatever output format they desire. to translate the POD into whatever output format they desire.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -63,7 +61,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc ANNOUNCE CHANGES README TODO %doc ANNOUNCE CHANGES README TODO
%changelog %changelog