diff --git a/libreoffice.changes b/libreoffice.changes index 6d70c76..3fba759 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 5 07:14:50 UTC 2014 - tchvatal@suse.com + +- Use correct paths for dicts locations. + ------------------------------------------------------------------- Fri Apr 25 11:42:31 UTC 2014 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index b6c0a6c..e8c7296 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -946,9 +946,9 @@ export NOCONFIGURE=yes --with-jdk-home=$JAVA_HOME \ --with-beanshell-jar=%{_datadir}/java/bsh2/bsh.jar \ --with-ant-home=%{_datadir}/ant \ - --with-external-dict-dir=%{_datadir}/myspell \ - --with-external-hyph-dir=%{_datadir}/ooo/hyphen \ - --with-external-thes-dir=%{_datadir}/ooo/thesaurus \ + --with-external-dict-dir=%{_datadir}/hunspell \ + --with-external-hyph-dir=%{_datadir}/hyphen \ + --with-external-thes-dir=%{_datadir}/mythes \ --with-help \ --enable-odk \ --with-doxygen \