bumped to final sources

This commit is contained in:
Jiri Vanek 2021-08-12 17:20:01 +02:00
commit 07fa5fc747
3 changed files with 8 additions and 4 deletions

View file

@ -1,7 +1,7 @@
Summary: Application for extraction and decompilation of JVM byte code
Name: java-runtime-decompiler
Version: 5.0.rc1
Release: 2%{?dist}
Version: 5.1
Release: 1%{?dist}
License: GPLv3
URL: https://github.com/pmikova/java-runtime-decompiler
Source0: https://github.com/pmikova/%{name}/archive/%{name}-%{version}.tar.gz
@ -66,7 +66,7 @@ pushd runtime-decompiler
popd
%mvn_build --xmvn-javadoc
java -cp /usr/share/java/classpathless-compiler/classpathless-compiler.jar:runtime-decompiler/target/runtime-decompiler-5.0-SNAPSHOT.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
@ -107,6 +107,9 @@ desktop-file-install --vendor="fedora" \
%license LICENSE
%changelog
* Thu Aug 12 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-1
- bumped to final sources
* Mon Aug 09 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.rc1-1
- adapted manpage