Remove the mif parameter in the help message

This commit is contained in:
lyn1001 2023-09-16 09:54:29 +08:00
parent 000a1c3592
commit abfe54578b
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,20 @@
diff -Nur a/fop-core/src/main/java/org/apache/fop/cli/CommandLineOptions.java b/fop-core/src/main/java/org/apache/fop/cli/CommandLineOptions.java
--- a/fop-core/src/main/java/org/apache/fop/cli/CommandLineOptions.java 2017-04-03 19:23:57.000000000 +0800
+++ b/fop-core/src/main/java/org/apache/fop/cli/CommandLineOptions.java 2023-09-16 09:21:10.478347745 +0800
@@ -1183,7 +1183,7 @@
public static void printUsage(PrintStream out) {
out.println(
"\nUSAGE\nfop [options] [-fo|-xml] infile [-xsl file] "
- + "[-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl|-ps|-txt|-at [mime]|-print] <outfile>\n"
+ + "[-awt|-pdf|-rtf|-tiff|-png|-pcl|-ps|-txt|-at [mime]|-print] <outfile>\n"
+ " [OPTIONS] \n"
+ " -version print FOP version and exit\n"
+ " -x dump configuration settings \n"
@@ -1274,7 +1274,6 @@
+ " fop -xml foo.xml -xsl foo.xsl -pdf foo.pdf\n"
+ " fop -xml foo.xml -xsl foo.xsl -foout foo.fo\n"
+ " fop -xml - -xsl foo.xsl -pdf -\n"
- + " fop foo.fo -mif foo.mif\n"
+ " fop foo.fo -rtf foo.rtf\n"
+ " fop foo.fo -print\n"
+ " fop foo.fo -awt\n");

View File

@ -1,6 +1,6 @@
Name: fop Name: fop
Version: 2.2 Version: 2.2
Release: 6 Release: 7
Summary: Formatter for printing XSL-driven XML Files Summary: Formatter for printing XSL-driven XML Files
License: BSD and Apache-2.0 and MIT and Apache-1.1 License: BSD and Apache-2.0 and MIT and Apache-1.1
URL: https://xmlgraphics.apache.org/fop URL: https://xmlgraphics.apache.org/fop
@ -15,6 +15,7 @@ Patch0002: Port-to-QDox-2.0.patch
Patch0003: Allow-javascript-in-javadoc.patch Patch0003: Allow-javascript-in-javadoc.patch
Patch0004: Non-free-colour-profile-was-removed.patch Patch0004: Non-free-colour-profile-was-removed.patch
Patch0005: Update-to-newer-batik.patch Patch0005: Update-to-newer-batik.patch
Patch0006: Remove-the-mif-parameter-in-the-help-message.patch
BuildRequires: ant apache-commons-io apache-commons-logging avalon-framework BuildRequires: ant apache-commons-io apache-commons-logging avalon-framework
BuildRequires: batik fontbox javapackages-local junit qdox servlet BuildRequires: batik fontbox javapackages-local junit qdox servlet
BuildRequires: xmlunit xmlgraphics-commons >= 1.5 BuildRequires: xmlunit xmlgraphics-commons >= 1.5
@ -83,6 +84,9 @@ install -D -p -m 644 %{SOURCE4} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%changelog %changelog
* Sat Sep 16 2023 liyanan <thistleslyn@163.com> - 2.2-7
- Remove the mif parameter in the help message
* Fri Sep 08 2023 yaoxin <yao_xin001@hoperun.com> - 2.2-6 * Fri Sep 08 2023 yaoxin <yao_xin001@hoperun.com> - 2.2-6
- Fix build failure caused by batik upgrade to 1.17 - Fix build failure caused by batik upgrade to 1.17