hunspell-om/hunspell-om.spec
2020-07-09 20:28:49 +08:00

37 lines
924 B
RPMSpec

Name: hunspell-om
Summary: Oromo hunspell dictionaries used in OpenOffice
Epoch: 1
Version: 0.04
Release: 17
Source: https://github.com/eurolinux-enterprise-linux-sources/hunspell-om/archive/hunspell-om-%{version}.oxt
URL: https://github.com/eurolinux-enterprise-linux-sources/hunspell-om
License: GPLv3+
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-om)
%description
Oromo hunspell dictionaries used in OpenOffice.
%prep
%autosetup -c -p1
%build
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
install -Dp dictionaries/om_ET.* $RPM_BUILD_ROOT/%{_datadir}/myspell
cd $RPM_BUILD_ROOT/%{_datadir}/myspell/
ln -s om_ET.aff om_KE.aff
ln -s om_ET.dic om_KE.dic
cd -
%files
%doc dictionaries/README_om_ET.txt LICENSES-en.txt
%{_datadir}/myspell/*
%changelog
* Tue Apr 21 2020 Captain Wei <captain.a.wei@gmail.com> 1:0.0.4-17
- Package init