diff --git a/hunspell-mr.spec b/hunspell-mr.spec new file mode 100644 index 0000000..bae8147 --- /dev/null +++ b/hunspell-mr.spec @@ -0,0 +1,32 @@ +Name: hunspell-mr +Summary: Hunspell dictionaries for Marathi +Version: 1.0.0 +Release: 11 +Epoch: 1 +Source: http://downloads.sourceforge.net/project/openofficeorg.mirror/contrib/dictionaries/mr_IN.zip +URL: https://wiki.openoffice.org/wiki/Dictionaries +License: LGPLv2+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-mr) + +%description +Hunspell dictionaries for Marathi. + +%prep +%autosetup -c -n mr_IN -p1 + +%build + +%install +install -Dp mr_IN.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/mr_IN.dic +install -Dp mr_IN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/mr_IN.aff + +%files +%doc README_mr_IN.txt LICENCE +%{_datadir}/myspell/* + +%changelog +* Thu Apr 23 2020 lizhenhua - 1:1.0.0-11 +- Package init diff --git a/mr_IN.zip b/mr_IN.zip new file mode 100644 index 0000000..02972d4 Binary files /dev/null and b/mr_IN.zip differ