!5 添加编译依赖包 make

From: @huyubiao 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-12-20 11:37:24 +00:00 committed by Gitee
commit 2a29d7fb95
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%define mod_name Encode-Locale %define mod_name Encode-Locale
Name: perl-%{mod_name} Name: perl-%{mod_name}
Version: 1.05 Version: 1.05
Release: 13 Release: 14
Summary: Determine the interfacing encoding Summary: Determine the interfacing encoding
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/%{mod_name} URL: https://metacpan.org/release/%{mod_name}
@ -11,6 +11,7 @@ BuildRequires: findutils
BuildRequires: perl-interpreter, perl-generators, perl(ExtUtils::MakeMaker), perl(base) BuildRequires: perl-interpreter, perl-generators, perl(ExtUtils::MakeMaker), perl(base)
BuildRequires: perl(Encode) >= 2, perl(Encode::Alias), perl(Exporter), perl(strict) BuildRequires: perl(Encode) >= 2, perl(Encode::Alias), perl(Exporter), perl(strict)
BuildRequires: perl(warnings), perl(I18N::Langinfo), perl(Test::More), perl(utf8) BuildRequires: perl(warnings), perl(I18N::Langinfo), perl(Test::More), perl(utf8)
BuildRequires: make
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Encode) >= 2, perl(I18N::Langinfo), perl(warnings) Requires: perl(Encode) >= 2, perl(I18N::Langinfo), perl(warnings)
@ -48,6 +49,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Dec 20 2022 huyubiao <huyubiao@huawei.com> - 1.05-14
- Add buildrequires make
* Tue Oct 25 2022 huyubiao <huyubiao@huawei.com> - 1.05-13 * Tue Oct 25 2022 huyubiao <huyubiao@huawei.com> - 1.05-13
- define mod_name to opitomize the specfile - define mod_name to opitomize the specfile