Temporarily changed version for target
This commit is contained in:
parent
bfa609e149
commit
b62f1000e0
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
Summary: Application for extraction and decompilation of JVM byte code
|
||||
Name: java-runtime-decompiler
|
||||
%global tmpVersion 6.0-0.pre.1
|
||||
Version: 6.0.0.pre.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
|
|
@ -75,8 +76,8 @@ for x in $a ; do
|
|||
sed "s/.*SuppressFBWarnings.*//g" $x -i
|
||||
done
|
||||
|
||||
%mvn_build --xmvn-javadoc -- -Plegacy
|
||||
java -cp /usr/share/java/classpathless-compiler/classpathless-compiler.jar:runtime-decompiler/target/runtime-decompiler-%{version}.jar org.jrd.backend.data.Help > %{name}.1
|
||||
%mvn_build -f --xmvn-javadoc -- -Plegacy
|
||||
java -cp /usr/share/java/classpathless-compiler/classpathless-compiler.jar:runtime-decompiler/target/runtime-decompiler-%{tmpVersion}.jar org.jrd.backend.data.Help > %{name}.1
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue