Fix build test error

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-07-25 11:32:19 +08:00
parent 493d28b3d9
commit f8472aae87

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-FFI-CheckLib
Version: 0.31
Release: 1
Release: 2
Summary: FFI::CheckLib Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -14,7 +14,7 @@ BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(:VERSION) >= 5.6
BuildRequires: perl(Test2::V0) >= 0.000060
BuildRequires: perl(File::Which)
%description
This Perl module checks whether a particular dynamic library is available for
@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Tue Jul 25 2023 xu_ping <707078654@qq.com> - 0.31-2
- fix build test error
* Wed Jul 19 2023 leeffo <liweiganga@uniontech.com> - 0.31-1
- upgrade to version 0.31