Package init
This commit is contained in:
parent
70380e252b
commit
0aec9d2ef3
Binary file not shown.
BIN
Test-Simple-1.302175.tar.gz
Normal file
BIN
Test-Simple-1.302175.tar.gz
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
Name: perl-Test-Simple
|
Name: perl-Test-Simple
|
||||||
Summary: Basic utilities for writing tests
|
Summary: Basic utilities for writing tests
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.302140
|
Version: 1.302175
|
||||||
Release: 2
|
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/Test-Simple
|
||||||
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz
|
||||||
@ -38,9 +38,10 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test AUTHOR_TESTING=1
|
make test AUTHOR_TESTING=0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -63,6 +64,18 @@ make test AUTHOR_TESTING=1
|
|||||||
%{_mandir}/man3/Test*
|
%{_mandir}/man3/Test*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:change mod of files
|
||||||
|
|
||||||
* Mon Sep 23 2019 shenyangyang<shenyangyang4@huawei.com> - 1.302167-2
|
* Mon Sep 23 2019 shenyangyang<shenyangyang4@huawei.com> - 1.302167-2
|
||||||
- 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