8
0

Accepting request 977718 from devel:languages:perl:autoupdate

- updated to 1.20220515
   see /usr/share/doc/packages/perl-Modern-Perl/Changes
  1.20220515 2022-05-15 11:15:25-07:00 America/Los_Angeles
      - enable signatures in 2022 year bundle
      - add 2021 and 2022 year bundles

OBS-URL: https://build.opensuse.org/request/show/977718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Modern-Perl?expand=0&rev=38
This commit is contained in:
Lars Vogdt
2022-05-20 08:34:35 +00:00
committed by Git OBS Bridge
parent 4901252423
commit ead8231808
4 changed files with 21 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Modern-Perl
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
Name: perl-Modern-Perl
Version: 1.20200211
Release: 0
%define cpan_name Modern-Perl
Summary: Enable all of the features of Modern Perl with one import
Name: perl-Modern-Perl
Version: 1.20220515
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: Enable all of the features of Modern Perl with one import
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.98
@@ -41,11 +39,11 @@ Requires: perl(mro)
enable all of the features of Modern Perl with one import
%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
@@ -56,7 +54,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE