!4 add gcc to BuildRequires
From: @tong_1001 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
b1b44a47dd
@ -1,7 +1,7 @@
|
|||||||
Name: perl-YAML-LibYAML
|
Name: perl-YAML-LibYAML
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.82
|
Version: 0.82
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Perl YAML Serialization using XS and libyaml
|
Summary: Perl YAML Serialization using XS and libyaml
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/YAML-LibYAML
|
URL: https://metacpan.org/release/YAML-LibYAML
|
||||||
@ -13,7 +13,7 @@ BuildRequires: perl(Exporter) perl(Scalar::Util) perl(strict) perl(warnings) pe
|
|||||||
BuildRequires: perl(B) perl(blib) perl(Carp) perl(Data::Dumper) perl(Devel::Peek) perl(Encode)
|
BuildRequires: perl(B) perl(blib) perl(Carp) perl(Data::Dumper) perl(Devel::Peek) perl(Encode)
|
||||||
BuildRequires: perl(File::Find) perl(File::Path) perl(Filter::Util::Call) perl(FindBin)
|
BuildRequires: perl(File::Find) perl(File::Path) perl(Filter::Util::Call) perl(FindBin)
|
||||||
BuildRequires: perl(IO::File) perl(IO::Pipe) perl(lib) perl(Test::Builder) perl(Test::More) >= 0.88
|
BuildRequires: perl(IO::File) perl(IO::Pipe) perl(lib) perl(Test::Builder) perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Tie::Array) perl(Tie::Hash) perl(utf8)
|
BuildRequires: perl(Tie::Array) perl(Tie::Hash) perl(utf8) gcc
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(B::Deparse)
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(B::Deparse)
|
||||||
Provides: bundled(libyaml) = 0.2.1
|
Provides: bundled(libyaml) = 0.2.1
|
||||||
|
|
||||||
@ -57,6 +57,9 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm {} \;
|
|||||||
%{_mandir}/man3/YAML::*
|
%{_mandir}/man3/YAML::*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2021 shixuantong <shixuantong@huawei.com> - 1:0.82-2
|
||||||
|
- add gcc to BuildRequires
|
||||||
|
|
||||||
* Fri Jan 29 2021 liudabo <liudabo1@huawei.com> - 1:0.82-1
|
* Fri Jan 29 2021 liudabo <liudabo1@huawei.com> - 1:0.82-1
|
||||||
- upgrade version to 0.82
|
- upgrade version to 0.82
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user