forked from pool/plexus-archiver
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
ebec3f994c | |||
cd2219678b | |||
56319e2d85 | |||
3dcdbc4e38 | |||
6643aeb9b3 | |||
2b9aa051b9 | |||
3deac3414f | |||
dfc120fe6c | |||
a5c48df952 | |||
b403364c1e |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jun 3 08:21:50 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
||||||
|
|
||||||
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 24 19:08:57 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Tue Sep 24 19:08:57 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-archiver
|
# spec file for package plexus-archiver
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -35,7 +35,6 @@ 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-io >= 3.2
|
BuildRequires: plexus-io >= 3.2
|
||||||
BuildRequires: plexus-utils >= 3.3
|
BuildRequires: plexus-utils >= 3.3
|
||||||
BuildRequires: sisu-inject
|
BuildRequires: sisu-inject
|
||||||
@@ -86,16 +85,7 @@ rm -rf src/test/java/org/codehaus/plexus/archiver/tar/TarZstdUnArchiverTest.java
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s lib \
|
build-jar-repository -s lib atinject slf4j/api org.eclipse.sisu.inject jsr-305 commons-compress commons-io plexus/utils plexus/io
|
||||||
atinject \
|
|
||||||
commons-compress \
|
|
||||||
commons-io \
|
|
||||||
jsr-305 \
|
|
||||||
objectweb-asm/asm \
|
|
||||||
org.eclipse.sisu.inject \
|
|
||||||
plexus/io \
|
|
||||||
plexus/utils \
|
|
||||||
slf4j/api
|
|
||||||
%{ant} \
|
%{ant} \
|
||||||
jar javadoc
|
jar javadoc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user