Compare commits
11 Commits
a04779172d
...
42fc51864c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42fc51864c | ||
|
|
e3918e01fb | ||
|
|
2997aee847 | ||
|
|
df700c4e28 | ||
|
|
9f827f1161 | ||
|
|
5a2c2048da | ||
|
|
28c4b66019 | ||
|
|
a4b1cf24ae | ||
|
|
0aec9d2ef3 | ||
|
|
99a836229f | ||
|
|
0b338277a3 |
Binary file not shown.
BIN
Test-Simple-1.302188.tar.gz
Normal file
BIN
Test-Simple-1.302188.tar.gz
Normal file
Binary file not shown.
@ -1,17 +1,19 @@
|
|||||||
Name: perl-Test-Simple
|
%define mod_name Test-Simple
|
||||||
|
Name: perl-%{mod_name}
|
||||||
Summary: Basic utilities for writing tests
|
Summary: Basic utilities for writing tests
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.302140
|
Version: 1.302188
|
||||||
Release: 3
|
Release: 2
|
||||||
License: (GPL+ or Artistic) and CC0 and Public Domain
|
License: (GPL+ or Artistic) and CC0 and Public Domain
|
||||||
URL: https://metacpan.org/release/Test-Simple
|
URL: https://metacpan.org/release/%{mod_name}
|
||||||
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/Test/%{mod_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: coreutils, make
|
BuildRequires: coreutils, make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
|
BuildRequires: perl(Term::Table)
|
||||||
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
|
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
|
||||||
Requires: perl(Data::Dumper)
|
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
|
This package provides the bulk of the core testing facilities. For more
|
||||||
information, see perldoc for Test::Simple, Test::More, etc.
|
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
|
%prep
|
||||||
%setup -q -n Test-Simple-%{version}
|
%setup -q -n %{mod_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
||||||
@ -64,6 +66,21 @@ make test AUTHOR_TESTING=1
|
|||||||
%{_mandir}/man3/Test*
|
%{_mandir}/man3/Test*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.302167-3
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
5
perl-Test-Simple.yaml
Normal file
5
perl-Test-Simple.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: metacpan
|
||||||
|
src_repo: Test-Simple
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user