!3 解决perl-PerlIO-utf8_strict 的OBS工程编译失败

From: @zhangtao2020
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-08-09 01:00:15 +00:00 committed by Gitee
commit 93cd029753

View File

@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: perl-PerlIO-utf8_strict
Version: 0.008
Release: 2
Release: 3
Summary: Fast and correct UTF-8 IO
License: Perl_5
Group: Development/Libraries
URL: http://search.cpan.org/dist/PerlIO-utf8_strict/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
BuildRequires: perl >= 0:5.008
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Sat 7 Aug 2021 zhangtao2020 <zhangtao221@huawei.com> - 0.008-3
- fix build error
* Sat Jul 10 2021 wangyue <wangyu92@huawei.com> - 0.008-2
- Add gcc to build dependency