From 6e56197fec9f398af2c0b7d349f6e9c77fbad7a2b1e678729da2a28001371cf4 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Tue, 19 Jul 2022 10:34:25 +0000 Subject: [PATCH] Accepting request 989986 from home:dspinella:branches:LibreOffice:Factory - Use system jars by specifying the path for each jar. Fixes bsc#1195634 OBS-URL: https://build.opensuse.org/request/show/989986 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=1028 --- libreoffice.changes | 5 +++++ libreoffice.spec | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/libreoffice.changes b/libreoffice.changes index 7581f47..8d5a102 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 18 14:23:35 UTC 2022 - Danilo Spinella + +- Use system jars by specifying the path for each jar. Fixes bsc#1195634 + ------------------------------------------------------------------- Wed Jun 15 13:35:15 UTC 2022 - Danilo Spinella diff --git a/libreoffice.spec b/libreoffice.spec index 124fa0f..1075e05 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1198,7 +1198,17 @@ export NOCONFIGURE=yes --enable-symbols \ --with-gdrive-client-secret="${google_default_client_secret}" \ --with-gdrive-client-id="${google_default_client_id}" \ - --enable-skia + --enable-skia \ + --with-libbase-jar=/usr/share/java/libbase.jar \ + --with-libxml-jar=/usr/share/java/libxml.jar \ + --with-flute-jar=/usr/share/java/flute.jar \ + --with-jfreereport-jar=/usr/share/java/flow-engine.jar \ + --with-liblayout-jar=/usr/share/java/liblayout.jar \ + --with-libloader-jar=/usr/share/java/libloader.jar \ + --with-libformula-jar=/usr/share/java/libformula.jar \ + --with-librepository-jar=/usr/share/java/librepository.jar \ + --with-libfonts-jar=/usr/share/java/libfonts.jar \ + --with-libserializer-jar=/usr/share/java/libserializer.jar # no coinormp packages for coinmp # just call make here as we added the jobs in configure