update version

This commit is contained in:
zhouhaibo055 2020-07-23 20:12:46 +08:00
parent 1beef8a452
commit ccda97047e
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

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