30 lines
654 B
RPMSpec
30 lines
654 B
RPMSpec
Name: hunspell-ln
|
|
Version: 0.02
|
|
Release: 16
|
|
Summary: Lingala dictionaries of hunspell
|
|
License: GPLv2+
|
|
URL: http://lingala.sourceforge.net/
|
|
Source: http://downloads.sourceforge.net/lingala/hunspell-ln-%{version}.zip
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Lingala dictionaries of hunspell.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-ln-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
install -p ln_CD.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc README_ln_CD.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Tue Apr 14 2020 chengzihan <chengzihan2@huawei.com> -0.02-16
|
|
- Package init
|