diff --git a/dict-cop_EG_v03.oxt b/dict-cop_EG_v03.oxt new file mode 100644 index 0000000..713fd4a Binary files /dev/null and b/dict-cop_EG_v03.oxt differ diff --git a/hunspell-cop.spec b/hunspell-cop.spec new file mode 100644 index 0000000..552c3af --- /dev/null +++ b/hunspell-cop.spec @@ -0,0 +1,36 @@ +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 - 0.3-15 +- Package init