diff --git a/_constraints b/_constraints index d0f11ec..9866025 100644 --- a/_constraints +++ b/_constraints @@ -1,10 +1,10 @@ - 3 + 4 - 3 + 4 diff --git a/scala.spec b/scala.spec index 53d0eee..419dca8 100644 --- a/scala.spec +++ b/scala.spec @@ -66,7 +66,6 @@ BuildRequires: ant-junit BuildRequires: aqute-bnd BuildRequires: graphviz BuildRequires: java-devel >= 1.7 -BuildConflicts: java-devel >= 9 java-headless >= 9 java >= 9 BuildRequires: javapackages-local BuildRequires: jline >= 2.10 BuildRequires: junit @@ -191,13 +190,7 @@ chmod 755 tools/get-scala-* %build -ANT_OPTS="-Xms2048m -Xmx2048m %{do_bootstrap}" -export ANT_OPTS - -# Add the -verbose flag to scalac on zero architectures. The build -# is slow, OBS thinks it is stuck and kills it before it has chance -# to finish -%ant \ +%ant %{do_bootstrap} \ build %{docs_target} || exit 1 pushd build/pack/lib mv scala-library.jar scala-library.jar.no