Remove maven-javadoc-plugin dependency

This commit is contained in:
Ondrej Dubaj 2021-05-12 14:13:53 +02:00
parent 146b22d8d7
commit 26284104c0

View File

@ -3,7 +3,7 @@
Name: jna
Version: 5.6.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Pure Java access to native libraries
# Most of code is dual-licensed under either LGPL 2.1+ only or Apache
# License 2.0. WeakIdentityHashMap.java was taken from Apache CXF,
@ -104,6 +104,8 @@ ln -s $(xmvn-resolve ant:ant:1.10.5) lib/ant.jar
cp lib/native/aix-ppc64.jar lib/clover.jar
%pom_remove_plugin -r :maven-javadoc-plugin parent
%build
# We pass -Ddynlink.native which comes from our patch because
@ -146,6 +148,9 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/
%changelog
* Wed May 12 2021 Ondrej Dubaj <odubaj@redhat.com> - 5.6.0-3
- Remove maven-javadoc-plugin dependency
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild