add build require perl-File-Which
This commit is contained in:
parent
8fdce312a5
commit
47b9c441b5
@ -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 Sep 6 2021 caodongxia <caodongxia@huawei.com> - 0.08-7
|
||||
- and build require perl-File-Which
|
||||
|
||||
* 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