!2 增加构建依赖git

From: @bzg1107
Reviewed-by: @hht8,@small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-09 11:27:28 +08:00 committed by Gitee
commit dfee09d136

View File

@ -1,10 +1,11 @@
Name: hunspell-haw Name: hunspell-haw
Version: 0.03 Version: 0.03
Release: 3 Release: 4
Summary: Hawaiian hunspell dictionaries for hunspell used in OpenOffice Summary: Hawaiian hunspell dictionaries for hunspell used in OpenOffice
License: GPLv2+ License: GPLv2+
URL: https://www.spellcheck.net/hawaiian URL: https://www.spellcheck.net/hawaiian
Source: https://addons.mozilla.org/firefox/downloads/file/248540/hawaiian_spell_checker-%{version}-tb+fx+fn+sm.xpi Source: https://addons.mozilla.org/firefox/downloads/file/248540/hawaiian_spell_checker-%{version}-tb+fx+fn+sm.xpi
BuildRequires: git
Requires: hunspell Requires: hunspell
BuildArch: noarch BuildArch: noarch
Supplements: (hunspell and langpacks-haw) Supplements: (hunspell and langpacks-haw)
@ -25,5 +26,9 @@ install -Dp dictionaries/haw-US.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/haw.dic
%{_datadir}/myspell/* %{_datadir}/myspell/*
%changelog %changelog
* Mon Jun 7 2021 baizhonggui <baizhonggui@huawei.com> - 0.03-4
- Fix building error: /usr/bin/git: No such file or directory
- Add git in BuildRequires
* Sun Apr 26 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.03-3 * Sun Apr 26 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.03-3
- Package init - Package init