https://bugzilla.redhat.com/show_bug.cgi?id=849496
gil cattaneo puntogil@libero.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|package-review@lists.fedora | |project.org | CC| |puntogil@libero.it
--- Comment #6 from gil cattaneo puntogil@libero.it --- please, these BRs must be removed are alredy requred by "java tools" BuildRequires: jpackage-utils BuildRequires: maven-compiler-plugin BuildRequires: maven-install-plugin BuildRequires: maven-jar-plugin BuildRequires: maven-javadoc-plugin BuildRequires: maven-resources-plugin BuildRequires: maven-surefire-plugin
also these for the same reason Requires: java Requires: jpackage-utils
if you want install in /usr/share/java instead of /usr/share/java/webbit you can use %mvn_file org.webbitserver:%{name} %{name} OR %mvn_file :%{name} %{name} OR %mvn_file : %{name} this is possible only for those package which provides artifacts <= 2 regards