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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user