forked from pool/javapackages-tools
This commit is contained in:
parent
df87421286
commit
56f24ac370
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 08:01:41 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Split maven-local meta-package out of javapackages-tools spec
|
||||
file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 09:42:32 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -75,35 +75,6 @@ This package provides some basic directories into which Java packages
|
||||
install their content.
|
||||
|
||||
%if %{with python}
|
||||
%package -n maven-local
|
||||
Summary: Macros and scripts for Maven packaging support
|
||||
Group: Development/Languages/Java
|
||||
Requires: javapackages-local = %{version}
|
||||
Requires: javapackages-tools = %{version}
|
||||
Requires: xmvn-connector-aether
|
||||
Requires: xmvn-install
|
||||
Requires: xmvn-minimal
|
||||
Requires: xmvn-mojo
|
||||
Requires: xmvn-resolve
|
||||
# Common Maven plugins required by almost every build. It wouldn't make
|
||||
# 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)
|
||||
%if %{without xmvn_javadoc}
|
||||
Requires: mvn(org.apache.maven.plugins:maven-javadoc-plugin)
|
||||
%endif
|
||||
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.
|
||||
# Include JUnit and JUnit provider for Surefire just for convenience.
|
||||
Requires: mvn(junit:junit)
|
||||
Requires: mvn(org.apache.maven.surefire:surefire-junit4)
|
||||
# testng is quite common as well
|
||||
Requires: mvn(org.apache.maven.surefire:surefire-testng)
|
||||
|
||||
%description -n maven-local
|
||||
This package provides macros and scripts to support packaging Maven artifacts.
|
||||
|
||||
%package -n gradle-local
|
||||
Summary: Local mode for Gradle
|
||||
Group: Development/Languages/Java
|
||||
@ -231,8 +202,6 @@ rm -rf %{buildroot}%{_datadir}/fedora-review/
|
||||
%files -n javapackages-local -f files-local
|
||||
%dir %{_datadir}/java-utils
|
||||
|
||||
%files -n maven-local -f files-maven
|
||||
|
||||
%files -n gradle-local -f files-gradle
|
||||
%dir %{_datadir}/gradle-local
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user