Turn off javadoc linting

This commit is contained in:
Mat Booth 2020-06-24 21:14:22 +01:00
parent 9820d8babd
commit e9029f465f

View File

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