Add buildrequires make
This commit is contained in:
parent
7c19a45f8c
commit
c0604ea0f6
@ -1,7 +1,7 @@
|
||||
%define mod_name Encode-Locale
|
||||
Name: perl-%{mod_name}
|
||||
Version: 1.05
|
||||
Release: 13
|
||||
Release: 14
|
||||
Summary: Determine the interfacing encoding
|
||||
License: GPL+ or Artistic
|
||||
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(Encode) >= 2, perl(Encode::Alias), perl(Exporter), perl(strict)
|
||||
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(Encode) >= 2, perl(I18N::Langinfo), perl(warnings)
|
||||
|
||||
@ -48,6 +49,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- define mod_name to opitomize the specfile
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user