8
0

Accepting request 1084374 from devel:languages:perl:autoupdate

- updated to 0.44
   see /usr/share/doc/packages/perl-Parse-PMFile/Changes
  0.44 2023/04/27
    - Allow to parse class|role NAME VERSION

OBS-URL: https://build.opensuse.org/request/show/1084374
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-PMFile?expand=0&rev=7
This commit is contained in:
2023-05-03 15:18:42 +00:00
committed by Git OBS Bridge
parent 280e8d10b6
commit f0fb0977d6
4 changed files with 20 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Parse-PMFile
#
# Copyright (c) 2020 SUSE LLC
# 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
@@ -16,21 +16,19 @@
#
Name: perl-Parse-PMFile
Version: 0.43
Release: 0
%define cpan_name Parse-PMFile
Summary: Parses .pm file as PAUSE does
Name: perl-Parse-PMFile
Version: 0.44
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Parses .pm file as PAUSE does
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.08
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.09
BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(JSON::PP) >= 2.00
BuildRequires: perl(Test::More) >= 0.88
@@ -50,11 +48,11 @@ This module doesn't provide features to extract a distribution or parse
meta files intentionally.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -65,7 +63,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog