forked from pool/maven-jaxb2-plugin
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
844992892f | |||
ee813f93af | |||
cf5e50dfdf | |||
ce5b4a72de | |||
980bed0a7c | |||
5d5247b9c5 |
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:65557d0ef33077c21a19fe294ab5fde7b775874c48b1b786f68150df65964e2e
|
oid sha256:f54deed7dac9a01171bd165e6370d1e8282faa5d979294ab614ef0a93427be04
|
||||||
size 107279
|
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>
|
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
|
License: Apache-2.0 AND BSD-2-Clause
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://java.net/projects/maven-jaxb2-plugin/pages/Home
|
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
|
# Don't try to use an internal bundled resolver
|
||||||
Patch0: %{name}-0.14.0-dont-use-internal-resolver.patch
|
Patch0: %{name}-0.14.0-dont-use-internal-resolver.patch
|
||||||
# Adapt for Maven 3:
|
# Adapt for Maven 3:
|
||||||
@@ -71,7 +71,7 @@ Group: Documentation/HTML
|
|||||||
The API documentation of %{name}.
|
The API documentation of %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n jaxb-tools-%{version}
|
||||||
%patch -P 0 -p1
|
%patch -P 0 -p1
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user