!24 Remove self dependency which is temporary used to resolve compatiable during upgrade
From: @wang--ge Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
df57d208c4
@ -1,7 +1,7 @@
|
|||||||
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: 6
|
Release: 7
|
||||||
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/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ Patch1: backport-CVE-2019-16707.patch
|
|||||||
|
|
||||||
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
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
%endif
|
%endif
|
||||||
@ -58,8 +58,6 @@ make check
|
|||||||
mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
#Include previous ABI version for temporary binary compatibility
|
|
||||||
cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir}
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -86,6 +84,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
|
||||||
|
* Mon Sep 05 2022 Ge Wang <wangge20@h-partners.com> - 1.7.0-7
|
||||||
|
- Remove self dependency which is temporary used to resolve compatiable
|
||||||
|
|
||||||
* Wed Jan 13 2021 jinzhimin <jinzhimin2@huawei.com> - 1.7.0-6
|
* Wed Jan 13 2021 jinzhimin <jinzhimin2@huawei.com> - 1.7.0-6
|
||||||
- fix CVE-2019-16707
|
- fix CVE-2019-16707
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user