forked from pool/plexus-io
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
1c2bfb1698 | |||
d7676a839f | |||
4519b3afc4 |
@@ -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>
|
Thu Jun 13 17:15:03 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-io
|
# 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
|
# 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
|
||||||
@@ -32,6 +32,7 @@ BuildRequires: atinject
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local >= 6
|
BuildRequires: javapackages-local >= 6
|
||||||
BuildRequires: jsr-305
|
BuildRequires: jsr-305
|
||||||
|
BuildRequires: objectweb-asm
|
||||||
BuildRequires: plexus-utils >= 3.3.0
|
BuildRequires: plexus-utils >= 3.3.0
|
||||||
BuildRequires: sisu-inject
|
BuildRequires: sisu-inject
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -54,7 +55,13 @@ cp %{SOURCE2} .
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p lib
|
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} \
|
%{ant} \
|
||||||
jar javadoc
|
jar javadoc
|
||||||
|
Reference in New Issue
Block a user