Remove maven-javadoc-plugin configuration
Remove unused dependency net.jcip:jcip-annotations
This commit is contained in:
parent
ad0b456c0b
commit
93ac4b4bff
1 changed files with 14 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: voms-api-java
|
||||
Version: 3.3.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Virtual Organization Membership Service Java API
|
||||
|
||||
License: ASL 2.0
|
||||
|
|
@ -15,7 +15,6 @@ BuildRequires: mvn(eu.eu-emi.security:canl) >= 2.5
|
|||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-library)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
BuildRequires: mvn(net.jcip:jcip-annotations)
|
||||
Requires: mvn(eu.eu-emi.security:canl) >= 2.5
|
||||
|
||||
%description
|
||||
|
|
@ -38,6 +37,14 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
|
|||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
# Remove unused dependency
|
||||
%pom_remove_dep net.jcip:jcip-annotations
|
||||
|
||||
# Remove maven-javadoc-plugin configuration
|
||||
# It doesn't change the content of the javadoc package anyway
|
||||
# And its presence causes the EPEL 8 build to fail
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-javadoc-plugin
|
||||
|
||||
# Do not create source jars
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-source-plugin
|
||||
|
||||
|
|
@ -51,7 +58,7 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
|
|||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install -J target/site/javadoc/apidocs
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
|
|
@ -62,6 +69,10 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Aug 20 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.3.0-6
|
||||
- Remove maven-javadoc-plugin configuration
|
||||
- Remove unused dependency net.jcip:jcip-annotations
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue