diff --git a/hunspell-ast.spec b/hunspell-ast.spec index 8fdb82ffc7b689f565d259a4549941d1aacb14f6..1f7a2df39c6481bb5dfc939d0aaaf79af1333ea0 100644 --- a/hunspell-ast.spec +++ b/hunspell-ast.spec @@ -2,11 +2,11 @@ Name: hunspell-ast Summary: Asturian hunspell dictionaries used in OpenOffice Epoch: 1 Version: 2.8 -Release: 1 +Release: 2 # actual link is %{Source}/download Source: https://extensions.libreoffice.org/assets/downloads/340/1717185915/ort-ast-20240531.oxt URL: http://softastur.org/ -License: GPLv3+ +License: GPL-3.0-or-later BuildArch: noarch Requires: hunspell @@ -22,16 +22,19 @@ Asturian hunspell dictionaries used in OpenOffice. chmod -x dictionaries/* %install -install -d $RPM_BUILD_ROOT/%{_datadir}/myspell -install -Dp dictionaries/ast.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ast_ES.aff -install -Dp dictionaries/ast.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ast_ES.dic +install -d $RPM_BUILD_ROOT/%{_datadir}/hunspell +install -Dp dictionaries/ast.aff $RPM_BUILD_ROOT/%{_datadir}/hunspell/ast_ES.aff +install -Dp dictionaries/ast.dic $RPM_BUILD_ROOT/%{_datadir}/hunspell/ast_ES.dic %files -%doc licenses/license-en.txt licenses/license-ast.txt -%{_datadir}/myspell/* +%license licenses/license-en.txt licenses/license-ast.txt +%{_datadir}/hunspell/* %changelog +* Sun Jun 22 2025 Funda Wang - 1:2.8-2 +- change dictionary dir to hunspell + * Thu Aug 01 2024 wulei - 1:2.8-1 - Update package to version 2.8