From 60b363e0d08b36fa6019cc9067b03b135f316cf5 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Jul 04 2023 16:08:29 +0000 Subject: Drop aspell subpackage (#2218153) --- diff --git a/enchant2.spec b/enchant2.spec index cd562c1..699f511 100644 --- a/enchant2.spec +++ b/enchant2.spec @@ -6,23 +6,18 @@ Name: enchant2 Version: 2.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An Enchanting Spell Checking Library License: LGPLv2+ URL: https://github.com/AbiWord/enchant Source0: https://github.com/AbiWord/enchant/releases/download/v%{version}/enchant-%{version}.tar.gz -# Look for aspell using pkg-config, instead of AC_CHECK_LIB which adds -laspell -# to the global LIBS and over-links libenchant (#1574893) -Patch0: enchant_aspell.patch - BuildRequires: automake autoconf libtool BuildRequires: gcc-c++ BuildRequires: make BuildRequires: glib2-devel -BuildRequires: aspell-devel BuildRequires: hunspell-devel BuildRequires: libvoikko-devel %if !0%{?rhel} @@ -49,20 +44,13 @@ BuildRequires: mingw64-nuspell %endif Provides: bundled(gnulib) +Obsoletes: enchant2-aspell < 2.5.0-2 %description A library that wraps other spell checking backends. -%package aspell -Summary: Integration with aspell for libenchant -Requires: enchant2%{?_isa} = %{version}-%{release} -Supplements: (enchant2 and aspell) - -%description aspell -Libraries necessary to integrate applications using libenchant with aspell. - %if !0%{?rhel} %package nuspell Summary: Integration with Nuspell for libenchant @@ -126,7 +114,6 @@ mkdir build_native pushd build_native %define _configure ../configure %configure \ - --with-aspell \ --with-hunspell-dir=%{_datadir}/hunspell \ %if !0%{?rhel} --with-nuspell \ @@ -181,9 +168,6 @@ find %{buildroot} -name '*.la' -delete %{_mandir}/man1/* %{_datadir}/enchant-2 -%files aspell -%{_libdir}/enchant-2/enchant_aspell.so* - %if !0%{?rhel} %files nuspell %{_libdir}/enchant-2/enchant_nuspell.so* @@ -240,6 +224,9 @@ find %{buildroot} -name '*.la' -delete %changelog +* Tue Jul 04 2023 Sandro Mani - 2.5.0-2 +- Drop aspell subpackage (#2218153) + * Wed May 24 2023 Sandro Mani - 2.5.0-1 - Update to 2.5.0