[Bug 540653] Review Request: jazzy - Java-based spell checker

bugzilla at redhat.com bugzilla at redhat.com
Thu Nov 26 13:04:20 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #2 from Alexander Kurtakov <akurtako at redhat.com>  2009-11-26 08:04:18 EDT ---
First sight:
You need to change  
VER=$(echo $BASE |sed 's/\.jar$/%{version}.jar/') to
VER=$(echo $BASE |sed 's/\.jar$/-%{version}.jar/') 
Note the dash before version it is needed to be that way to keep jpackage
scripts differentiating versioned and non-versioned jars.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list