Moved to 10.0 and made buildable.
Runteim tests ahead
This commit is contained in:
parent
82a7cfd6d0
commit
292215c478
13 changed files with 29 additions and 98 deletions
|
|
@ -1,8 +1,7 @@
|
|||
Summary: Application for extraction and decompilation of JVM byte code
|
||||
Name: java-runtime-decompiler
|
||||
Version: 9.1
|
||||
Version: 10.0
|
||||
Release: %autorelease
|
||||
# Automatically converted from old format: GPLv3 - review is highly recommended.
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/pmikova/java-runtime-decompiler
|
||||
Source0: https://github.com/judovana/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
|
|
@ -22,7 +21,6 @@ Patch6: systemJcoder.patch
|
|||
Patch61: systemJcoder7.patch
|
||||
Patch62: systemJcoderG.patch
|
||||
Patch63: systemJcoderG7.patch
|
||||
Patch7: removeMultilineSpotbugs.patch
|
||||
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
|
@ -31,8 +29,6 @@ BuildRequires: byteman
|
|||
BuildRequires: rsyntaxtextarea
|
||||
BuildRequires: junit5
|
||||
BuildRequires: ant-junit5
|
||||
BuildRequires: junit
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: java-diff-utils
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
BuildRequires: maven-surefire-provider-junit5
|
||||
|
|
@ -111,22 +107,21 @@ This package provides bindings and requirements to asmtools7 disassembler and as
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%patch 1 -p0
|
||||
%patch 2 -p0
|
||||
%patch 21 -p0
|
||||
%patch 3 -p0
|
||||
%patch 4 -p0
|
||||
%patch 5 -p0
|
||||
%patch 51 -p0
|
||||
%patch 52 -p0
|
||||
%patch 53 -p0
|
||||
%patch 6 -p0
|
||||
%patch 61 -p0
|
||||
%patch 62 -p0
|
||||
%patch 63 -p0
|
||||
%patch 7 -p1
|
||||
%patch -P1 -p0
|
||||
%patch -P2 -p0
|
||||
%patch -P21 -p0
|
||||
%patch -P3 -p0
|
||||
%patch -P4 -p0
|
||||
%patch -P5 -p0
|
||||
%patch -P51 -p0
|
||||
%patch -P52 -p0
|
||||
%patch -P53 -p0
|
||||
%patch -P6 -p0
|
||||
%patch -P61 -p0
|
||||
%patch -P62 -p0
|
||||
%patch -P63 -p0
|
||||
|
||||
%java_remove_annotations decompiler_agent runtime-decompiler -s -n SuppressFBWarnings
|
||||
jurand -i -s -a -n SuppressFBWarnings decompiler_agent runtime-decompiler
|
||||
|
||||
%build
|
||||
pushd runtime-decompiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue