https://bugzilla.redhat.com/show_bug.cgi?id=1127879
Mat Booth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] Assignee|[email protected] |[email protected] Flags| |fedora-review? --- Comment #3 from Mat Booth <[email protected]> --- Some things from a quick glance at the specfile... You can make maven install the javadocs by passing -J to mvn_install. For example: %mvn_install -J path/to/javadocs And then in the files section, you can have: %files javadoc -f .mfiles-javadoc Also there is no need for the "%defattr(-,root,root,-)" line. This should make your spec file a bit simpler :-) I will do a formal review once you fix these things. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
