Compare commits
11 Commits
a4b1cf24ae
...
a41c5548e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a41c5548e7 | ||
|
|
af1571d1f4 | ||
|
|
651c3e5cba | ||
|
|
549570f028 | ||
|
|
9d9eef86f4 | ||
|
|
13a542c2b8 | ||
|
|
9104e36f28 | ||
|
|
e2a364ac67 | ||
|
|
9f827f1161 | ||
|
|
5a2c2048da | ||
|
|
28c4b66019 |
Binary file not shown.
BIN
Test-Simple-1.302198.tar.gz
Normal file
BIN
Test-Simple-1.302198.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.302175
|
Version: 1.302198
|
||||||
Release: 1
|
Release: 1
|
||||||
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
|
||||||
@ -41,7 +43,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
|||||||
%{_fixperms} %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test AUTHOR_TESTING=0
|
make test AUTHOR_TESTING=1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -64,6 +66,21 @@ make test AUTHOR_TESTING=0
|
|||||||
%{_mandir}/man3/Test*
|
%{_mandir}/man3/Test*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 22 2020 dingyue <dingyue5@huawei.com> - 1.302175-1
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user