Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
5e6b0a836c | |||
f9d000af36 | |||
2562d0cf15 | |||
e46dd4908b | |||
59d012bf0b | |||
ead3b3f53d |
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65557d0ef33077c21a19fe294ab5fde7b775874c48b1b786f68150df65964e2e
|
||||
size 107279
|
||||
oid sha256:f54deed7dac9a01171bd165e6370d1e8282faa5d979294ab614ef0a93427be04
|
||||
size 107327
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user