Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
d5eeffbfc2 | |||
0c972c34d9 | |||
3ae84eeba4 | |||
85a776dd9b | |||
e4ed736c6b | |||
e9feb596e4 | |||
f2204e5f02 | |||
e4ac280c74 | |||
959f370e24 | |||
2efa94c59c | |||
4bb6e6a26e | |||
3d093d67cd | |||
9de519f239 | |||
d79b1b20b3 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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) 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
|
||||||
@@ -35,6 +35,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-io >= 3.2
|
BuildRequires: plexus-io >= 3.2
|
||||||
BuildRequires: plexus-utils >= 3.3
|
BuildRequires: plexus-utils >= 3.3
|
||||||
BuildRequires: sisu-inject
|
BuildRequires: sisu-inject
|
||||||
@@ -85,7 +86,16 @@ 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 atinject slf4j/api org.eclipse.sisu.inject jsr-305 commons-compress commons-io plexus/utils plexus/io
|
build-jar-repository -s lib \
|
||||||
|
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