update to 2.8.4 [release 2.8.4-1mamba;Mon May 12 2025]

This commit is contained in:
2025-05-13 07:12:41 +02:00
parent 44d8abc549
commit bd773e69ea

View File

@@ -1,14 +1,14 @@
%define libname libenchant
Name: enchant
Version: 2.8.2
Version: 2.8.4
Release: 1mamba
Summary: An Enchanting Spell Checking Library
Group: Applications/Spelling Checker
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://abiword.github.io/enchant/
URL: http://rrthomas.github.io/enchant/
Source: https://github.com/AbiWord/enchant/releases/download/v%{version}/enchant-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
@@ -83,7 +83,6 @@ Libraries necessary to integrate applications using libenchant with voikko.
# Build Zemberek backend: yes
# Build a relocatable library: no
%debug_package
%prep
%setup -q
@@ -99,8 +98,6 @@ Libraries necessary to integrate applications using libenchant with voikko.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@@ -142,6 +139,9 @@ Libraries necessary to integrate applications using libenchant with voikko.
%{_libdir}/enchant-2/enchant_voikko.*
%changelog
* Mon May 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.4-1mamba
- update to 2.8.4
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 2.8.2-1mamba
- automatic version update by autodist