upgrade to 1.002002

This commit is contained in:
Yangyang Shen 2020-07-27 21:59:34 +08:00
parent e6fd91b8e8
commit bef3fe44f9
3 changed files with 10 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: perl-Exporter-Tiny
Version: 1.002001
Release: 5
Version: 1.002002
Release: 1
Summary: An exporter with the features of Sub::Exporter but only core dependencies
License: GPL+ or Artistic
URL: https://metacpan.org/release/Exporter-Tiny
Source0: https://cpan.metacpan.org/modules/by-module/Exporter/Exporter-Tiny-1.002001.tar.gz
Source0: https://cpan.metacpan.org/modules/by-module/Exporter/Exporter-Tiny-1.002002.tar.gz
BuildArch: noarch
BuildRequires: coreutils findutils make
BuildRequires: perl-generators perl-interpreter
@ -27,7 +27,7 @@ done through the @EXPORT, @EXPORT_OK and %%EXPORT_TAGS package variables.
%package_help
%prep
%autosetup -n Exporter-Tiny-1.002001 -p1
%autosetup -n Exporter-Tiny-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
@ -50,6 +50,12 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Jul 27 2020 shenyangyang <shenyangyang4@huawei.com> - 1.002002-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 1.002002
* Sat Oct 26 2019 shenyangyang <shenyangyang4@huawei.com> - 1.002001-5
- Type:enhancement
- ID:NA