forked from pool/perl-Parse-PMFile
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be61e807204738cf0c52ed321551992fdc7fa8faa43ed43ff489d0c269900623
|
||||
size 15744
|
||||
3
Parse-PMFile-0.44.tar.gz
Normal file
3
Parse-PMFile-0.44.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e08f0f56455b3ac12dccd8c711650612b7d3cd150f8a6f8ae6b43b2da47df994
|
||||
size 16141
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 03:07:24 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 12 03:08:36 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user