Accepting request 1034836 from Java:packages
Removal of gradle-local sub-package that is not needed and does not have dependencies OBS-URL: https://build.opensuse.org/request/show/1034836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/javapackages-meta?expand=0&rev=4
This commit is contained in:
commit
5d0878e9a5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 9 08:41:16 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- The gradle-local meta-package is not needed any more
|
||||||
|
- Syncing the version with current javapackages-tools
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 16 07:30:27 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
Thu Jul 16 07:30:27 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package javapackages-meta
|
# spec file for package javapackages-meta
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: javapackages-meta
|
Name: javapackages-meta
|
||||||
# Sync the version with javapackages-tools package
|
# Sync the version with javapackages-tools package
|
||||||
Version: 5.3.0
|
Version: 6.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Meta-packages for different local modes of Java builds
|
Summary: Meta-packages for different local modes of Java builds
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -28,22 +28,8 @@ Source100: %{name}-rpmlintrc
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a set of meta-packages needed by local modes for
|
This package provides a set of meta-packages needed by local
|
||||||
Gradle, Ivy and Maven. These local modes allow artifact resolution
|
modes for Ivy and Maven. These local modes allow artifact
|
||||||
using XMvn resolver.
|
|
||||||
|
|
||||||
%package -n gradle-local
|
|
||||||
Summary: Local mode for Gradle
|
|
||||||
Group: Development/Languages/Java
|
|
||||||
Requires: gradle >= 2.2.1
|
|
||||||
Requires: javapackages-gradle >= %{version}
|
|
||||||
Requires: xmvn-connector-gradle
|
|
||||||
Requires: xmvn-install
|
|
||||||
Requires: xmvn-resolve
|
|
||||||
|
|
||||||
%description -n gradle-local
|
|
||||||
This meta-package pulls in macros, scripts and dependencies
|
|
||||||
implementing local mode for Gradle, which allows artifact
|
|
||||||
resolution using XMvn resolver.
|
resolution using XMvn resolver.
|
||||||
|
|
||||||
%package -n ivy-local
|
%package -n ivy-local
|
||||||
@ -96,8 +82,6 @@ resolution using XMvn resolver.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
%files -n gradle-local
|
|
||||||
|
|
||||||
%files -n ivy-local
|
%files -n ivy-local
|
||||||
|
|
||||||
%files -n maven-local
|
%files -n maven-local
|
||||||
|
Loading…
Reference in New Issue
Block a user