From 50618bce9802a80dbbf643da4e6dfd5a51eba1c9 Mon Sep 17 00:00:00 2001 From: gil Date: Oct 13 2015 01:04:06 +0000 Subject: enable test suite --- diff --git a/testng.spec b/testng.spec index e2e110d..b47bb3f 100644 --- a/testng.spec +++ b/testng.spec @@ -37,7 +37,7 @@ Summary: API documentation for %{name} This package contains the API documentation for %{name}. %prep -%setup -q -n %{name}-%{name}-%{version} +%setup -q -n %{name}-%{version} # remove any bundled libs find -name *.jar -delete @@ -49,7 +49,7 @@ find -name *.class -delete %pom_remove_plugin :maven-javadoc-plugin # test deps not in Fedora -%pom_remove_dep org.assertj:assertj-core +#%% pom_remove_dep org.assertj:assertj-core # plugins not in Fedora %pom_remove_plugin com.coderplus.maven.plugins:copy-rename-maven-plugin @@ -61,8 +61,8 @@ mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resou %mvn_alias : :::jdk15: %build -# TODO build tests when assetj-core becomes available -%mvn_build -f -- -Dmaven.local.debug=true +# TODO build tests when assetj-core becomes available -f +%mvn_build -- -Dmaven.local.debug=true %install %mvn_install