diff --git a/Chuvash_Spell-1.06.oxt b/Chuvash_Spell-1.06.oxt new file mode 100644 index 0000000..21fccff Binary files /dev/null and b/Chuvash_Spell-1.06.oxt differ diff --git a/hunspell-cv.spec b/hunspell-cv.spec new file mode 100644 index 0000000..2ca31ae --- /dev/null +++ b/hunspell-cv.spec @@ -0,0 +1,33 @@ +Name: hunspell-cv +Version: 1.06 +Release: 3 +Summary: The dictionaries for Chuvash hunspell +License: GPLv3+ or LGPLv3+ or MPLv1.1 +URL: http://hunspell.chv.su/download.shtml +Source: http://hunspell.chv.su/files/Chuvash_Spell-1.06.oxt +BuildArch: noarch +Requires: hunspell +Supplements: (hunspell and langpacks-cv) + +%description +The dictionaries for Chuvash hunspell + +%prep +%autosetup -c -n hunspell-cv-%{version} -p1 + +%build +tr -d '\r' < README_cv_RU.txt > README_cv_RU.txt.new +touch -r README_cv_RU.txt README_cv_RU.txt.new +mv -f README_cv_RU.txt.new README_cv_RU.txt + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p cv_RU.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ + +%files +%doc README_cv_RU.txt GPLv3.txt LGPLv3.txt MPL-1.1.txt +%{_datadir}/myspell/* + +%changelog +* Fri Jul 03 2020 yaokai - 1.06-3 +- Package init