From 0b1c5ec116b9e47528d0cc9460842d55b21d50ce Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Wed, 28 Jun 2023 10:13:05 +0000 Subject: [PATCH] Deprecated package This package is being deprecated since Fedora 39 FESCo approval is located here: https://pagure.io/fesco/issue/3009 Change proposal is located here: https://fedoraproject.org/wiki/Changes/AspellDeprecation Resolves: #2210277 --- aspell.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/aspell.spec b/aspell.spec index 4f558b8..6dba001 100644 --- a/aspell.spec +++ b/aspell.spec @@ -18,6 +18,14 @@ Patch1: aspell-0.60.7-pspell_conf.patch Patch2: aspell-0.60.7-mp.patch Patch3: aspell-0.60.8-CVE-2019-25051.patch +# IMPORTANT +# This package has been deprecated since Fedora 39 +# The reason behind this is that upstream has been inactive for more than 4 years +# and there are other variants like hunspell or enchant which has active upstream +# FESCo approval is located here: https://pagure.io/fesco/issue/3009 +# Change proposal is located here: https://fedoraproject.org/wiki/Changes/AspellDeprecation +Provides: deprecated() + BuildRequires: gcc-c++ BuildRequires: chrpath, gettext, ncurses-devel, pkgconfig, perl-interpreter BuildRequires: make @@ -37,6 +45,9 @@ Summary: Libraries and header files for Aspell development Requires: %{name} = %{epoch}:%{version}-%{release} Requires: pkgconfig +# For details, see above +Provides: deprecated() + %description devel The aspell-devel package includes libraries and header files needed for Aspell development.