Compare commits
No commits in common. "42fc51864cf71578dd54b01adf38eb8fa78089e2" and "a04779172d08d8dca27448d982b020ce3f1512f7" have entirely different histories.
42fc51864c
...
a04779172d
BIN
Test-Simple-1.302140.tar.gz
Normal file
BIN
Test-Simple-1.302140.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,19 +1,17 @@
|
||||
%define mod_name Test-Simple
|
||||
Name: perl-%{mod_name}
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 2
|
||||
Version: 1.302188
|
||||
Release: 2
|
||||
Version: 1.302140
|
||||
Release: 3
|
||||
License: (GPL+ or Artistic) and CC0 and Public Domain
|
||||
URL: https://metacpan.org/release/%{mod_name}
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Test/%{mod_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Test-Simple
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Simple-%{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)
|
||||
@ -29,10 +27,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 %{mod_name}.
|
||||
This package is the CPAN component of the dual-lifed core package Test-Simple.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{mod_name}-%{version}
|
||||
%setup -q -n Test-Simple-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
||||
@ -66,21 +64,6 @@ 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
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
version_control: metacpan
|
||||
src_repo: Test-Simple
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user