automatic version update by autodist [release 2.9-1mamba;Wed Jan 08 2025]

This commit is contained in:
Automatic Build System 2025-01-09 10:09:03 +01:00
parent 6d61429042
commit b68272315a

View File

@ -1,6 +1,6 @@
Name: hunspell-es
Epoch: 1
Version: 2.8
Version: 2.9
Release: 1mamba
Summary: Spanish hunspell dictionaries
Group: System/Internationalization
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/sbosio/rla-es
Source: https://github.com/sbosio/rla-es.git/v%{version}/rla-es-%{version}.tar.bz2
License: GPL, LGPL, MPL 1.1
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
%ifnarch arm
@ -80,14 +81,16 @@ for file in %{buildroot}%{_datadir}/myspell/*; do
ln -sv ../myspell/$(basename $file) %{buildroot}%{_datadir}/hunspell/
done
%ifnarch arm
# Install webengine dictionaries
install -d %{buildroot}%{_datadir}/qt/qtwebengine_dictionaries/
for _file in %{buildroot}%{_datadir}/myspell/*.dic; do
_filename=$(basename $_file)
QT_WEBENGINE_ICU_DATA_DIR=%{_datadir}/qt5/resources %{_libdir}/qt5/bin/qwebengine_convert_dict $_file %{buildroot}%{_datadir}/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
done
%endif
#%ifnarch arm
## Install webengine dictionaries
#install -d %{buildroot}%{_datadir}/qt/qtwebengine_dictionaries/
# for _file in %{buildroot}%{_datadir}/myspell/*.dic; do
# _filename=$(basename $_file)
# QT_WEBENGINE_ICU_DATA_DIR=%{_datadir}/qt5/resources \
# %{_libdir}/qt5/bin/qwebengine_convert_dict $_file \
# %{buildroot}%{_datadir}/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
#done
#%endif
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -98,9 +101,9 @@ done
%{_datadir}/myspell/es_*.aff
%{_datadir}/hunspell/es_*.dic
%{_datadir}/hunspell/es_*.aff
%ifnarch arm
%{_datadir}/qt/qtwebengine_dictionaries/es_*.bdic
%endif
#%ifnarch arm
#%{_datadir}/qt/qtwebengine_dictionaries/es_*.bdic
#%endif
%doc LICENSE.md
%files -n hyphen-es
@ -115,6 +118,9 @@ done
%doc LICENSE.md
%changelog
* Wed Jan 08 2025 Automatic Build System <autodist@openmamba.org> 2.9-1mamba
- automatic version update by autodist
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
- automatic version update by autodist