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:
parent
7ebcea9b01
commit
39872cdf70
@ -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: 10
|
Release: 11
|
||||||
URL: https://github.com/hunspell/hunspell
|
URL: https://github.com/hunspell/hunspell
|
||||||
Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz
|
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
|
License: LGPLv2+ or GPLv2+ or MPLv1.1
|
||||||
BuildRequires: gcc-c++ autoconf automake libtool ncurses-devel gettext-devel
|
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
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
%endif
|
%endif
|
||||||
@ -60,9 +60,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
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%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
|
%lang(hu) %{_mandir}/hu/man1/hunspell.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- Add format literal string to resolve g++ issue for format-security.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user