https://bugzilla.redhat.com/show_bug.cgi?id=809950

--- Comment #43 from Andy Grimm <[email protected]> ---
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to