hunspell-as/hunspell-as.spec
2020-11-03 17:18:08 +08:00

32 lines
828 B
RPMSpec

Name: hunspell-as
Version: 1.0.3
Release: 20
Summary: Hunspell dictionaries for Assamese
Source: https://downloads.sourceforge.net/project/aoo-extensions/2318/4/as_in.oxt
URL: https://extensions.openoffice.org/en/project/assamese-dictionaryspell-checker
License: GPLv2+ or LGPLv2+ or MPLv1.1
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-as)
%description
Hunspell dictionaries for Assamese
%prep
%autosetup -c -n hunspell-as-%{version} -p1
%build
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
install -p -D as_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
%files
%doc README_as_IN.txt
%license COPYING COPYING.MPL COPYING.GPL COPYING.LGPL
%{_datadir}/myspell/*
%changelog
* Tue Nov 03 2020 wangyue <wangyue92@huawei.com> - 1.0.3-20
- Package init