diff --git a/local-lib-2.000023.tar.gz b/local-lib-2.000023.tar.gz deleted file mode 100644 index 97be11b..0000000 --- a/local-lib-2.000023.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cf6f5916fc5ae86ef30c5df87414fd3587eff40642bc85ab17a59047bb82099 -size 64446 diff --git a/local-lib-2.000024.tar.gz b/local-lib-2.000024.tar.gz new file mode 100644 index 0000000..54259ad --- /dev/null +++ b/local-lib-2.000024.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9b917bd48a0615e42633b2a327494e04610d8f710765b9493d306cead98a05 +size 62941 diff --git a/perl-local-lib.changes b/perl-local-lib.changes index f8294c4..84409fb 100644 --- a/perl-local-lib.changes +++ b/perl-local-lib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 17 13:57:56 UTC 2020 - Dirk Stoecker + +- updated to 2.000024 - 2017-10-08 + - be compatible with CPAN.pm 1.82 to 1.86_51 during bootstrap process + ------------------------------------------------------------------- Fri Jun 9 06:42:51 UTC 2017 - coolo@suse.com @@ -275,4 +281,3 @@ Sun Mar 14 02:15:00 UTC 2010 - pascal.bleser@opensuse.org Wed Feb 3 19:43:22 UTC 2010 - pascal.bleser@opensuse.org - new package, ported from Fedora 13 - diff --git a/perl-local-lib.spec b/perl-local-lib.spec index 4a93a9f..257f2bb 100644 --- a/perl-local-lib.spec +++ b/perl-local-lib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-local-lib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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-local-lib -Version: 2.000023 +Version: 2.000024 Release: 0 %define cpan_name local-lib -Summary: Create and Use a Local Lib/ for Perl Modules with Perl5lib -License: Artistic-1.0 or GPL-1.0+ +Summary: Create and use a local lib/ for perl modules with PERL5LIB +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/local-lib/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source1: perl-homedir.sh Source2: perl-homedir.csh @@ -93,11 +93,11 @@ install this package. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -108,26 +108,10 @@ install this package. # MANUAL END %perl_gen_filelist -%files -%defattr(-,root,root) -%doc Changes -%dir %{perl_vendorlib}/lib -%dir %{perl_vendorlib}/lib/core -%{perl_vendorlib}/lib/core/only.pm -%dir %{perl_vendorlib}/local/ -%{perl_vendorlib}/local/lib.pm -%doc %{perl_man3dir}/lib::core::only.%{perl_man3ext}%{ext_man} -%doc %{perl_man3dir}/local::lib.%{perl_man3ext}%{ext_man} - -%dir %{perl_vendorlib}/POD2 -%lang(de) %dir %{perl_vendorlib}/POD2/DE -%lang(de) %dir %{perl_vendorlib}/POD2/DE/local -%lang(de) %{perl_vendorlib}/POD2/DE/local/lib.pod -%lang(de) %doc %{perl_man3dir}/POD2::DE::local::lib.%{perl_man3ext}%{ext_man} -%lang(pt_BR) %dir %{perl_vendorlib}/POD2/PT_BR -%lang(pt_BR) %dir %{perl_vendorlib}/POD2/PT_BR/local -%lang(pt_BR) %{perl_vendorlib}/POD2/PT_BR/local/lib.pod -%lang(pt_BR) %doc %{perl_man3dir}/POD2::PT_BR::local::lib.%{perl_man3ext}%{ext_man} +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README +%license LICENSE %files -n perl-homedir %defattr(-,root,root)