11
0

3 Commits

3 changed files with 25 additions and 5 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-CPAN-Meta-Check/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-CPAN-Meta-Check)

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 23 20:27:11 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Fri Mar 8 22:01:01 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-CPAN-Meta-Check
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,24 +20,26 @@
Name: perl-CPAN-Meta-Check
Version: 0.18.0
Release: 0
# 0.018 -> normalize -> 0.18.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}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta) >= 2.120920
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.132830
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121000
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
BuildRequires: perl(Module::Metadata) >= 1.000023
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(CPAN::Meta::Prereqs) >= 2.132830
Requires: perl(CPAN::Meta::Requirements) >= 2.121000
Requires: perl(CPAN::Meta::Requirements) >= 2.121
Requires: perl(Module::Metadata) >= 1.000023
Provides: perl(CPAN::Meta::Check) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -46,7 +48,7 @@ This module verifies if requirements described in a CPAN::Meta object are
present.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor