Sync from SUSE:SLFO:Main perl-CPAN-Meta-Check revision 13249875031f829c759f4c92208b25c9
This commit is contained in:
parent
eaf085c704
commit
04fd24f166
BIN
CPAN-Meta-Check-0.017.tar.gz
(Stored with Git LFS)
BIN
CPAN-Meta-Check-0.017.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
CPAN-Meta-Check-0.018.tar.gz
(Stored with Git LFS)
Normal file
BIN
CPAN-Meta-Check-0.018.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:01:01 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 22 03:06:09 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.018
|
||||
see /usr/share/doc/packages/perl-CPAN-Meta-Check/Changes
|
||||
|
||||
0.018 2023-07-21 16:23:58+02:00 Europe/Brussels
|
||||
- Fix version requirement for CPAN::Meta::Prereqs
|
||||
- Move issue tracker to github
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 03:06:48 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-CPAN-Meta-Check
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,12 +18,14 @@
|
||||
|
||||
%define cpan_name CPAN-Meta-Check
|
||||
Name: perl-CPAN-Meta-Check
|
||||
Version: 0.017
|
||||
Version: 0.18.0
|
||||
Release: 0
|
||||
%define cpan_version 0.018
|
||||
Provides: perl(CPAN::Meta::Check) = 0.18.0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Verify requirements in a CPAN::Meta object
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@ -36,6 +38,7 @@ BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(CPAN::Meta::Prereqs) >= 2.132830
|
||||
Requires: perl(CPAN::Meta::Requirements) >= 2.121000
|
||||
Requires: perl(Module::Metadata) >= 1.000023
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -43,7 +46,7 @@ This module verifies if requirements described in a CPAN::Meta object are
|
||||
present.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
x
Reference in New Issue
Block a user