Compare commits
2 Commits
master
...
openEuler-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7200c8d2dd | ||
|
|
21c9b6cb9f |
14
perl.spec
14
perl.spec
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user