package init
This commit is contained in:
parent
9f09d18e8f
commit
2f0021452a
BIN
OpenTaal-210G-LO.oxt
Normal file
BIN
OpenTaal-210G-LO.oxt
Normal file
Binary file not shown.
36
hunspell-nl.spec
Normal file
36
hunspell-nl.spec
Normal file
@ -0,0 +1,36 @@
|
||||
Name: hunspell-nl
|
||||
Summary: Dutch hunspell dictionaries
|
||||
Version: 2.10
|
||||
Release: 14
|
||||
URL: https://master.dl.sourceforge.net
|
||||
Source: https://master.dl.sourceforge.net/project/kaosx/sources/hunspell/OpenTaal-210G-LO.oxt
|
||||
License: BSD or CC-BY
|
||||
BuildArch: noarch
|
||||
Requires: hunspell
|
||||
Supplements: (hunspell and langpacks-nl)
|
||||
%description
|
||||
Dutch hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
chmod -x nl_NL.*
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p nl_NL.aff nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||
nl_NL_aliases="nl_AW nl_BE"
|
||||
for lang in $nl_NL_aliases; do
|
||||
ln -s nl_NL.aff $lang.aff
|
||||
ln -s nl_NL.dic $lang.dic
|
||||
done
|
||||
|
||||
%files
|
||||
%doc description/desc_en_US.txt description/desc_nl_NL.txt README_nl_NL.txt license_en_EN.txt licentie_nl_NL.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 9 2020 huanghaitao <huanghaitao8@huawei.com> - 2.10-14
|
||||
- package init
|
||||
4
hunspell-nl.yaml
Normal file
4
hunspell-nl.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: NA
|
||||
src_repo: NA
|
||||
tag_prefix: NA
|
||||
seperator: NA
|
||||
Loading…
x
Reference in New Issue
Block a user