Recommend enchant2-aspell if enchant2 and aspell are both installed
This commit is contained in:
parent
e55ebba837
commit
6bf57eeef8
@ -1,6 +1,6 @@
|
|||||||
Name: enchant2
|
Name: enchant2
|
||||||
Version: 2.2.15
|
Version: 2.2.15
|
||||||
Release: 4%{?snap}%{?dist}
|
Release: 5%{?snap}%{?dist}
|
||||||
Summary: An Enchanting Spell Checking Library
|
Summary: An Enchanting Spell Checking Library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -33,6 +33,7 @@ A library that wraps other spell checking backends.
|
|||||||
%package aspell
|
%package aspell
|
||||||
Summary: Integration with aspell for libenchant
|
Summary: Integration with aspell for libenchant
|
||||||
Requires: enchant2%{?_isa} = %{version}-%{release}
|
Requires: enchant2%{?_isa} = %{version}-%{release}
|
||||||
|
Supplements: (enchant2 and aspell)
|
||||||
|
|
||||||
%description aspell
|
%description aspell
|
||||||
Libraries necessary to integrate applications using libenchant with aspell.
|
Libraries necessary to integrate applications using libenchant with aspell.
|
||||||
@ -124,6 +125,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 06 2021 Peter Oliver <rpm@mavit.org.uk> - 2.2.15-5
|
||||||
|
- Recommend enchant2-aspell if enchant2 and aspell are both installed.
|
||||||
|
|
||||||
* Mon Feb 08 2021 Kalev Lember <klember@redhat.com> - 2.2.15-4
|
* Mon Feb 08 2021 Kalev Lember <klember@redhat.com> - 2.2.15-4
|
||||||
- Disable nuspell support for RHEL (#1925839)
|
- Disable nuspell support for RHEL (#1925839)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user