hunspell-cop/hunspell-cop.spec
2020-07-07 15:40:23 +08:00

37 lines
768 B
RPMSpec

Name: hunspell-cop
Version: 0.3
Release: 15
Summary: Hunspell dictionaries for Coptic
License: GPLv3+
URL: http://www.moheb.de/coptic_oo.html
Source: http://www.moheb.de/download/dict-cop_EG_v03.oxt
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-cop)
%description
Hunspell dictionaries for Coptic.
%prep
%autosetup -c
%build
for i in README.txt; do
tr -d '\r' < $i > $i.new
touch -r $i $i.new && mv -f $i.new $i
done
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p cop_EG-Bohairic/cop_EG.* $RPM_BUILD_ROOT/%{_datadir}/myspell
%files
%doc README.txt
%license license-gpl.txt
%{_datadir}/myspell/*
%changelog
* Fri Apr 17 2020 leiju <leiju4@huawei.com> - 0.3-15
- Package init