32 lines
841 B
RPMSpec
32 lines
841 B
RPMSpec
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
|