33 lines
782 B
RPMSpec
33 lines
782 B
RPMSpec
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 <lizhenhua21@huawei.com> - 1:1.0.0-11
|
|
- Package init
|