13
0

6 Commits

3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65557d0ef33077c21a19fe294ab5fde7b775874c48b1b786f68150df65964e2e
size 107279
oid sha256:f54deed7dac9a01171bd165e6370d1e8282faa5d979294ab614ef0a93427be04
size 107327

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 2 17:47:54 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Fix broken download link
-------------------------------------------------------------------
Wed Feb 21 10:50:14 UTC 2024 - Gus Kenion <gus.kenion@suse.com>

View File

@@ -23,7 +23,7 @@ Summary: Provides the capability to generate java sources from schemas
License: Apache-2.0 AND BSD-2-Clause
Group: Development/Libraries/Java
URL: https://java.net/projects/maven-jaxb2-plugin/pages/Home
Source0: https://github.com/highsource/maven-jaxb2-plugin/archive/%{version}.tar.gz
Source0: https://github.com/highsource/jaxb-tools/archive/refs/tags/%{version}.tar.gz
# Don't try to use an internal bundled resolver
Patch0: %{name}-0.14.0-dont-use-internal-resolver.patch
# Adapt for Maven 3:
@@ -71,7 +71,7 @@ Group: Documentation/HTML
The API documentation of %{name}.
%prep
%setup -q
%setup -q -n jaxb-tools-%{version}
%patch -P 0 -p1
%patch -P 1 -p1