1
0
Fridrich Strba 2024-04-10 09:08:32 +00:00 committed by Git OBS Bridge
parent fc1d9ae9dc
commit d0c149d744
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- plexus-languages-1.1.1/plexus-java/src/main/java9/module-info.java 2024-04-10 11:00:25.596880353 +0200
+++ plexus-languages-1.1.1/plexus-java/src/main/java9/module-info.java 2024-04-10 11:00:57.827095904 +0200
@@ -20,6 +20,7 @@
{
requires com.thoughtworks.qdox;
requires org.objectweb.asm;
+ requires java.inject;
exports org.codehaus.plexus.languages.java.jpms;
exports org.codehaus.plexus.languages.java.version;

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 10 09:07:44 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* plexus-languages-atinject.patch
+ Fix against multirelease version of atinject
-------------------------------------------------------------------
Sat Mar 12 07:26:31 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package plexus-languages
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,6 +26,7 @@ URL: https://github.com/codehaus-plexus/plexus-languages
Source0: %{name}-%{version}.tar.xz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
Source100: plexus-java-build.xml
Patch0: plexus-languages-atinject.patch
BuildRequires: ant
BuildRequires: atinject
BuildRequires: fdupes
@ -53,6 +54,7 @@ API documentation for %{name}.
%prep
%setup -q
%patch -P 0 -p1
cp %{SOURCE1} .
cp %{SOURCE100} plexus-java/build.xml