diff --git a/xerces-j2.spec b/xerces-j2.spec index 699d645..87b4e37 100644 --- a/xerces-j2.spec +++ b/xerces-j2.spec @@ -4,7 +4,7 @@ Name: xerces-j2 Version: 2.12.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Java XML parser # Most of the source is ASL 2.0 # W3C licensed files: @@ -132,6 +132,9 @@ find -name '*.jar' -exec rm -f '{}' \; sed -i 's/\r//' LICENSE README NOTICE +# Disable javadoc linting +sed -i -e "s|additionalparam='|additionalparam='-Xdoclint:none |" build.xml + # legacy aliases for compatability %mvn_alias : xerces:xerces xerces:xmlParserAPIs apache:xerces-j2 %mvn_file : %{name} jaxp_parser_impl @@ -208,6 +211,9 @@ ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar %{_datadir}/%{name} %changelog +* Wed Jun 24 2020 Mat Booth - 2.12.0-6 +- Turn off javadoc linting + * Wed Jun 24 2020 Jeff Johnston - 2.12.0-5 - Change to build using Java 11 - Fix some impl classes that require getContentDocument() method