Updated to 7.1.0

This commit is contained in:
Victor Ryzhikh 2021-01-02 23:43:01 +00:00
parent 6ee2fcc680
commit ef93686b7e

View file

@ -1092,22 +1092,6 @@ mv -f %{buildroot}%{ooodir}/program/unohelper.py* .
mv -f %{buildroot}%{ooodir}/program/officehelper.py* . mv -f %{buildroot}%{ooodir}/program/officehelper.py* .
popd 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/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/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 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 sed -E -i -e "/^.*images_.*\.zip$/d" file-lists/*.txt
echo %{ooodir}/share/config/images_helpimg.zip >> file-lists/core_list.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 %check
# FIXME enable once the connection failures in firebird and hsqldb are fixed # FIXME enable once the connection failures in firebird and hsqldb are fixed
# make check # make check