hunspell-om/hunspell-om.spec
caodongxia 672b30fed6 Correcting the changelog
(cherry picked from commit 967f16bfd8a9e54f494cdc43c069b1d63b33f4d5)
2024-05-08 10:44:46 +08:00

40 lines
1022 B
RPMSpec

Name: hunspell-om
Summary: Oromo hunspell dictionaries used in OpenOffice
Epoch: 1
Version: 0.04
Release: 18
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
* Mon May 6 2024 caodongxia <caodongxia@h-partners.com> - 1:0.04-18
- Correcting the changelog
* Tue Apr 21 2020 Captain Wei <captain.a.wei@gmail.com> - 1:0.04-17
- Package init