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