Compare commits

...

2 Commits

Author SHA1 Message Date
openeuler-ci-bot
7200c8d2dd !22 fix perl build error
From: @weiwei_150212
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-03-04 19:32:50 +08:00
liudabo
21c9b6cb9f fix perl build error 2021-03-04 17:28:28 +08:00

View File

@ -22,7 +22,7 @@ Name: perl
License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT and UCD and Public Domain and BSD License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT and UCD and Public Domain and BSD
Epoch: 4 Epoch: 4
Version: %{perl_version} Version: %{perl_version}
Release: 2 Release: 3
Summary: A highly capable, feature-rich programming language Summary: A highly capable, feature-rich programming language
Url: https://www.perl.org/ Url: https://www.perl.org/
Source0: https://www.cpan.org/src/5.0/%{name}-%{version}.tar.xz Source0: https://www.cpan.org/src/5.0/%{name}-%{version}.tar.xz
@ -198,11 +198,11 @@ done
%check %check
%{perl_new} -I/lib regen/lib_cleanup.pl %{perl_new} -I/lib regen/lib_cleanup.pl
cd t pushd t
%{perl_new} -I../lib porting/customized.t --regen %{perl_new} -I../lib porting/customized.t --regen
cd - popd
TEST_JOBS=$(echo %{?_smp_mflags} | sed 's/.*-j\([0-9][0-9]*\).*/\1/') \ TEST_JOBS=$(echo %{?_smp_mflags} | sed 's/.*-j\([0-9][0-9]*\).*/\1/') \
make test_harness LC_ALL=C make test_harness
%ldconfig_scriptlets %ldconfig_scriptlets
@ -483,6 +483,12 @@ make test_harness
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Mar 4 2021 tianwei <tianwei12@huawei.com> - 4:5.32.0-3
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:perl build error
* Mon Aug 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 4:5.32.0-2 * Mon Aug 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 4:5.32.0-2
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA