32 lines
826 B
RPMSpec
32 lines
826 B
RPMSpec
Name: hunspell-mai
|
|
Summary: Hunspell dictionaries for Maithili
|
|
Version: 1.0.1
|
|
Release: 17
|
|
Source: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bhashaghar/mai_IN.oxt
|
|
URL: https://code.google.com/archive/p/bhashaghar/wikis/Maithili.wiki
|
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-mai)
|
|
|
|
%description
|
|
Hunspell dictionaries for Maithili.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-mai -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p mai_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
|
|
|
%files
|
|
%doc README_mai_IN.txt COPYING COPYING.MPL COPYING.GPL COPYING.LGPL
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Wed Apr 15 2020 lizhenhua <lizhenhua21@huawei.com> - 1.0.1-17
|
|
- Package init
|