%prep no longer patched with git

This commit is contained in:
wang_yue111 2021-07-10 17:15:27 +08:00
parent fdcc021f3f
commit cab2e5edcf

View File

@ -1,7 +1,7 @@
Name: hunspell-ko Name: hunspell-ko
Summary: Korean hunspell dictionaries for hunspell used in OpenOffice Summary: Korean hunspell dictionaries for hunspell used in OpenOffice
Version: 0.7.0 Version: 0.7.0
Release: 6 Release: 7
Source: https://github.com/spellcheck-ko/hunspell-dict-ko/archive/%{version}.tar.gz Source: https://github.com/spellcheck-ko/hunspell-dict-ko/archive/%{version}.tar.gz
URL: https://extensions.libreoffice.org/en/extensions/show/korean-spellchecker URL: https://extensions.libreoffice.org/en/extensions/show/korean-spellchecker
License: MPLv1.1 or GPLv2 or LGPLv2 License: MPLv1.1 or GPLv2 or LGPLv2
@ -14,7 +14,7 @@ Supplements: (hunspell and langpacks-ko)
Korean hunspell dictionaries for hunspell used inOpenOffice. Korean hunspell dictionaries for hunspell used inOpenOffice.
%prep %prep
%autosetup -n hunspell-dict-ko-%{version} -p1 -S git %autosetup -n hunspell-dict-ko-%{version} -p1
%build %build
make make
@ -31,5 +31,8 @@ make test
%{_datadir}/myspell/* %{_datadir}/myspell/*
%changelog %changelog
* Sat Jul 10 2021 wangyue <wangyue92@huawei.com> - 0.7.0-7
- %prep no longer patched with git
* Sat Apr 18 2020 Jeffery.Gao <gaojianxign@huawei.com> - 0.7.0-6 * Sat Apr 18 2020 Jeffery.Gao <gaojianxign@huawei.com> - 0.7.0-6
- Package init - Package init