From f868f870a40a048bb7f99031277546816a93b630 Mon Sep 17 00:00:00 2001 From: zhangtao2020 <18066722603@163.com> Date: Sat, 7 Aug 2021 16:13:55 +0800 Subject: [PATCH] fix build error --- perl-PerlIO-utf8_strict.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-PerlIO-utf8_strict.spec b/perl-PerlIO-utf8_strict.spec index f8282c4..1a502c9 100644 --- a/perl-PerlIO-utf8_strict.spec +++ b/perl-PerlIO-utf8_strict.spec @@ -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 - 0.008-3 +- fix build error + * Sat Jul 10 2021 wangyue - 0.008-2 - Add gcc to build dependency