]> git.pld-linux.org Git - packages/libreoffice.git/commit
make java runtime dependency optional
authorJan Palus <atler@pld-linux.org>
Sat, 11 Mar 2023 12:08:00 +0000 (13:08 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 11 Mar 2023 12:08:00 +0000 (13:08 +0100)
commitcf5b7e3aaaeb107ec175c0f8d3d20bdf09da5b31
tree23be2b1e49a763d17dfbaa23ee394304c2a6a44b
parent76d5c2fc41a5f7603f66e576311e972464b69012
make java runtime dependency optional

it appears lo uses java only for selected components and runs fine
without it. additionally java(ClassDataVersion) dependency mandates
installation of default jre that provides given java(ClassDataVersion)
meaning jre 8 cannot be installed cleanly as the default jre since lo
requires jre >= 9. lo however does not rely on default jre and scans
%{_libdir}/jvm for all available installations and is perfectly fine
with just *-jre-base package.

therefore disable java(ClassDataVersion) dependency and suggest jre used
during build instead.
libreoffice.spec
This page took 0.07844 seconds and 4 git commands to generate.