diff --git a/Module-Install-CheckLib-0.12.tar.gz b/Module-Install-CheckLib-0.12.tar.gz deleted file mode 100644 index 214f251..0000000 --- a/Module-Install-CheckLib-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b96278ea5b0e51537a9dc1a561f46439717814d3280d4a5a91524938bcd634ef -size 29867 diff --git a/Module-Install-CheckLib-0.14.tar.gz b/Module-Install-CheckLib-0.14.tar.gz new file mode 100644 index 0000000..cd8a657 --- /dev/null +++ b/Module-Install-CheckLib-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b2a3e62f2348e8fd10c6144a72869b62cfd2330b66804b4fca9425250c5446 +size 29355 diff --git a/perl-Module-Install-CheckLib.changes b/perl-Module-Install-CheckLib.changes index b0c6d10..9d8e103 100644 --- a/perl-Module-Install-CheckLib.changes +++ b/perl-Module-Install-CheckLib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 16 03:08:17 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-Module-Install-CheckLib.spec b/perl-Module-Install-CheckLib.spec index 971e8bb..3c42c93 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) 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