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=563479 --- Comment #3 from Mat Booth <fed...@matbooth.co.uk> 2010-02-14 07:50:34 EST --- Rpmlint shows: aduna-commons-text.x86_64: W: no-documentation aduna-commons-text.x86_64: W: non-conffile-in-etc /etc/maven/fragments/aduna-commons-text But I'm not worried about that: Upstream does not seem to include a copy of the licence to use as documentation and the other warning is expected because of the maven dep-map fragment. Overall, this is a very compliant package. The only thing I would suggest is to have something that ensures no pre-compiled classes are shipped in the source jar and used during the build. Not because that is the case with this package, but because it is good practice for Java packages in general. Something like this in the %prep section would suffice[1]: find -name '*.class' -exec rm -f '{}' \; find -name '*.jar' -exec rm -f '{}' \; [1] Taken from the template in the Java packaging guidelines: http://fedoraproject.org/wiki/Packaging:Java#ant_2 -- 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. _______________________________________________ package-review mailing list package-review@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/package-review