diff --git a/libreoffice.spec b/libreoffice.spec index 7c176c8..5a90a5c 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1092,22 +1092,6 @@ mv -f %{buildroot}%{ooodir}/program/unohelper.py* . mv -f %{buildroot}%{ooodir}/program/officehelper.py* . popd -mv -f %{buildroot}%{ooodir}/share/registry/cjk_ja.xcd -mv -f %{buildroot}%{ooodir}/share/registry/cjk_ko.xcd -mv -f %{buildroot}%{ooodir}/share/registry/cjk_zh-CN.xcd -mv -f %{buildroot}%{ooodir}/share/registry/cjk_zh-TW.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_ar.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_dz.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_fa.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_gu.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_he.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_hi.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_or.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_pa-IN.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_ta.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctl_th.xcd -mv -f %{buildroot}%{ooodir}/share/registry/ctlseqcheck_th.xcd - sed -i 's|%{ooodir}/program/uno.py|%{py3_platsitedir}/uno.py|' file-lists/pyuno_list.txt sed -i 's|%{ooodir}/program/unohelper.py|%{py3_platsitedir}/unohelper.py|' file-lists/pyuno_list.txt sed -i 's|%{ooodir}/program/officehelper.py|%{py3_platsitedir}/officehelper.py|' file-lists/pyuno_list.txt @@ -1162,6 +1146,22 @@ cat file-lists/core_list.uniq.sorted.txt > file-lists/core_list.txt sed -E -i -e "/^.*images_.*\.zip$/d" file-lists/*.txt echo %{ooodir}/share/config/images_helpimg.zip >> file-lists/core_list.txt +rm -f %{buildroot}%{ooodir}/share/registry/cjk_ja.xcd +rm -f %{buildroot}%{ooodir}/share/registry/cjk_ko.xcd +rm -f %{buildroot}%{ooodir}/share/registry/cjk_zh-CN.xcd +rm -f %{buildroot}%{ooodir}/share/registry/cjk_zh-TW.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_ar.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_dz.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_fa.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_gu.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_he.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_hi.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_or.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_pa-IN.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_ta.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctl_th.xcd +rm -f %{buildroot}%{ooodir}/share/registry/ctlseqcheck_th.xcd + %check # FIXME enable once the connection failures in firebird and hsqldb are fixed # make check