Description of problem: From https://fedoraproject.org/wiki/Packaging:Java "If the package provides a single JAR and the filename provided by the build is %{name}.jar or %{name}-%{version}.jar then filename %{name}.jar MUST be used." But package instead installs %{name}-%{version}.jar This causes a problem if someone wants to link to this jar or put it in a script, as it needs to be updated each time the package gets an update. Please provide a non-versioned jar. Version-Release number of selected component (if applicable): jline2-2.10-4.fc19.noarch How reproducible: $ rpm -ql jline2 | grep ".jar" /usr/share/java/jline2-2.10.jar Actual results: /usr/share/java/jline2-2.10.jar Expected results: /usr/share/java/jline2.jar
Marek, I'm attaching a git-formatted patch which fixes this problem. I've also asked for commit privs on the package if you prefer that I push the fix myself. Feel free to ignore my commit-request otherwise :) Thanks!
Created attachment 708532 [details] Git formatted patch with a fix.
Severin, feel free to commit this patch. I granted you commit rights.
Fixed with http://koji.fedoraproject.org/koji/taskinfo?taskID=5111441 Thanks, Marek!