From 03f04391602a7d2a60456f82fa90dca1bd6b8f062d1621c9fd452805195b8565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Wed, 24 Jul 2024 21:08:40 +0000 Subject: [PATCH] Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-CheckLib?expand=0&rev=8 --- perl-Module-Install-CheckLib.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/perl-Module-Install-CheckLib.spec b/perl-Module-Install-CheckLib.spec index 3c42c93..69b8eec 100644 --- a/perl-Module-Install-CheckLib.spec +++ b/perl-Module-Install-CheckLib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Install-CheckLib # -# Copyright (c) 2021 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 Module-Install-CheckLib Name: perl-Module-Install-CheckLib -Version: 0.14 +Version: 0.140.0 Release: 0 -Summary: Module::Install extension to check that a library is available +# 0.14 -> normalize -> 0.140.0 +%define cpan_version 0.14 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Module::Install extension to check that a library is available URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -34,6 +36,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(Module::Install) >= 0.99 Requires: perl(Devel::CheckLib) >= 0.7 Requires: perl(Module::Install) >= 0.99 +Provides: perl(Module::Install::CheckLib) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -51,7 +55,7 @@ whether the current environment is supported or not and will exit accordingly. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor