Accepting request 865933 from devel:languages:perl:autoupdate

- updated to 5.20210120
   see /usr/share/doc/packages/perl-Module-CoreList/Changes
  5.20210120
    - Updated for v5.33.6

OBS-URL: https://build.opensuse.org/request/show/865933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-CoreList?expand=0&rev=85
This commit is contained in:
2021-01-22 10:58:09 +00:00
committed by Git OBS Bridge
parent ccd1296552
commit 21465bca08
4 changed files with 18 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-CoreList
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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-Module-CoreList
Version: 5.20201220
Release: 0
%define cpan_name Module-CoreList
Name: perl-Module-CoreList
Version: 5.20210120
Release: 0
Summary: What modules shipped with versions of perl
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(version) >= 0.88
@@ -50,11 +48,11 @@ Programmers may also query the contained hash structures to find relevant
information.
%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
@@ -71,7 +69,6 @@ rm %{buildroot}%{_mandir}/man3/Module::CoreList.3pm
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes corelist identify-dependencies README
%changelog