diff --git a/hibernate-jpa-2.0-api.spec b/hibernate-jpa-2.0-api.spec index bda89f4..da230a6 100644 --- a/hibernate-jpa-2.0-api.spec +++ b/hibernate-jpa-2.0-api.spec @@ -3,7 +3,7 @@ Name: hibernate-jpa-2.0-api Version: 1.0.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Java Persistence 2.0 (JSR 317) API License: EPL and BSD URL: http://www.hibernate.org/ @@ -38,6 +38,11 @@ This package contains the API documentation for %{name}. # Fixing wrong-file-end-of-line-encoding sed -i 's/\r//' src/main/javadoc/jdstyle.css +%pom_add_plugin org.apache.maven.plugins:maven-javadoc-plugin pom.xml " + + -Xdoclint:none + +" %build %mvn_build @@ -55,6 +60,9 @@ sed -i 's/\r//' target/site/apidocs/jdstyle.css %license license.txt %changelog +* Tue Apr 04 2017 Benjamin Lefoul - 1.0.1-20 +- Disable doclint + * Fri Feb 10 2017 Fedora Release Engineering - 1.0.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild