2021-10-26 06:51:26 +00:00
|
|
|
Name: jaxb-istack-commons
|
2023-04-17 11:33:45 +00:00
|
|
|
Version: 4.2.0
|
2024-10-29 15:37:49 +00:00
|
|
|
Release: 9%{?dist}
|
2021-10-26 06:51:26 +00:00
|
|
|
Summary: iStack Common Utility Code
|
2023-09-01 11:44:36 +00:00
|
|
|
License: BSD-3-Clause
|
2021-10-26 06:51:26 +00:00
|
|
|
URL: https://github.com/eclipse-ee4j/jaxb-istack-commons
|
|
|
|
BuildArch: noarch
|
2022-07-08 13:40:56 +00:00
|
|
|
ExclusiveArch: %{java_arches} noarch
|
2021-10-26 06:51:26 +00:00
|
|
|
|
2021-10-29 12:25:29 +00:00
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
2021-10-26 06:51:26 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(jakarta.activation:jakarta.activation-api)
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
BuildRequires: mvn(org.apache.ant:ant)
|
|
|
|
BuildRequires: mvn(org.apache.ant:ant-junit)
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
2023-01-16 11:15:29 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
2023-01-16 11:28:05 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
2023-11-27 14:27:52 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
|
|
BuildRequires: mvn(org.glassfish.jaxb:codemodel)
|
2021-10-26 06:51:26 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects.
|
|
|
|
|
2023-11-27 14:27:52 +00:00
|
|
|
%package maven-plugin
|
|
|
|
Summary: istack-commons maven-plugin
|
|
|
|
|
|
|
|
%description maven-plugin
|
|
|
|
This package contains istack-commons maven-plugin.
|
|
|
|
|
2023-02-08 10:31:36 +00:00
|
|
|
%package runtime
|
2021-10-26 06:51:26 +00:00
|
|
|
Summary: istack-commons runtime
|
2023-01-13 14:46:16 +00:00
|
|
|
|
2023-02-08 10:31:36 +00:00
|
|
|
%description runtime
|
2021-10-26 06:51:26 +00:00
|
|
|
This package contains istack-commons runtime.
|
|
|
|
|
2023-02-08 10:31:36 +00:00
|
|
|
%package test
|
2021-10-29 12:25:29 +00:00
|
|
|
Summary: istack-commons test
|
2023-01-13 14:46:16 +00:00
|
|
|
|
2023-02-08 10:31:36 +00:00
|
|
|
%description test
|
2021-10-29 12:25:29 +00:00
|
|
|
This package contains istack-commons test.
|
2021-10-26 06:51:26 +00:00
|
|
|
|
2023-02-08 10:31:36 +00:00
|
|
|
%package tools
|
|
|
|
Summary: istack-commons tools
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package contains istack-commons tools.
|
|
|
|
|
2021-10-26 06:51:26 +00:00
|
|
|
%prep
|
2023-01-13 14:46:16 +00:00
|
|
|
%setup -q
|
2021-10-26 06:51:26 +00:00
|
|
|
|
|
|
|
pushd istack-commons
|
|
|
|
|
|
|
|
%pom_remove_parent
|
|
|
|
|
|
|
|
%pom_remove_plugin :buildnumber-maven-plugin
|
|
|
|
%pom_remove_plugin :glassfish-copyright-maven-plugin
|
|
|
|
%pom_remove_plugin :maven-enforcer-plugin
|
2021-10-29 12:25:29 +00:00
|
|
|
%pom_remove_plugin :maven-javadoc-plugin . test tools
|
2021-10-26 06:51:26 +00:00
|
|
|
%pom_remove_plugin :maven-source-plugin
|
|
|
|
%pom_remove_plugin :spotbugs-maven-plugin
|
|
|
|
|
2023-02-08 10:31:36 +00:00
|
|
|
# Missing dependency on args4j
|
|
|
|
%pom_disable_module soimp
|
2021-11-18 14:12:21 +00:00
|
|
|
|
2023-02-08 10:31:36 +00:00
|
|
|
%pom_disable_module buildtools
|
|
|
|
%pom_disable_module import-properties-plugin
|
|
|
|
|
|
|
|
%mvn_package :istack-commons __noinstall
|
2021-10-29 12:25:29 +00:00
|
|
|
popd
|
2021-10-26 06:51:26 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
pushd istack-commons
|
2023-01-13 14:46:16 +00:00
|
|
|
# Javadoc fails on module.info files: "error: too many module declarations found"
|
|
|
|
%mvn_build -f -s -j
|
2021-10-26 06:51:26 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
%install
|
|
|
|
pushd istack-commons
|
|
|
|
%mvn_install
|
|
|
|
popd
|
|
|
|
|
2023-11-27 14:27:52 +00:00
|
|
|
%files maven-plugin -f istack-commons/.mfiles-istack-commons-maven-plugin
|
|
|
|
%license LICENSE.md NOTICE.md
|
2023-02-08 10:31:36 +00:00
|
|
|
%files runtime -f istack-commons/.mfiles-istack-commons-runtime
|
2021-10-29 12:25:29 +00:00
|
|
|
%license LICENSE.md NOTICE.md
|
2023-02-08 10:31:36 +00:00
|
|
|
%files test -f istack-commons/.mfiles-istack-commons-test
|
2021-10-26 06:51:26 +00:00
|
|
|
%license LICENSE.md NOTICE.md
|
2023-02-08 10:31:36 +00:00
|
|
|
%files tools -f istack-commons/.mfiles-istack-commons-tools
|
2021-10-29 12:25:29 +00:00
|
|
|
%license LICENSE.md NOTICE.md
|
2021-10-26 06:51:26 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:37:49 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.2.0-9
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-08-01 17:33:49 +00:00
|
|
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 4.2.0-8
|
|
|
|
- Bump release for Aug 2024 java mass rebuild
|
|
|
|
|
2024-06-24 15:52:37 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.2.0-7
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-24 23:13:57 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-20 23:34:04 +00:00
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-11-27 14:27:52 +00:00
|
|
|
* Mon Nov 27 2023 Marian Koncek <mkoncek@redhat.com> - 4.2.0-4
|
|
|
|
- Add jaxb-istack-commons-maven-plugin subpackage
|
|
|
|
|
2023-09-01 11:44:36 +00:00
|
|
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.0-3
|
|
|
|
- Convert License tag to SPDX format
|
|
|
|
|
2023-07-20 07:57:59 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-04-17 11:33:45 +00:00
|
|
|
* Mon Apr 17 2023 Marian Koncek <mkoncek@redhat.com> - 4.2.0-1
|
|
|
|
- Update to upstream version 4.2.0
|
|
|
|
|
2023-02-08 10:31:36 +00:00
|
|
|
* Wed Feb 08 2023 Marian Koncek <mkoncek@redhat.com> - 4.1.1-3
|
|
|
|
- Reorganize subpackages
|
|
|
|
|
2023-01-19 13:39:24 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-13 14:46:16 +00:00
|
|
|
* Mon Nov 21 2022 Marian Koncek <mkoncek@redhat.com> - 4.1.1-1
|
|
|
|
- Update to upstream version 4.1.1
|
|
|
|
|
2022-07-21 15:09:27 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-08 13:40:56 +00:00
|
|
|
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 3.0.12-4
|
|
|
|
- Rebuilt for Drop i686 JDKs
|
|
|
|
|
2022-02-05 20:31:02 +00:00
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.0.12-3
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
2022-01-20 13:43:49 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-11-18 14:12:21 +00:00
|
|
|
* Fri Nov 05 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 3.0.12-1
|
|
|
|
- New upstream release 3.0.12
|
|
|
|
- Remove workaround for SUREFIRE-1897
|
|
|
|
|
2021-10-29 12:25:29 +00:00
|
|
|
* Fri Oct 29 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 3.0.11-7
|
|
|
|
- Include buildtolls, test, and soimp module
|
|
|
|
- Don't install parent module
|
|
|
|
|
2021-10-26 06:51:26 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.11-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Dogtag PKI Team <pki-devel@redhat.com> - 3.0.11-5
|
|
|
|
- Disable tests
|
|
|
|
|
|
|
|
* Mon May 24 2021 Dogtag PKI Team <pki-devel@redhat.com> - 3.0.11-4
|
|
|
|
- Drop jaxb-istack-commons-buildtools, jaxb-istack-commons-soimp,
|
|
|
|
and jaxb-istack-commons-test
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Aug 11 2020 Fabio Valentini <decathorpe@gmail.com> - 3.0.11-2
|
|
|
|
- Initial package renamed from istack-commons.
|