diff --git a/perl-String-Approx.spec b/perl-String-Approx.spec index b39e774527b593e98957f89ca3dff14cc8b401fb..4530d4b267a8495b6f822d83499c9fb6f5d2d47c 100644 --- a/perl-String-Approx.spec +++ b/perl-String-Approx.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-String-Approx Version: 3.28 -Release: 1 +Release: 2 Summary: Perl extension for approximate matching (fuzzy matching) License: LGPLv2+ or Artistic-1.0-Perl Group: Development/Libraries @@ -10,6 +10,8 @@ Source0: http://www.cpan.org/authors/id/J/JH/JHI/String-Approx-%{version} BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +BuildRequires: perl-devel + Requires: perl(Test::More) %description String::Approx lets you match and substitute strings approximately. With @@ -75,5 +77,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Dec 15 2023 ChenYanpan - 3.28-2 +- Add BuildRequires perl-devel, for fixing build failed + * Sun May 23 2021 Perl_Bot 3.28-1 - Specfile autogenerated by Perl_Bot