From cce26c336d1dc83820e1dbc23871a971454ff8678b0a74c165f96408a65c70e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 5 May 2014 07:15:16 +0000 Subject: [PATCH] - Use correct paths for dicts locations. OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=144 --- libreoffice.changes | 5 +++++ libreoffice.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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 \