!4 upgrade version to 2.20

From: @xinyingchao
Reviewed-by: @myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2021-02-03 14:28:00 +08:00 committed by Gitee
commit fc7f57cf4e
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: perl-ExtUtils-Install
Version: 2.16
Version: 2.20
Release: 1
Summary: Install Perl files from here to there
License: GPL+ or Artistic
URL: https://metacpan.org/release/ExtUtils-Install
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-2.16.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils make
BuildRequires: perl-interpreter perl-generators
@ -34,7 +34,7 @@ Requires: man
Man pages and other related documents for %{name}.
%prep
%autosetup -n ExtUtils-Install-2.16 -p1
%autosetup -n ExtUtils-Install-%{version} -p1
rm -rf t/lib/Test
sed -i -e '/^t\/lib\/Test\//d' MANIFEST
@ -57,6 +57,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jan 29 2021 yuanxin <yuanxin24@huawei.com> - 2.20-1
- upgrade version to 2.20
* Wed Jul 23 2020 xinghe <xinghe1@huawei.com> - 2.16-1
- update version to 2.16