https://bugzilla.redhat.com/show_bug.cgi?id=858381 --- Comment #4 from gil cattaneo <puntogil@xxxxxxxxx> --- hi Clément, can use this pom instead ? in jogl-v2.0-rc10/make/pom.xml but in this one you should fix - change <version>this pom is a stub, just to resolve dependencies</version> with <version>2.0-rc10</version> and <dependencies> <dependency> <artifactId>gluegen-rt-natives</artifactId> <groupId>org.jogamp.gluegen</groupId> <version>[1.0-beta07-SNAPSHOT,)</version> <!--TODO:exclude snapshot versions from this range--> <classifier>${envClassifier}-${os.arch}</classifier> <!--Can't use ${os.name} - it's uppercase--> </dependency> <dependency> <artifactId>gluegen-cpptasks</artifactId> <groupId>org.jogamp.gluegen</groupId> <version>[1.0-beta07-SNAPSHOT,)</version> <!--TODO:exclude snapshot versions from this range--> </dependency> </dependencies> with <dependencies> <dependency> <artifactId>gluegen-rt</artifactId> <groupId>org.jogamp.gluegen</groupId> <version>2.0-rc10</version> </dependency> <dependency> <artifactId>cpptasks</artifactId> <groupId>ant-contrib</groupId> <version>1.0b5</version> <scope>system</scope> <systemPath>${_javadir}/cpptasks.jar</systemPath> </dependency> </dependencies> (cpptasks package dont provides maven pom and depmap, this is a workaround and temporarily fix the problem) and when create the depmap add also this please %add_maven_depmap JPP-%{name}.pom %{name}.jar -a "org.jogamp.jogl:jogl-all" thanks -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review