From c4c1263a0ac2470c14099732e8c9a41ac3ecffee Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 22 Jun 2025 16:50:51 +0800 Subject: [PATCH] change dictionary dir to hunspell --- hunspell-ve.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/hunspell-ve.spec b/hunspell-ve.spec index 37cc80e..6e61f0d 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 -- Gitee