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