!3 修复编译问题

From: @mywaaagh_admin 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2023-02-15 08:23:55 +00:00 committed by Gitee
commit 264fc74f4d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: perl-Event
Version: 1.28
Release: 1
Release: 2
Summary: Event loop processing
License: GPL-1.0-only or Artistic-1.0-Perl
Group: Development/Libraries
URL: http://search.cpan.org/dist/Event/
Source0: http://www.cpan.org/authors/id/E/ET/ETJ/Event-%{version}.tar.gz
BuildRequires: perl >= 0:5.008000
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test) >= 1
@ -71,5 +72,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Wed Feb 15 2023 lichaoran <pkwarcraft@hotmail.com> 1.28-2
- add perl-devel as BuildRequires
* Sun May 23 2021 Perl_Bot <Perl_Bot@openeuler.org> 1.28-1
- Specfile autogenerated by Perl_Bot