From 45a6623790b2ed6261e045eaf6fbbebbaf6b5af7 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: May 13 2015 16:40:03 +0000 Subject: Disable javadoc doclint --- diff --git a/batik-disable-doclint.patch b/batik-disable-doclint.patch new file mode 100644 index 0000000..484fe3e --- /dev/null +++ b/batik-disable-doclint.patch @@ -0,0 +1,10 @@ +--- build.xml~ 2015-05-13 18:35:58.077435053 +0200 ++++ build.xml 2015-05-13 18:38:26.464632854 +0200 +@@ -2092,6 +2092,7 @@ + doctitle="${Project} API Specification ${completeVersion}" + bottom="Copyright © ${year} <a href='http://www.apache.org/'>Apache Software Foundation</a>. All Rights Reserved."> + ++ + + + diff --git a/batik.spec b/batik.spec index 6e28fca..ee23abd 100644 --- a/batik.spec +++ b/batik.spec @@ -1,6 +1,6 @@ Name: batik Version: 1.8 -Release: 0.17.svn1230816%{?dist} +Release: 0.18.svn1230816%{?dist} Summary: Scalable Vector Graphics for Java License: ASL 2.0 and W3C URL: http://xml.apache.org/batik/ @@ -37,6 +37,8 @@ Patch2: %{name}-script-remove-js.patch # https://issues.apache.org/jira/browse/BATIK-1065 Patch3: %{name}-javadoc-task-failonerror-and-oom.patch +Patch4: %{name}-disable-doclint.patch + BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 @@ -168,6 +170,7 @@ done %patch2 %patch3 +%patch4 %build export CLASSPATH=$(build-classpath xml-commons-apis xml-commons-apis-ext js rhino xalan-j2 xalan-j2-serializer xerces-j2) @@ -324,6 +327,9 @@ chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/charts/convert.sh %changelog +* Wed May 13 2015 Mikolaj Izdebski - 1.8-0.18.svn1230816 +- Disable javadoc doclint + * Mon Jan 12 2015 Alexander Kurtakov 1.8-0.17.svn1230816 - Add obsoletes in batik-css to ease updates.