!3 解决perl-DBD-MariaDB的OBS工程编译失败

From: @zhangtao2020
Reviewed-by: @bzhaoop
Signed-off-by: @bzhaoop
This commit is contained in:
openeuler-ci-bot 2021-08-09 01:48:29 +00:00 committed by Gitee
commit 1502b03382

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: perl-DBD-MariaDB Name: perl-DBD-MariaDB
Version: 1.21 Version: 1.21
Release: 2 Release: 3
Summary: MariaDB and MySQL driver for the Perl5 Database Interface (DBI) Summary: MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -9,6 +9,7 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/DBD-MariaDB/ URL: http://search.cpan.org/dist/DBD-MariaDB/
Source0: http://www.cpan.org/authors/id/P/PA/PALI/DBD-MariaDB-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/P/PA/PALI/DBD-MariaDB-%{version}.tar.gz
BuildRequires: perl >= 0:5.008001 BuildRequires: perl >= 0:5.008001
BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(bigint) BuildRequires: perl(bigint)
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Dumper)
@ -97,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Sat 7 Aug 2021 zhangtao2020 <zhangtao221@huawei.com> 1.21-3
- fix build error
* Mon Jul 26 2021 bzhaoop <bzhaojyathousandy@gmail.com> 1.21-2 * Mon Jul 26 2021 bzhaoop <bzhaojyathousandy@gmail.com> 1.21-2
- Refactor build requires for gcc - Refactor build requires for gcc