https://bugzilla.redhat.com/show_bug.cgi?id=809950 --- Comment #43 from Andy Grimm <agrimm@xxxxxxxxx> --- It looks like /usr/share/gradle/lib/gradle-launcher-1.0.jar is special and cannot be moved, because the launcher inspects its own _dereferenced_ file path to determine where to find other jars. The others can be in javadir. A style note about your latest spec. You have a lot of %dir entries for directories where recursing them is fine. So this: %dir %{_datadir}/%{name}/lib %{_datadir}/%{name}/lib/* could simply be: %{_datadir}/%{name}/lib This is not a major thing, but would make the spec file cleaner. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review