Package init

This commit is contained in:
chengzihan2 2020-07-07 14:22:16 +08:00
parent 7d240f5041
commit 29d283cc04
2 changed files with 29 additions and 0 deletions

BIN
hunspell-ln-0.02.zip Normal file

Binary file not shown.

29
hunspell-ln.spec Normal file
View File

@ -0,0 +1,29 @@
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