Compare commits

..

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
42fc51864c
!9 [sync] PR-7: 【轻量级 PR】:define mod_name to opitomize the specfile
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-26 08:30:32 +00:00
zhoushuiqing
e3918e01fb define mod_name to opitomize the specfile
(cherry picked from commit 13a542c2b8c6bad3601eab6127cff622b993ee7f)
2022-10-25 15:57:30 +08:00
openeuler-ci-bot
2997aee847 !6 [sync] PR-5: Upgrade to latest version
Merge pull request !6 from openeuler-sync-bot/sync-pr5-master-to-openEuler-22.03-LTS-Next
2021-12-27 01:49:41 +00:00
Anonymous_Z
df700c4e28 upgradeversionto 1.302188
(cherry picked from commit e2a364ac671b9faf2a8dc5d012bf16a396b22782)
2021-12-24 18:56:19 +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
phanddy
a4b1cf24ae Merge branch 'master' of gitee.com:src-openeuler/perl-Test-Simple into master 2020-08-01 17:54:13 +08:00
dogsheng
0aec9d2ef3 Package init 2020-08-01 14:23:31 +08:00
openeuler-ci-bot
99a836229f !1 add yaml file in package
Merge pull request !1 from maqiang/master
2020-06-24 15:45:02 +08:00
maqiang999
0b338277a3 add yaml file in package 2020-06-12 20:19:27 +08:00
4 changed files with 29 additions and 7 deletions

Binary file not shown.

BIN
Test-Simple-1.302188.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.302140
Release: 3
Version: 1.302188
Release: 2
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
@ -64,6 +66,21 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test*
%changelog
* 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
- SUG:NA
- DESC:bump version to 1.302175
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.302167-3
- Type:enhancement
- ID:NA

5
perl-Test-Simple.yaml Normal file
View File

@ -0,0 +1,5 @@
version_control: metacpan
src_repo: Test-Simple
tag_prefix: "^v"
seperator: "."