mirror of
https://abf.rosa.ru/djam/sbt.git
synced 2025-02-23 09:52:46 +00:00
rm macro fedora;fix verson dependencies
This commit is contained in:
parent
9a8361ce5e
commit
b5c04f73a9
1 changed files with 3 additions and 8 deletions
11
sbt.spec
11
sbt.spec
|
@ -433,15 +433,10 @@ sed -i -e 's/0.13.0/%{sbt_bootstrap_version}/g' project/build.properties
|
|||
./climbing-nemesis.py org.scala-lang scala-reflect %{ivy_local_dir} --version %{scala_version}
|
||||
|
||||
# fake on F19
|
||||
%if 0%{?fedora} >= 21 || 0%{?rhel} > 7
|
||||
./climbing-nemesis.py jline jline %{ivy_local_dir} --version 2.11
|
||||
./climbing-nemesis.py org.fusesource.jansi jansi %{ivy_local_dir} --version 1.11
|
||||
./climbing-nemesis.py org.fusesource.jansi jansi-native %{ivy_local_dir} --version 1.7
|
||||
./climbing-nemesis.py org.fusesource.hawtjni hawtjni-runtime %{ivy_local_dir} --version 1.15
|
||||
%else
|
||||
./climbing-nemesis.py jline jline %{ivy_local_dir} --version 2.11 --jarfile %{_javadir}/jline2-2.10.jar
|
||||
./climbing-nemesis.py org.fusesource.jansi jansi %{ivy_local_dir} --version 1.9
|
||||
%endif
|
||||
./climbing-nemesis.py org.fusesource.jansi jansi %{ivy_local_dir} --version 1.12
|
||||
./climbing-nemesis.py org.fusesource.jansi jansi-native %{ivy_local_dir} --version 1.8
|
||||
./climbing-nemesis.py org.fusesource.hawtjni hawtjni-runtime %{ivy_local_dir} --version 1.17
|
||||
|
||||
%if %{do_bootstrap}
|
||||
# we need to use the bundled ivy in the bootstrap build because 2.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue