From 88e55c2962e5c56946b86d12c1dba70efe9b7392 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 22 Jun 2025 16:19:20 +0800 Subject: [PATCH] change dictionary dir to hunspell --- hunspell-ky.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/hunspell-ky.spec b/hunspell-ky.spec index 498b606..47de3ca 100644 --- a/hunspell-ky.spec +++ b/hunspell-ky.spec @@ -1,12 +1,12 @@ Name: hunspell-ky Summary: Kirghiz hunspell dictionaries for hunspell used of OpenOffice Version: 0.20090415 -Release: 19 +Release: 20 Source: http://ftp.gnu.org/gnu/aspell/dict/ky/aspell6-ky-0.01-0.tar.bz2 URL: https://aur.archlinux.org/packages/aspell6-ky/ -License: GPLv2+ +License: GPL-2.0-or-later BuildArch: noarch -BuildRequires: aspell, hunspell-devel, +BuildRequires: aspell, hunspell-devel Requires: hunspell Supplements: (hunspell and langpacks-ky) @@ -24,14 +24,18 @@ wordlist2hunspell kirghiz.wordlist ky_KG install -p ky_affix.dat ky_KG.aff %install -install -d $RPM_BUILD_ROOT/%{_datadir}/myspell -install -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +install -d $RPM_BUILD_ROOT/%{_datadir}/hunspell +install -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/hunspell %files -%doc COPYING Copyright README doc/Crawler.txt -%{_datadir}/myspell/* +%license COPYING Copyright +%doc README doc/Crawler.txt +%{_datadir}/hunspell/* %changelog +* Sun Jun 22 2025 Funda Wang - 0.20090415-20 +- change dictionary dir to hunspell + * Fri Jul 30 2021 chenyanpanHW - 0.20090415-19 - DESC: delete -S git from %autosetup, and delete BuildRequires git -- Gitee