#876910 ruby-json: Provide an arch independent package for Java extension

#876910#5
Date:
2017-09-26 19:54:18 UTC
From:
To:
Currently, Java extension files (parser.jar and generator.jar) are
being built in every release architecture.

A new package libruby-json-java should be introduced to built those
files only once in that package.

An approach similar to the one used in ruby-psych package.

I'll complete this task later unless somebody beats me to it.