File project.diff of Package javapackages-meta
--- javapackages-meta.changes.orig
+++ javapackages-meta.changes
@@ -5,12 +5,6 @@ Fri Sep 15 02:54:32 UTC 2023 - Fridrich
- Remove unnecessary dependencies
-------------------------------------------------------------------
-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>
- Fix requires not to have to redo the package on each
--- javapackages-meta.spec.orig
+++ javapackages-meta.spec
@@ -1,7 +1,7 @@
#
# spec file for package javapackages-meta
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,15 +28,29 @@ Source100: %{name}-rpmlintrc
BuildArch: noarch
%description
-This package provides a set of meta-packages needed by local
-modes for Ivy and Maven. These local modes allow artifact
+This package provides a set of meta-packages needed by local modes for
+Gradle, Ivy and Maven. These local modes allow artifact resolution
+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.
%package -n ivy-local
Summary: Local mode for Apache Ivy
Group: Development/Languages/Java
Requires: ant
-Requires: apache-ivy >= 2.3.0
+Requires: apache-ivy >= 2.5.0
Requires: javapackages-ivy >= %{version}
Requires: xmvn-connector-ivy
Requires: xmvn-install
@@ -73,6 +87,8 @@ resolution using XMvn resolver.
%install
+%files -n gradle-local
+
%files -n ivy-local
%files -n maven-local