diff --git a/libreoffice.changes b/libreoffice.changes index 2f5e246..5361c00 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 29 15:20:41 UTC 2014 - tchvatal@suse.com + +- Try to sort out broken help after migration from 13.1 + ------------------------------------------------------------------- Tue Jul 29 15:07:13 UTC 2014 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 6dc10ed..c18fb6a 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1162,6 +1162,10 @@ autotextdir="%{_libdir}/%{name}/share/autotext" if [ -d "$helpdir" ]; then rm -rf "$helpdir" || true ln -s "%{_datadir}/%{name}/help" "$helpdir" + # also remove the now broken symlinks + for i in idxcaption.xsl idxcontent.xsl main_transform.xsl; do + rm -rf %{_datadir}/%{name}/help/$i + done fi if [ -d "$autotextdir" ]; then rm -rf "$autotextdir" || true