From e41eeb2395fd90beb2903d818be317d7257f8428 Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 9 Jun 2020 18:22:03 +0200 Subject: [PATCH] aligned rsyntaxtextarea version, fixed javadoc generation --- java-runtime-decompiler.spec | 9 +++++++-- rsyntaxVersion.patch | 12 ++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 rsyntaxVersion.patch diff --git a/java-runtime-decompiler.spec b/java-runtime-decompiler.spec index 7a9b31f..a376afa 100644 --- a/java-runtime-decompiler.spec +++ b/java-runtime-decompiler.spec @@ -1,7 +1,7 @@ Summary: Application for extraction and decompilation of JVM byte code Name: java-runtime-decompiler Version: 3.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3 URL: https://github.com/pmikova/java-runtime-decompiler Source0: https://github.com/pmikova/%{name}/archive/%{name}-%{version}.tar.gz @@ -10,6 +10,7 @@ Source2: java-runtime-decompiler.1 Source3: jrd.desktop Patch1: systemFernflower.patch Patch2: systemProcyon.patch +Patch3: rsyntaxVersion.patch BuildArch: noarch BuildRequires: maven-local BuildRequires: byteman @@ -44,6 +45,7 @@ This package contains the API documentation for %{name}. %setup -q -n %{name}-%{name}-%{version} %patch1 -p0 %patch2 -p0 +%patch3 -p0 %build pushd runtime-decompiler @@ -51,7 +53,7 @@ pushd runtime-decompiler %pom_add_dep com.sun:tools %pom_remove_plugin :maven-jar-plugin popd -%mvn_build +%mvn_build --xmvn-javadoc %install %mvn_install @@ -87,6 +89,9 @@ desktop-file-install --vendor="fedora" \ %license LICENSE %changelog +* Tue Mar 17 2020 Jiri Vanek - 3.0-7 +- aligned rsyntaxtextarea version, fixed javadoc generation + * Tue Mar 17 2020 Jiri Vanek - 3.0-6 - changed jdk8 requirement diff --git a/rsyntaxVersion.patch b/rsyntaxVersion.patch new file mode 100644 index 0000000..a681d71 --- /dev/null +++ b/rsyntaxVersion.patch @@ -0,0 +1,12 @@ +--- runtime-decompiler/pom.xml ++++ runtime-decompiler/pom.xml +@@ -134,7 +134,7 @@ + + com.fifesoft + rsyntaxtextarea +- 2.6.1 ++ 3.1.1 + + + org.jboss.byteman +