Upgrade package to version 2.20.19
This commit is contained in:
parent
909ca1989f
commit
7fbe5d7794
BIN
2.20.19.tar.gz
Normal file
BIN
2.20.19.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: hunspell-nl
|
Name: hunspell-nl
|
||||||
Summary: Dutch hunspell dictionaries
|
Summary: Dutch hunspell dictionaries
|
||||||
Version: 2.10
|
Version: 2.20.19
|
||||||
Release: 15
|
Release: 1
|
||||||
URL: https://master.dl.sourceforge.net
|
URL: https://opentaal.org/
|
||||||
Source: https://master.dl.sourceforge.net/project/kaosx/sources/hunspell/OpenTaal-210G-LO.oxt
|
Source: https://github.com/OpenTaal/opentaal-hunspell/archive/2.20.19.tar.gz
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause OR CC-BY-3.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
Supplements: (hunspell and langpacks-nl)
|
Supplements: (hunspell and langpacks-nl)
|
||||||
@ -12,14 +12,14 @@ Supplements: (hunspell and langpacks-nl)
|
|||||||
Dutch hunspell dictionaries.
|
Dutch hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -n opentaal-hunspell-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
chmod -x nl_NL.*
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p nl_NL.aff nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p nl.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/nl_NL.dic
|
||||||
|
cp -p nl.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/nl_NL.aff
|
||||||
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
nl_NL_aliases="nl_AW nl_BE"
|
nl_NL_aliases="nl_AW nl_BE"
|
||||||
for lang in $nl_NL_aliases; do
|
for lang in $nl_NL_aliases; do
|
||||||
@ -28,10 +28,13 @@ for lang in $nl_NL_aliases; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc description/desc_en_US.txt description/desc_nl_NL.txt README_nl_NL.txt license_en_EN.txt licentie_nl_NL.txt
|
%doc LICENSE.txt README.md
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 12 2023 liyanan <thistleslyn@163.com> - 2.20.19-1
|
||||||
|
- Update to 2.20.19
|
||||||
|
|
||||||
* Tue May 10 2022 caodongxia <caodongxia@h-partners.com> - 2.10-15
|
* Tue May 10 2022 caodongxia <caodongxia@h-partners.com> - 2.10-15
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user