!1 package init

Merge pull request !1 from small_leek/xsl
This commit is contained in:
openeuler-ci-bot 2020-07-09 15:57:49 +08:00 committed by Gitee
commit d48a322ab2
2 changed files with 31 additions and 0 deletions

BIN
corrector_ooo3.oxt Normal file

Binary file not shown.

31
hunspell-gl.spec Normal file
View File

@ -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<wangyue92@huawei.com> - 0.20080515-18
- Package init