diff --git a/Module-Path-More-0.33.tar.gz b/Module-Path-More-0.33.tar.gz deleted file mode 100644 index 69920ab..0000000 --- a/Module-Path-More-0.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4748470bc3d6ddf2a01a50789304cbfb67b410840266a9fade25666e2b4ccc39 -size 19345 diff --git a/Module-Path-More-0.340.tar.gz b/Module-Path-More-0.340.tar.gz new file mode 100644 index 0000000..6c7ac5c --- /dev/null +++ b/Module-Path-More-0.340.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10a9aa71d8188ef94fa4d516b2e7d803a5b0129e823ea9789856d154beaedfd +size 21000 diff --git a/perl-Module-Path-More.changes b/perl-Module-Path-More.changes index 1c5575b..b1bbacf 100644 --- a/perl-Module-Path-More.changes +++ b/perl-Module-Path-More.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 21 03:07:56 UTC 2021 - Tina Müller + +- updated to 0.340 + see /usr/share/doc/packages/perl-Module-Path-More/Changes + ------------------------------------------------------------------- Fri Feb 3 06:06:57 UTC 2017 - coolo@suse.com diff --git a/perl-Module-Path-More.spec b/perl-Module-Path-More.spec index a91dcfe..9363261 100644 --- a/perl-Module-Path-More.spec +++ b/perl-Module-Path-More.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Path-More # -# 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,24 +12,23 @@ # 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-Path-More -Version: 0.33 -Release: 0 %define cpan_name Module-Path-More +Name: perl-Module-Path-More +Version: 0.340 +Release: 0 Summary: Get path to locally installed Perl module -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Module-Path-More/ -Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz +License: Artistic-1.0 OR GPL-1.0-or-later +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(File::Temp) >= 0.2307 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) >= 0.98 %{perl_requires} @@ -70,14 +69,14 @@ then it only works if the module is locatable in the filesystem. But on the other hand this method can avoid actual loading of the module. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -85,7 +84,7 @@ other hand this method can avoid actual loading of the module. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog