!5 Upgrade to 2.8

From: @starlet-dx 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-01-18 09:26:55 +00:00 committed by Gitee
commit d83b470155
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 6 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: hyphen-es
Summary: Spanish hyphenation rules
Version: 2.3
Release: 5
Version: 2.8
Release: 1
Summary: Spanish hyphenation rules
License: LGPLv3+ or GPLv3+ or MPLv1.1
License: LGPL-3.0-or-later or GPL-3.0-or-later or MPL-1.1 or LGPL-2.1-only
URL: https://github.com/sbosio/rla-es/tree/master/separacion
Source: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_ANY.oxt
Source: https://github.com/sbosio/rla-es/releases/download/v%{version}/es.oxt
BuildArch: noarch
Requires: hyphen
Supplements: (hyphen and langpacks-es)
@ -18,7 +18,7 @@ Hyphen is a library for high quality hyphenation and justification
%build
%install
install -Dp hyph_es_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_es.dic
install -Dp hyph_es.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_es.dic
cd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
es_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI
es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE"
@ -28,9 +28,12 @@ done
%files
%doc README_hyph_es_ANY.txt GPLv3.txt LGPLv3.txt MPL-1.1.txt
%doc README_hyph_es.txt GPLv3.txt LGPLv2.1.txt LGPLv3.txt MPL-1.1.txt
%{_datadir}/hyphen/*
%changelog
* Thu Jan 18 2024 yaoxin <yao_xin001@hoperun.com> - 2.8-1
- Upgrade to 2.8
* Mon Jul 6 2020 yanan li <liyanan032@huawei.com> - 2.3-5
- Package init