Accepting request 1112540 from Java:packages
Sync with javapackages-tools 6.2.0 OBS-URL: https://build.opensuse.org/request/show/1112540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/javapackages-meta?expand=0&rev=5
This commit is contained in:
commit
c867366b67
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 02:54:32 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Syncing the version with javapackages-tools 6.2.0
|
||||
- Remove unnecessary dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 08:41:16 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package javapackages-meta
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: javapackages-meta
|
||||
# Sync the version with javapackages-tools package
|
||||
Version: 6.1.0
|
||||
Version: 6.2.0
|
||||
Release: 0
|
||||
Summary: Meta-packages for different local modes of Java builds
|
||||
License: BSD-3-Clause
|
||||
@ -52,24 +52,15 @@ Summary: Local mode for Maven
|
||||
Group: Development/Languages/Java
|
||||
Requires: javapackages-local >= %{version}
|
||||
Requires: javapackages-tools >= %{version}
|
||||
# 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)
|
||||
# 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)
|
||||
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)
|
||||
Requires: mvn(org.apache.maven.surefire:surefire-junit4)
|
||||
Requires: mvn(org.apache.maven.surefire:surefire-testng)
|
||||
# testng is quite common as well
|
||||
Requires: xmvn-connector-aether
|
||||
Requires: xmvn-connector
|
||||
Requires: xmvn-install
|
||||
Requires: xmvn-minimal
|
||||
Requires: xmvn-mojo
|
||||
Requires: xmvn-resolve
|
||||
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-resources-plugin)
|
||||
Requires: mvn(org.apache.maven.plugins:maven-surefire-plugin)
|
||||
|
||||
%description -n maven-local
|
||||
This meta-package pulls in macros, scripts and dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user