From 5f36031af2bf11d682b9d15e2f6f7a3453e424a0 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Thu, 25 Jun 2020 10:29:54 +0300 Subject: [PATCH] Remove Jacl source to fix javadoc generation on Java 11. --- batik.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/batik.spec b/batik.spec index d6927e2..8c77823 100644 --- a/batik.spec +++ b/batik.spec @@ -5,7 +5,7 @@ Name: batik Version: 1.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Scalable Vector Graphics for Java License: ASL 2.0 and W3C URL: https://xmlgraphics.apache.org/batik/ @@ -176,6 +176,9 @@ rm batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java %mvn_file :batik-all batik-all +#no jacl rpm and it breaks javadoc +rm -fr batik-script/src/main/java/org/apache/batik/script/jacl/JaclInterpreter.java + %build %mvn_build --xmvn-javadoc