switch to using enchant2 (#2121993)
This commit is contained in:
parent
1278e8bcd2
commit
c903e2a9dc
@ -1,11 +1,8 @@
|
||||
# Work around a problem with libenchant versioning
|
||||
# (python-enchant-1.3.1 failed to work with enchant-1.4.2-2.fc10)
|
||||
%global enchant_dep enchant >= 1.5.0
|
||||
%global srcname enchant
|
||||
|
||||
Name: python-enchant
|
||||
Version: 3.2.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Python bindings for Enchant spellchecking library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -26,7 +23,7 @@ Summary: Python 3 bindings for Enchant spellchecking library
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
Requires: %{enchant_dep}
|
||||
Requires: enchant2
|
||||
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
@ -75,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/share
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 28 2022 Jens Petersen <petersen@redhat.com> - 3.2.2-5
|
||||
- switch to using enchant2 (#2121993)
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user