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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4a1f1c5ab94b0a10ad81e037d5a2277fb55224760ac9013b8e196cedc829148
|
||||
size 41305
|
3
ExtUtils-Install-2.22.tar.gz
Normal file
3
ExtUtils-Install-2.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33725bafbed3829d613e4c651c2e1ad120670c7d2ac5cf05f83757fc975d6ff2
|
||||
size 41656
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 03:06:57 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 19 03:06:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user