forked from pool/plexus-io
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
1c2bfb1698 | |||
d7676a839f | |||
4519b3afc4 | |||
85a3f6287a | |||
d70a649641 | |||
9fa8998b60 | |||
2e57cbd72f |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 08:24:58 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 17:15:03 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-io
|
||||
#
|
||||
# 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: javapackages-local >= 6
|
||||
BuildRequires: jsr-305
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: plexus-utils >= 3.3.0
|
||||
BuildRequires: sisu-inject
|
||||
BuildArch: noarch
|
||||
@@ -54,7 +55,13 @@ cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib atinject org.eclipse.sisu.inject plexus/utils commons-io jsr-305
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
commons-io \
|
||||
jsr-305 \
|
||||
objectweb-asm/asm \
|
||||
org.eclipse.sisu.inject \
|
||||
plexus/utils
|
||||
|
||||
%{ant} \
|
||||
jar javadoc
|
||||
|
Reference in New Issue
Block a user