diff --git a/hunspell-ve.spec b/hunspell-ve.spec index 37cc80eb764796287bcd9b96a8b9381f57ad92ef..6e61f0d749b435127f6375e410202a9e667c786c 100644 --- a/hunspell-ve.spec +++ b/hunspell-ve.spec @@ -1,10 +1,10 @@ Name: hunspell-ve Summary: Dictionaries for Venda hunspell Version: 0.20091030 -Release: 16 +Release: 17 Source: https://downloads.sourceforge.net/project/aoo-extensions/3134/0/dict-ve_za-2009.10.30.oxt URL: https://extensions.openoffice.org/en/project/venda-spell-checker -License: LGPLv2+ +License: LGPL-2.0-or-later BuildArch: noarch Requires: hunspell Supplements: (hunspell and langpacks-ve) @@ -24,13 +24,16 @@ for i in README-ve_ZA.txt release-notes-ve_ZA.txt package-description.txt; do done %install -install -d $RPM_BUILD_ROOT/%{_datadir}/myspell -cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +install -d $RPM_BUILD_ROOT/%{_datadir}/hunspell +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/hunspell %files %doc README-ve_ZA.txt release-notes-ve_ZA.txt package-description.txt -%{_datadir}/myspell/* +%{_datadir}/hunspell/* %changelog +* Sun Jun 22 2025 Funda Wang - 0.20091030-17 +- change dictionary dir to hunspell + * Wed Apr 22 wutao - 0.20091030-16 - Package init