40 lines
1022 B
RPMSpec
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
|