Don't use xmvn javadoc for now
This commit is contained in:
parent
d27b019e59
commit
5ed434fb4e
@ -19,7 +19,7 @@
|
||||
|
||||
Name: javapackages-tools
|
||||
Version: 5.0.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
Summary: Macros and scripts for Java packaging support
|
||||
|
||||
@ -68,6 +68,7 @@ Requires: xmvn-connector-aether
|
||||
# sense to explicitly require them in every package built with Maven.
|
||||
Requires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
|
||||
Requires: mvn(org.apache.maven.plugins:maven-jar-plugin)
|
||||
Requires: mvn(org.apache.maven.plugins:maven-javadoc-plugin)
|
||||
Requires: mvn(org.apache.maven.plugins:maven-resources-plugin)
|
||||
Requires: mvn(org.apache.maven.plugins:maven-surefire-plugin)
|
||||
# Tests based on JUnit are very common and JUnit itself is small.
|
||||
@ -140,7 +141,6 @@ This package provides non-essential macros and scripts to support Java packaging
|
||||
%install
|
||||
./install
|
||||
|
||||
sed -i 's|mvn_build.py|& --xmvn-javadoc|' $(find %{buildroot} -name 'macros*.fjava')
|
||||
sed -e 's/.[17]$/&.gz/' -e 's/.py$/&*/' -i files-*
|
||||
|
||||
%if %{without gradle}
|
||||
@ -170,6 +170,9 @@ rm -rf %{buildroot}%{_mandir}/man7/gradle_build.7
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Jul 03 2017 Michael Simacek <msimacek@redhat.com> - 5.0.0-3
|
||||
- Don't use xmvn javadoc for now
|
||||
|
||||
* Wed Jun 21 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0.0-2
|
||||
- Re-add dist-tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user