diff --git a/fijian_spelling_dictionary-1.2-fx+tb+sm.xpi b/fijian_spelling_dictionary-1.2-fx+tb+sm.xpi new file mode 100644 index 0000000..bdc7dbe Binary files /dev/null and b/fijian_spelling_dictionary-1.2-fx+tb+sm.xpi differ diff --git a/hunspell-fj.spec b/hunspell-fj.spec new file mode 100644 index 0000000..9313f3e --- /dev/null +++ b/hunspell-fj.spec @@ -0,0 +1,32 @@ +Name: hunspell-fj +Version: 1.2 +Release: 17 +Summary: Fijian hunspell dictionaries +License: LGPLv2+ or GPLv2+ or MPLv1.1 +URL: http://www.iosn.net/pacific-islands/usp-microgrants/fijian-spellchecker +Source: https://addons.mozilla.org/firefox/downloads/file/84397/fijian_spelling_dictionary-%{version}-fx+tb+sm.xpi +BuildArch: noarch +BuildRequires: hunspell-devel dos2unix +Requires: hunspell +Supplements: (hunspell and langpacks-fj) +%description +hunspell dictionaries for Fijian. + +%prep +%autosetup -c -p1 + +%build +cd dictionaries +dos2unix README_fj_FJ.txt +chmod -x fj_FJ.* + +%install +install -Dp dictionaries/fj_FJ.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/fj.dic +install -Dp dictionaries/fj_FJ.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/fj.aff +%files +%doc dictionaries/README_fj_FJ.txt +%{_datadir}/myspell/* + +%changelog +* Mon Apr 27 2020 yanan li - 1.2-17 +- Package init