Package upgrade
(cherry picked from commit 0b06a3049b29319523482a4b47c525e694e1ba04)
This commit is contained in:
parent
bba75a3b49
commit
c4954f37bf
Binary file not shown.
BIN
Class-Tiny-1.008.tar.gz
Normal file
BIN
Class-Tiny-1.008.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%bcond_without perl_Class_Tiny_enables_optional_test
|
%bcond_without perl_Class_Tiny_enables_optional_test
|
||||||
Name: perl-Class-Tiny
|
Name: perl-Class-Tiny
|
||||||
Version: 1.006
|
Version: 1.008
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Minimalist class construction
|
Summary: Minimalist class construction
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -20,7 +20,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $versi
|
|||||||
This module offers a minimalist class construction kit in around 120 lines of code.
|
This module offers a minimalist class construction kit in around 120 lines of code.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Class-Tiny-%{version}
|
%autosetup -n Class-Tiny-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
@ -40,5 +40,8 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.008-1
|
||||||
|
- Upgrade to version 1.008
|
||||||
|
|
||||||
* Mon May 17 2021 Pengju Jiang <jiangpengju2@huawei.com> - 1.006-1
|
* Mon May 17 2021 Pengju Jiang <jiangpengju2@huawei.com> - 1.006-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user