diff --git a/corrector_ooo3.oxt b/corrector_ooo3.oxt new file mode 100644 index 0000000..30a692a Binary files /dev/null and b/corrector_ooo3.oxt differ diff --git a/hunspell-gl.spec b/hunspell-gl.spec new file mode 100644 index 0000000..8344ac5 --- /dev/null +++ b/hunspell-gl.spec @@ -0,0 +1,31 @@ +Name: hunspell-gl +Summary: Galician hunspell dictionaries.RAG/ILG normative. +Version: 0.20080515 +Release: 18 +Source: https://downloads.sourceforge.net/project/aoo-extensions/800/2/corrector_ooo3.oxt +URL: http://wiki.mancomun.org/index.php/Corrector_ortogr%C3%A1fico_para_OpenOffice.org#Descrici.C3.B3n +License: GPLv2 +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-gl) + +%description +Galician hunspell dictionaries.RAG/ILGnormative. + +%prep +%autosetup -c -n hunspell-gl -p1 + +%build + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p dictionaries/*.dic dictionaries/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc dictionaries/README-gl-ES.txt +%{_datadir}/myspell/* + +%changelog +* Tue Apr 14 2020 wangyue - 0.20080515-18 +- Package init