2024-07-24 21:08:40 +00:00
committed by Git OBS Bridge
parent 7cca53bece
commit 03f0439160

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Install-CheckLib # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%define cpan_name Module-Install-CheckLib %define cpan_name Module-Install-CheckLib
Name: perl-Module-Install-CheckLib Name: perl-Module-Install-CheckLib
Version: 0.14 Version: 0.140.0
Release: 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 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} 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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
@@ -34,6 +36,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(Module::Install) >= 0.99 BuildRequires: perl(Module::Install) >= 0.99
Requires: perl(Devel::CheckLib) >= 0.7 Requires: perl(Devel::CheckLib) >= 0.7
Requires: perl(Module::Install) >= 0.99 Requires: perl(Module::Install) >= 0.99
Provides: perl(Module::Install::CheckLib) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -51,7 +55,7 @@ whether the current environment is supported or not and will exit
accordingly. accordingly.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor