update source0

This commit is contained in:
zzm_567 2020-09-08 14:56:40 +08:00 committed by x30007275
parent c010bb6400
commit d81b20cc3b
2 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,9 @@
Name: hunspell Name: hunspell
Summary: A spell checker and morphological analyzer library Summary: A spell checker and morphological analyzer library
Version: 1.7.0 Version: 1.7.0
Release: 5 Release: 6
URL: https://github.com/hunspell/hunspell URL: https://github.com/hunspell/hunspell
Source: https://github.com/hunspell/hunspell/archive/%{name}-%{version}.tar.gz Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz
License: LGPLv2+ or GPLv2+ or MPLv1.1 License: LGPLv2+ or GPLv2+ or MPLv1.1
BuildRequires: gcc-c++ autoconf automake libtool ncurses-devel gettext BuildRequires: gcc-c++ autoconf automake libtool ncurses-devel gettext
BuildRequires: perl-generators words hunspell hunspell-devel gdb BuildRequires: perl-generators words hunspell hunspell-devel gdb
@ -83,6 +83,9 @@ cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir}
%lang(hu) %{_mandir}/hu/man1/hunspell.1.gz %lang(hu) %{_mandir}/hu/man1/hunspell.1.gz
%changelog %changelog
* Tue Sep 08 2020 zhanzhimin <zhanzhimin@huawei.com> - 1.7.0-6
- update source
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 1.7.0.5 * Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 1.7.0.5
- bugfix about make check - bugfix about make check