update to v2.3
adding es_PH
This commit is contained in:
parent
9428b88c6d
commit
308b960815
@ -1,12 +1,12 @@
|
||||
Name: hyphen-es
|
||||
Summary: Spanish hyphenation rules
|
||||
Version: 2.2
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Source: https://github.com/sbosio/rla-es/releases/download/v%{version}/es_ANY.oxt
|
||||
URL: https://github.com/sbosio/rla-es/tree/master/separacion
|
||||
Group: Applications/Text
|
||||
License: LGPLv3+ or GPLv3+ or MPLv1.1
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hyphen
|
||||
Supplements: (hyphen and langpacks-es)
|
||||
|
||||
@ -14,9 +14,7 @@ Supplements: (hyphen and langpacks-es)
|
||||
Spanish hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hyphen-es
|
||||
|
||||
%{__unzip} -qq %{SOURCE0}
|
||||
%setup -q -c -n %{name}
|
||||
|
||||
%build
|
||||
|
||||
@ -25,20 +23,23 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p hyph_es_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hypth_es.dic
|
||||
|
||||
pushd $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"
|
||||
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_PH es_PR es_PY es_SV es_US es_UY es_VE"
|
||||
|
||||
for lang in $es_aliases; do
|
||||
ln -s hyph_es.dic hyph_$lang.dic
|
||||
done
|
||||
popd
|
||||
|
||||
|
||||
%files
|
||||
%doc README_hyph_es_ANY.txt
|
||||
%license GPLv3.txt LGPLv3.txt MPL-1.1.txt
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 8 2018 Ismael Olea <ismael@olea.org> - 2.3-1
|
||||
- update to v2.3
|
||||
- adding es_PH
|
||||
|
||||
* Fri Jan 5 2018 Ismael Olea <ismael@olea.org> - 2.2-1
|
||||
- updating to v2.2
|
||||
- upstream changed to github
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (es_ANY.oxt) = 0fadb78e15cca58c34abe7ec284d632607e76bbc220816d84803fc610eba631e93d2c555f71a3fc68c98b7c5d10208f5c199cb09582add1417065915a53a29b8
|
||||
SHA512 (es_ANY.oxt) = 2131ec088aa4c46e4236b974f77f3a80299f816d3b493816b17eea5a4b7c7b5631efbb15fa3a2bec804db7e6723e02b5a894614c7966626662a5f778676dcb6c
|
||||
|
Loading…
Reference in New Issue
Block a user