hunspell-am/hunspell-am.spec
2020-07-07 19:10:23 +08:00

34 lines
794 B
RPMSpec

Name: hunspell-am
Version: 0.20090704
Release: 16
Summary: Hunspell dictionaries for Amharic
Source: http://www.cs.ru.nl/~biniam/geez/dict/am_ET.zip
URL: http://www.cs.ru.nl/~biniam/geez/index.php
License: GPL+
BuildRequires: dos2unix
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-am)
%description
Hunspell dictionaries for Amharic.
%prep
%autosetup -n am_ET -p1
%build
dos2unix -n -k README.txt README.txt.new
mv -f README.txt.new README.txt
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
install -p -D am_ET.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
%files
%doc README.txt
%{_datadir}/myspell/*
%changelog
* Thu Apr 16 2020 wangerfeng <wangerfeng5@huawei.com> - 0.20090704-16
- Package init