tor 2012-02-16 klockan 14:58 -0500 skrev David Walluck:
Part of the problem is the horrible paractice of renaming a jar to the package name.
The guidelines already requires the name provided by the build to exist, either as a file or a symlink. The symlink case is:
* If the package provides a single JAR and the filename provided by the build is neither %{name}-%{version}.jar nor %{name}.jar then this file MUST be installed as %{name}.jar and a symbolic link with the usual name must be provided.
https://fedoraproject.org/wiki/Packaging:Java#JAR_file_installation
/Alexander