11
0

Accepting request 1282192 from Java:packages

Add dependency on objectweb-asm to build with sisu 0.9.0.M4

OBS-URL: https://build.opensuse.org/request/show/1282192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-velocity?expand=0&rev=8
This commit is contained in:
2025-06-03 15:54:07 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 3 08:26:14 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
-------------------------------------------------------------------
Thu Oct 3 13:56:35 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package plexus-velocity
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@ BuildRequires: atinject
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local >= 6
BuildRequires: objectweb-asm
BuildRequires: sisu-inject
BuildRequires: velocity-engine-core
BuildArch: noarch
@@ -57,7 +58,12 @@ cp -p %{SOURCE1} build.xml
cp -p %{SOURCE2} LICENSE
mkdir -p lib
build-jar-repository -s lib atinject commons-collections org.eclipse.sisu.inject velocity-engine/velocity-engine-core
build-jar-repository -s lib \
atinject \
commons-collections \
objectweb-asm/asm \
org.eclipse.sisu.inject \
velocity-engine/velocity-engine-core
%build
ant jar javadoc