Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
cd9b862c21 | |||
9204dc8800 | |||
193c638cfa |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 08:23:46 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 16:23:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-cipher
|
||||
#
|
||||
# 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
|
||||
@@ -30,6 +30,7 @@ BuildRequires: atinject
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: sisu-inject
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -52,10 +53,13 @@ cp %{SOURCE1} build.xml
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib atinject org.eclipse.sisu.inject
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
objectweb-asm/asm \
|
||||
org.eclipse.sisu.inject
|
||||
|
||||
%{ant} compile
|
||||
%{ant} jar javadoc
|
||||
ant compile
|
||||
ant jar javadoc
|
||||
|
||||
%install
|
||||
# jar
|
||||
|
Reference in New Issue
Block a user