This commit is contained in:
parent
a8389bdfe9
commit
b6a9527fc6
12
fix-javadoc-java8.patch
Normal file
12
fix-javadoc-java8.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: fop-2.1/build.xml
|
||||||
|
===================================================================
|
||||||
|
--- fop-2.1.orig/build.xml
|
||||||
|
+++ fop-2.1/build.xml
|
||||||
|
@@ -963,6 +963,7 @@ NOTE:
|
||||||
|
doctitle="Apache Formatting Objects Processor (FOP)"
|
||||||
|
bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved."
|
||||||
|
overview="${src.dir}/java/org/apache/fop/overview.html"
|
||||||
|
+ additionalparam="--allow-script-in-comments"
|
||||||
|
maxmemory="256M">
|
||||||
|
<header><![CDATA[${name} ${version}]]></header>
|
||||||
|
<footer><![CDATA[${name} ${version}]]></footer>
|
@ -38,6 +38,7 @@ Source11: %{name}-fontmetrics.xml
|
|||||||
Source12: %{name}-fontlist.xml
|
Source12: %{name}-fontlist.xml
|
||||||
Patch1: xmlgraphics-fop-cli.patch
|
Patch1: xmlgraphics-fop-cli.patch
|
||||||
Patch2: hyphenation-more-stack.patch
|
Patch2: hyphenation-more-stack.patch
|
||||||
|
Patch3: fix-javadoc-java8.patch
|
||||||
BuildRequires: ant >= 1.6.5
|
BuildRequires: ant >= 1.6.5
|
||||||
BuildRequires: apache-commons-io >= 2.4
|
BuildRequires: apache-commons-io >= 2.4
|
||||||
BuildRequires: apache-commons-logging
|
BuildRequires: apache-commons-logging
|
||||||
@ -86,6 +87,7 @@ find -name "*.jar" | xargs -t rm
|
|||||||
rm src/java/org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java
|
rm src/java/org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java
|
||||||
%patch1 -p1 -b .cli
|
%patch1 -p1 -b .cli
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
cp %{SOURCE2} %{SOURCE3} %{SOURCE4} .
|
cp %{SOURCE2} %{SOURCE3} %{SOURCE4} .
|
||||||
# Replace keyword "VERSION" in XML files with the real one:
|
# Replace keyword "VERSION" in XML files with the real one:
|
||||||
|
Loading…
Reference in New Issue
Block a user