!13 修复由于缺少编译依赖perl(File::Which)导致%check失败
From: @cherry530 Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
d6017543c1
@ -1,7 +1,7 @@
|
||||
%{bcond_with perl_File_BaseDir_enables_xdg_user_dirs}
|
||||
Name: perl-File-BaseDir
|
||||
Version: 0.08
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: Use the Freedesktop.org base directory specification
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/File-BaseDir
|
||||
@ -10,6 +10,7 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: findutils make perl-interpreter perl-generators perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Module::Build::Compat) perl(Test::More)
|
||||
BuildRequires: perl(File::Which)
|
||||
%if %{with perl_File_BaseDir_enables_xdg_user_dirs}
|
||||
BuildRequires: xdg-user-dirs
|
||||
%endif
|
||||
@ -72,6 +73,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 15 2021 xu_ping <xuping33@huawei.com> - 0.08-7
|
||||
- Add Buildrequires perl(File::Which) to fix testcase failed.
|
||||
|
||||
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.08-6
|
||||
- build without perl_File_BaseDir_enables_xdg_user_dirs
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user