mizdebsk pushed to batik (master). "Disable javadoc doclint"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 13 16:43:21 UTC 2015


From 45a6623790b2ed6261e045eaf6fbbebbaf6b5af7 Mon Sep 17 00:00:00 2001
From: Mikolaj Izdebski <mizdebsk at redhat.com>
Date: Wed, 13 May 2015 18:40:03 +0200
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 &#169; ${year} &lt;a href='http://www.apache.org/'&gt;Apache Software Foundation&lt;/a&gt;. All Rights Reserved.">
+       <arg value="-notimestamp"/>
++      <arg value="-Xdoclint:none"/>
+       <sourcepath path="${src}"/>
+       <classpath refid="libs-classpath"/>
+       <link href="${dom.javadoc}"/>
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 <mizdebsk at redhat.com> - 1.8-0.18.svn1230816
+- Disable javadoc doclint
+
 * Mon Jan 12 2015 Alexander Kurtakov <akurtako at redhat.com> 1.8-0.17.svn1230816
 - Add obsoletes in batik-css to ease updates.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/batik.git/commit/?h=master&id=45a6623790b2ed6261e045eaf6fbbebbaf6b5af7


More information about the scm-commits mailing list