31 lines
972 B
RPMSpec
31 lines
972 B
RPMSpec
Name: hunspell-qu
|
|
Version: 0.9
|
|
Release: 15
|
|
Summary: Quechua Ecuador hunspell dictionaries for hunspell used in OpenOffice
|
|
License: AGPLv3
|
|
URL: http://extensions.services.openoffice.org/project/KichwaSpellchecker
|
|
Source: https://sourceforge.net/projects/aoo-extensions/files/2121/8/qu_EC-0.9.oxt
|
|
Requires: hunspell
|
|
BuildArch: noarch
|
|
Supplements: (hunspell and langpacks-qu)
|
|
|
|
%description
|
|
Quechua Ecuador hunspell dictionaries for hunspell used in OpenOffice.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-qu-%{version} -p1 -S git
|
|
|
|
%build
|
|
|
|
%install
|
|
install -Dp qu_EC.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/qu_EC.aff
|
|
install -Dp qu_EC.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/qu_EC.dic
|
|
|
|
%files
|
|
%doc CURRENTVERSION.txt README.txt REVISION.txt LICENSE.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Sun Apr 26 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.9-15
|
|
- Package init
|