Accepting request 943078 from devel:languages:perl:autoupdate

- updated to 0.14
   see /usr/share/doc/packages/perl-Module-Install-CheckLib/Changes
  0.14  Wed 15 Dec 2021 16:19:21 GMT
    - Allow tests to run from a read-only location

OBS-URL: https://build.opensuse.org/request/show/943078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-CheckLib?expand=0&rev=7
This commit is contained in:
2022-01-04 11:10:22 +00:00
committed by Git OBS Bridge
parent 4d260750a6
commit 7cca53bece
4 changed files with 24 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b96278ea5b0e51537a9dc1a561f46439717814d3280d4a5a91524938bcd634ef
size 29867

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55b2a3e62f2348e8fd10c6144a72869b62cfd2330b66804b4fca9425250c5446
size 29355

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 16 03:08:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.14
see /usr/share/doc/packages/perl-Module-Install-CheckLib/Changes
0.14 Wed 15 Dec 2021 16:19:21 GMT
- Allow tests to run from a read-only location
-------------------------------------------------------------------
Sat Feb 18 06:57:19 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Install-CheckLib
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Module-Install-CheckLib
Version: 0.12
Release: 0
%define cpan_name Module-Install-CheckLib
Name: perl-Module-Install-CheckLib
Version: 0.14
Release: 0
Summary: Module::Install extension to check that a library is available
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Install-CheckLib/
License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.05
BuildRequires: perl(Devel::CheckLib) >= 0.7
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(Module::Install) >= 0.99
Requires: perl(Devel::CheckLib) >= 0.7
Requires: perl(Module::Install) >= 0.99
@@ -52,14 +51,14 @@ whether the current environment is supported or not and will exit
accordingly.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -67,7 +66,6 @@ accordingly.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE