Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
a41c5548e7
!13 upgrade version to 1.302198
From: @xujing99 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2024-01-17 06:33:53 +00:00
xujing
af1571d1f4 upgrade version to 1.302198 2024-01-17 14:19:43 +08:00
openeuler-ci-bot
651c3e5cba
!11 update version to 1.302195
From: @yangmingtaip 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-08-03 08:08:33 +00:00
yangmingtaip
549570f028 upgrade version to 1.302195 2023-08-03 14:39:58 +08:00
openeuler-ci-bot
9d9eef86f4
!7 【轻量级 PR】:define mod_name to opitomize the specfile
From: @ZhouShuiQing 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-10-25 07:57:10 +00:00
zhoushuiqing
13a542c2b8
define mod_name to opitomize the specfile 2022-10-25 03:03:16 +00:00
openeuler-ci-bot
9104e36f28 !5 Upgrade to latest version
From: @run-is-pig
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-11-22 10:41:37 +00:00
Anonymous_Z
e2a364ac67 upgradeversionto 1.302188 2021-11-22 11:07:28 +08:00
openeuler-ci-bot
9f827f1161 !3 Fix test error
Merge pull request !3 from phanddy/master
2020-08-19 16:39:59 +08:00
weiwei_150212
5a2c2048da Fix test case error 2020-08-18 09:19:38 +08:00
openeuler-ci-bot
28c4b66019 !2 update to 1.302175
Merge pull request !2 from phanddy/master
2020-08-01 17:58:38 +08:00
3 changed files with 24 additions and 7 deletions

Binary file not shown.

BIN
Test-Simple-1.302198.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,19 @@
Name: perl-Test-Simple
%define mod_name Test-Simple
Name: perl-%{mod_name}
Summary: Basic utilities for writing tests
Epoch: 2
Version: 1.302175
Version: 1.302198
Release: 1
License: (GPL+ or Artistic) and CC0 and Public Domain
URL: https://metacpan.org/release/Test-Simple
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/modules/by-module/Test/%{mod_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils, make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(Term::Table)
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
Requires: perl(Data::Dumper)
@ -27,10 +29,10 @@ Provides: perl-Test2 = %{version}-%{release}
This package provides the bulk of the core testing facilities. For more
information, see perldoc for Test::Simple, Test::More, etc.
This package is the CPAN component of the dual-lifed core package Test-Simple.
This package is the CPAN component of the dual-lifed core package %{mod_name}.
%prep
%setup -q -n Test-Simple-%{version}
%setup -q -n %{mod_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
@ -41,7 +43,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%{_fixperms} %{buildroot}/*
%check
make test AUTHOR_TESTING=0
make test AUTHOR_TESTING=1
%files
%defattr(-,root,root)
@ -64,6 +66,21 @@ make test AUTHOR_TESTING=0
%{_mandir}/man3/Test*
%changelog
* Wed Jan 17 2024 xujing <xujing125@huawei.com> - 2:1.302198-1
- upgrade version to 1.302198
* Thu Aug 3 2023 yangmingtai <yangmingtai@huawei.com> - 2:1.302195-1
- upgrade version to 1.302195
* Tue Oct 25 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 1.302188-2
- define mod_name to opitomize the specfile
* Mon Nov 22 2021 liudabo <liudabo1@huawei.com> - 1.302188-1
- upgrade version to 1.302188
* Tue Aug 11 2020 dingyue <dingyue5@huawei.com> - 1.302175-2
- Fix test case error.
* Wed Jul 22 2020 dingyue <dingyue5@huawei.com> - 1.302175-1
- Type:enhancement
- ID:NA