Package init

This commit is contained in:
dogsheng 2019-12-25 16:03:30 +08:00
parent e6cacb632a
commit 5c945c0e8e

View File

@ -1,16 +1,15 @@
Name: perl-Test-Harness
Epoch: 1
Version: 3.43_01
Release: 1
Release: 2
Summary: Run Perl standard test scripts with statistics
License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-Harness
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make
BuildRequires: make perl
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
@ -37,6 +36,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{_fixperms} %{buildroot}/*
%check
make test
@ -54,5 +54,11 @@ make test
%{_mandir}/man3/*
%changelog
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.43_01-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:change mod of files
* Thu Aug 29 2019 hexiaowen <hexiaowen@huawei.com> - 3.43_01-1
- Package init