fixes failed: perl command not found

This commit is contained in:
wu-leilei 2021-06-16 10:42:43 +08:00
parent a960ff7b72
commit c3072f3a10

View File

@ -3,14 +3,14 @@
Name: perl-Test-File Name: perl-Test-File
Version: 1.44.3 Version: 1.44.3
Release: 8 Release: 9
Summary: A Perl module which provides test functions to check file attributes and data Summary: A Perl module which provides test functions to check file attributes and data
License: Artistic License 2.0 or GPL+ License: Artistic License 2.0 or GPL+
URL: https://metacpan.org/release/Test-File URL: https://metacpan.org/release/Test-File
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.443.tar.gz Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.443.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: make perl
%if %{with test} %if %{with test}
BuildRequires: perl-Test-utf8 BuildRequires: perl-Test-utf8
%endif %endif
@ -45,6 +45,9 @@ make test
%{_mandir}/man3/Test::File.3* %{_mandir}/man3/Test::File.3*
%changelog %changelog
* Wed Jun 16 2021 wulei <wulei80@huawei.com> - 1.44.3-9
- fixes failed: perl command not found
* Mon Aug 17 2020 lingsheng <lingsheng@huawei.com> - 1.44.3-8 * Mon Aug 17 2020 lingsheng <lingsheng@huawei.com> - 1.44.3-8
- Fix build fail - Fix build fail