!2 Split out the gcc dependency for follow openEuler protocol

From: @bzhaoop
Reviewed-by: @zhengzhenyu
Signed-off-by: @zhengzhenyu
This commit is contained in:
openeuler-ci-bot 2021-07-27 02:04:40 +00:00 committed by Gitee
commit c216016872

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-DBD-MariaDB
Version: 1.21
Release: 1
Release: 2
Summary: MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
License: GPL+ or Artistic
Group: Development/Libraries
@ -25,6 +25,7 @@ BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl(Devel::CheckLib)
BuildRequires: mariadb-devel
BuildRequires: gcc
Requires: perl(DBI) >= 1.608
Requires: perl(strict)
Requires: perl(warnings)
@ -96,5 +97,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Mon Jul 26 2021 bzhaoop <bzhaojyathousandy@gmail.com> 1.21-2
- Refactor build requires for gcc
* Thu Jun 17 2021 Perl_Bot <Perl_Bot@openeuler.org> 1.21-1
- Specfile autogenerated by Perl_Bot