fix build error

This commit is contained in:
zhangtao2020 2021-08-07 16:11:55 +08:00
parent c216016872
commit c1989f607a

View File

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