Remove self dependency which is temporary used to resolve compatiable during upgrade.

Signed-off-by: Wei, Qiang <qiang.wei@suse.com>
(cherry picked from commit ae9f30a38c2c781a2e0ff3b4ce842992894f9bae)
This commit is contained in:
Wei, Qiang 2022-04-18 14:57:27 +08:00 committed by openeuler-sync-bot
parent 7ebcea9b01
commit 39872cdf70

View File

@ -1,7 +1,7 @@
Name: hunspell
Summary: A spell checker and morphological analyzer library
Version: 1.7.0
Release: 10
Release: 11
URL: https://github.com/hunspell/hunspell
Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz
@ -11,7 +11,7 @@ Patch9001: 0001-Add-format-literal-string-to-resolve-g-issue-for-for.patch
License: LGPLv2+ or GPLv2+ or MPLv1.1
BuildRequires: gcc-c++ autoconf automake libtool ncurses-devel gettext-devel
BuildRequires: perl-generators words hunspell hunspell-devel
BuildRequires: perl-generators words
%ifarch %{ix86} x86_64
BuildRequires: valgrind
%endif
@ -60,9 +60,6 @@ make check
mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
%find_lang %{name}
#Include previous ABI version for temporary binary compatibility
cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir}
%ldconfig_scriptlets
%files -f %{name}.lang
@ -88,6 +85,9 @@ cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir}
%lang(hu) %{_mandir}/hu/man1/hunspell.1.gz
%changelog
* Mon Apr 18 2022 - Qiang Wei <qiang.wei@suse.com> -1.7.0-11
- Remove self dependency which is temporary used to resolve compatiable during upgrade.
* Tue Mar 8 03:10:14 UTC 2022 - Qiang Wei <qiang.wei@suse.com> -1.7.0-10
- Add format literal string to resolve g++ issue for format-security.