Accepting request 1046363 from devel:languages:perl:autoupdate

- updated to 0.100006
   see /usr/share/doc/packages/perl-Pod-Coverage-TrustPod/Changes
  0.100006  2022-12-31 14:06:16-05:00 America/New_York
          - update packaging and metadata
          - minimum required Perl is now v5.12

OBS-URL: https://build.opensuse.org/request/show/1046363
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Coverage-TrustPod?expand=0&rev=9
This commit is contained in:
Dirk Stoecker 2023-01-04 15:49:25 +00:00 committed by Git OBS Bridge
parent 27ae99123a
commit cfcefdd137
4 changed files with 27 additions and 17 deletions

View File

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

BIN
Pod-Coverage-TrustPod-0.100006.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jan 1 03:13:18 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.100006
see /usr/share/doc/packages/perl-Pod-Coverage-TrustPod/Changes
0.100006 2022-12-31 14:06:16-05:00 America/New_York
- update packaging and metadata
- minimum required Perl is now v5.12
-------------------------------------------------------------------
Tue Mar 13 06:42:48 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-Coverage-TrustPod
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,29 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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-Coverage-TrustPod
Version: 0.100005
Release: 0
%define cpan_name Pod-Coverage-TrustPod
Summary: Allow a Module's Pod to Contain Pod::Coverage Hints
Name: perl-Pod-Coverage-TrustPod
Version: 0.100006
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
Summary: Allow a module's pod to contain Pod::Coverage hints
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Pod::Coverage::CountParents)
BuildRequires: perl(Pod::Eventual::Simple)
BuildRequires: perl(Pod::Find)
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Pod::Coverage::CountParents)
Requires: perl(Pod::Eventual::Simple)
Requires: perl(Pod::Find)
%{perl_requires}
%description
@ -96,14 +97,14 @@ Keep in mind that Pod::Coverage::TrustPod sets up exceptions using the
This is unlikely ever to matter to you, but it's true.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@ -111,7 +112,6 @@ This is unlikely ever to matter to you, but it's true.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE