jaxb-istack-commons/jaxb-istack-commons.spec

166 lines
5.3 KiB
RPMSpec
Raw Normal View History

Name: jaxb-istack-commons
2023-04-17 11:33:45 +00:00
Version: 4.2.0
Release: 9%{?dist}
Summary: iStack Common Utility Code
License: BSD-3-Clause
URL: https://github.com/eclipse-ee4j/jaxb-istack-commons
BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
2021-10-29 12:25:29 +00:00
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
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)
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildRequires: mvn(org.glassfish.jaxb:codemodel)
%description
Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects.
%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
Summary: istack-commons runtime
2023-01-13 14:46:16 +00:00
2023-02-08 10:31:36 +00:00
%description runtime
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.
2023-02-08 10:31:36 +00:00
%package tools
Summary: istack-commons tools
%description tools
This package contains istack-commons tools.
%prep
2023-01-13 14:46:16 +00:00
%setup -q
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
%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
%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
popd
%install
pushd istack-commons
%mvn_install
popd
%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
%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
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.2.0-9
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 4.2.0-8
- Bump release for Aug 2024 java mass rebuild
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.2.0-7
- Bump release for June 2024 mass rebuild
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Nov 27 2023 Marian Koncek <mkoncek@redhat.com> - 4.2.0-4
- Add jaxb-istack-commons-maven-plugin subpackage
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.0-3
- Convert License tag to SPDX format
* 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
* 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
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 3.0.12-4
- Rebuilt for Drop i686 JDKs
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.0.12-3
- Rebuilt for java-17-openjdk as system jdk
* 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
* 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.