diff --git a/hunspell-oc.spec b/hunspell-oc.spec index f40067120edef45342ed613d86bc833f39a6e1f1..0fed6704c9927d3d3ac80ccd11b54dac5dad5a5d 100644 --- a/hunspell-oc.spec +++ b/hunspell-oc.spec @@ -1,10 +1,10 @@ Name: hunspell-oc Summary: Occitan hunspell dictionaries for spell check Version: 0.6.2 -Release: 4 +Release: 5 Source: https://addons.mozilla.org/firefox/downloads/file/233710/correcteur_occitan_languedocien-%{version}-tb+sm+fx.xpi URL: https://addons.mozilla.org/en-US/firefox/addon/8235 -License: GPLv3+ +License: GPL-3.0-or-later BuildArch: noarch BuildRequires: redland @@ -22,15 +22,18 @@ rdfproc -s file hunspell-oc parse install.rdf rdfproc -s file hunspell-oc print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS %install -install -d $RPM_BUILD_ROOT/%{_datadir}/myspell -install -Dp dictionaries/oc-FR.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/oc_FR.aff -install -Dp dictionaries/oc-FR.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/oc_FR.dic +install -d $RPM_BUILD_ROOT/%{_datadir}/hunspell +install -Dp dictionaries/oc-FR.aff $RPM_BUILD_ROOT/%{_datadir}/hunspell/oc_FR.aff +install -Dp dictionaries/oc-FR.dic $RPM_BUILD_ROOT/%{_datadir}/hunspell/oc_FR.dic %files %doc CREDITS -%{_datadir}/myspell/* +%{_datadir}/hunspell/* %changelog +* Sun Jun 22 2025 Funda Wang - 0.6.2-5 +- change dictionary dir to hunspell + * Fri Jul 12 2024 wulei - 0.6.2-4 - Fix build failed