forked from pool/plexus-resources
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
b800108b61 | |||
3d25b11f7e | |||
865cdbc8d6 | |||
957a8aef96 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jun 3 08:25:16 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
||||||
|
|
||||||
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 8 06:40:30 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Tue Oct 8 06:40:30 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-resources
|
# spec file for package plexus-resources
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -29,7 +29,6 @@ BuildRequires: ant
|
|||||||
BuildRequires: atinject
|
BuildRequires: atinject
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local >= 6
|
BuildRequires: javapackages-local >= 6
|
||||||
BuildRequires: objectweb-asm
|
|
||||||
BuildRequires: plexus-utils
|
BuildRequires: plexus-utils
|
||||||
BuildRequires: plexus-xml
|
BuildRequires: plexus-xml
|
||||||
BuildRequires: sisu-inject
|
BuildRequires: sisu-inject
|
||||||
@@ -56,13 +55,7 @@ cp %{SOURCE1} build.xml
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s lib \
|
build-jar-repository -s lib atinject org.eclipse.sisu.inject plexus/utils plexus/xml slf4j/api
|
||||||
atinject \
|
|
||||||
objectweb-asm/asm \
|
|
||||||
org.eclipse.sisu.inject \
|
|
||||||
plexus/utils \
|
|
||||||
plexus/xml \
|
|
||||||
slf4j/api
|
|
||||||
%{ant} jar javadoc
|
%{ant} jar javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user