Accepting request 1046341 from devel:languages:perl:autoupdate

- updated to 2.22
   see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
  2.22
  - Explicitly use File::Compare in Installapi2.t
  - Use a private directory for tests

OBS-URL: https://build.opensuse.org/request/show/1046341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Install?expand=0&rev=14
This commit is contained in:
2023-01-04 15:57:00 +00:00
committed by Git OBS Bridge
parent 57f3550f37
commit fbf96bd4e4
4 changed files with 21 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-Install
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
Name: perl-ExtUtils-Install
Version: 2.20
Release: 0
%define cpan_name ExtUtils-Install
Summary: Install files from here to there
Name: perl-ExtUtils-Install
Version: 2.22
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Install files from here to there
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
%{perl_requires}
@@ -57,11 +55,11 @@ If this value is defined but false then such an operation has occurred, but
should not impact later operations.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -72,7 +70,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog