From 429d01348f85146e4af5c63aca225633ea3d52df2ab8acd7f9c4d0d1dd73518a Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 15 May 2024 07:12:53 +0000 Subject: [PATCH] Accepting request 1173741 from devel:languages:perl:autoupdate - updated to 0.013 see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes 0.013 2024-04-25 12:28:37+02:00 Europe/Brussels - Try to install any installable paths OBS-URL: https://build.opensuse.org/request/show/1173741 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-InstallPaths?expand=0&rev=9 --- ExtUtils-InstallPaths-0.012.tar.gz | 3 --- ExtUtils-InstallPaths-0.013.tar.gz | 3 +++ perl-ExtUtils-InstallPaths.changes | 9 ++++++++ perl-ExtUtils-InstallPaths.spec | 33 +++++++++++++++--------------- 4 files changed, 29 insertions(+), 19 deletions(-) delete mode 100644 ExtUtils-InstallPaths-0.012.tar.gz create mode 100644 ExtUtils-InstallPaths-0.013.tar.gz diff --git a/ExtUtils-InstallPaths-0.012.tar.gz b/ExtUtils-InstallPaths-0.012.tar.gz deleted file mode 100644 index fc3a223..0000000 --- a/ExtUtils-InstallPaths-0.012.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed -size 17991 diff --git a/ExtUtils-InstallPaths-0.013.tar.gz b/ExtUtils-InstallPaths-0.013.tar.gz new file mode 100644 index 0000000..e9a94be --- /dev/null +++ b/ExtUtils-InstallPaths-0.013.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65969d3ad8a3a2ea8ef5b4213ed5c2c83961bb5bd12f7ad35128f6bd5b684aa0 +size 19190 diff --git a/perl-ExtUtils-InstallPaths.changes b/perl-ExtUtils-InstallPaths.changes index 01a9044..7a22ddd 100644 --- a/perl-ExtUtils-InstallPaths.changes +++ b/perl-ExtUtils-InstallPaths.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 26 03:08:38 UTC 2024 - Tina Müller + +- updated to 0.013 + see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes + + 0.013 2024-04-25 12:28:37+02:00 Europe/Brussels + - Try to install any installable paths + ------------------------------------------------------------------- Fri May 11 05:19:22 UTC 2018 - coolo@suse.com diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec index 5787911..0e097b4 100644 --- a/perl-ExtUtils-InstallPaths.spec +++ b/perl-ExtUtils-InstallPaths.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-InstallPaths # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 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,28 @@ # 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-ExtUtils-InstallPaths -Version: 0.012 -Release: 0 %define cpan_name ExtUtils-InstallPaths -Summary: Build.PL install path logic made easy +Name: perl-ExtUtils-InstallPaths +Version: 0.13.0 +Release: 0 +# 0.013 -> normalize -> 0.13.0 +%define cpan_version 0.013 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/ExtUtils-InstallPaths/ -Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +Summary: Build.PL install path logic made easy +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::Config) >= 0.002 Requires: perl(ExtUtils::Config) >= 0.002 +Provides: perl(ExtUtils::InstallPaths) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -94,14 +96,14 @@ This is the same as 'libdoc' above, but applies to HTML documents. Unless explicitly set, this is only available when perl was configured to do so. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_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 @@ -109,8 +111,7 @@ explicitly set, this is only available when perl was configured to do so. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes +%doc Changes README %license LICENSE %changelog