Blame SPECS/README.fedora

Packit cbbc47
This fedora package installs java-atk-wrapper in a JRE-independent way. It is
Packit cbbc47
up to each JRE to make use of it correctly. In general, you want to symlink the
Packit cbbc47
shared object and the jar into somehwere where the JRE can find it and
Packit cbbc47
configure the accessiblity configuration of the JRE to load this.
Packit cbbc47
Packit cbbc47
For OpenJDK, the process looks like this:
Packit cbbc47
ln -s %{_libdir}/java-atk-wrapper/libatk-wrapper.so.0 \
Packit cbbc47
    /usr/lib/jvm/jre/lib/%{arch}/libatk-wrapper.so
Packit cbbc47
ln -s %{_libdir}/java-atk-wrapper/java-atk-wrapper.jar \
Packit cbbc47
    /usr/lib/jvm/jre/lib/ext/
Packit cbbc47
echo "assistive_technologies=org.GNOME.Accessibility.AtkWrapper" \
Packit cbbc47
    >>  /usr/lib/java/jre/lib/accessibility.properties