Moved to pstream 6.1
This commit is contained in:
parent
99db0d5e5f
commit
2f17132bf9
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
Summary: Application for extraction and decompilation of JVM byte code
|
||||
Name: java-runtime-decompiler
|
||||
%global tmpVersion 6.0-0.pre.3
|
||||
Version: 6.0.0.pre.3
|
||||
Version: 6.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
URL: https://github.com/pmikova/java-runtime-decompiler
|
||||
|
|
@ -77,7 +76,7 @@ for x in $a ; do
|
|||
done
|
||||
|
||||
%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
|
||||
java -cp /usr/share/java/classpathless-compiler/classpathless-compiler.jar:runtime-decompiler/target/runtime-decompiler-%{version}.jar org.jrd.backend.data.Help > %{name}.1
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue