From db1e8b9c682146a8df717d199e5491882bef0ff4 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 25 Oct 2024 15:51:49 +0300 Subject: [PATCH] import jaxb-stax-ex-2.1.0-8.el10 --- .gitignore | 1 + .jaxb-stax-ex.metadata | 1 + SPECS/jaxb-stax-ex.spec | 106 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 108 insertions(+) create mode 100644 .gitignore create mode 100644 .jaxb-stax-ex.metadata create mode 100644 SPECS/jaxb-stax-ex.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b92b575 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/jaxb-stax-ex-2.1.0.tar.gz diff --git a/.jaxb-stax-ex.metadata b/.jaxb-stax-ex.metadata new file mode 100644 index 0000000..4fe788d --- /dev/null +++ b/.jaxb-stax-ex.metadata @@ -0,0 +1 @@ +4861cb57e2d08abec4b1e4288f9e5938ddf807e9 SOURCES/jaxb-stax-ex-2.1.0.tar.gz diff --git a/SPECS/jaxb-stax-ex.spec b/SPECS/jaxb-stax-ex.spec new file mode 100644 index 0000000..95bce45 --- /dev/null +++ b/SPECS/jaxb-stax-ex.spec @@ -0,0 +1,106 @@ +Name: jaxb-stax-ex +Version: 2.1.0 +Release: 8%{?dist} +Summary: Extended StAX API +License: BSD-3-Clause + +URL: https://github.com/eclipse-ee4j/jaxb-stax-ex +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz + +BuildArch: noarch +ExclusiveArch: %{java_arches} noarch + +BuildRequires: maven-local +BuildRequires: mvn(jakarta.activation:jakarta.activation-api) +BuildRequires: mvn(jakarta.xml.bind:jakarta.xml.bind-api) +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) + +%description +This project contains a few extensions to complement JSR-173 StAX API in +the following areas: + +- Enable parser instance reuse (which is important in the + high-performance environment like Eclipse Implementation of JAXB and + Eclipse Metro) +- Improve the support for reading from non-text XML infoset, such as + FastInfoset. +- Improve the namespace support. + +%{?javadoc_package} + +%prep +%setup -q + +%pom_remove_parent + +%pom_remove_plugin :buildnumber-maven-plugin +%pom_remove_plugin :glassfish-copyright-maven-plugin +%pom_remove_plugin :maven-enforcer-plugin + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE.md NOTICE.md +%doc README.md + +%changelog +* Thu Aug 01 2024 Troy Dawson - 2.1.0-8 +- Bump release for Aug 2024 java mass rebuild + +* Mon Jun 24 2024 Troy Dawson - 2.1.0-7 +- Bump release for June 2024 mass rebuild + +* Wed Jan 24 2024 Fedora Release Engineering - 2.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jan 20 2024 Fedora Release Engineering - 2.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Sep 01 2023 Mikolaj Izdebski - 2.1.0-4 +- Convert License tag to SPDX format + +* Thu Jul 20 2023 Fedora Release Engineering - 2.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jan 19 2023 Fedora Release Engineering - 2.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Nov 21 2022 Marian Koncek - 2.1.0-1 +- Update to upstream version 2.1.0 + +* Thu Jul 21 2022 Fedora Release Engineering - 1.8.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jul 08 2022 Jiri Vanek - 1.8.3-9 +- Rebuilt for Drop i686 JDKs + +* Sat Feb 05 2022 Jiri Vanek - 1.8.3-8 +- Rebuilt for java-17-openjdk as system jdk + +* Thu Jan 20 2022 Fedora Release Engineering - 1.8.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Nov 17 2021 Didik Supriadi - 1.8.3-6 +- Remove workaround for SUREFIRE-1897 + +* Tue Oct 19 2021 Didik Supriadi - 1.8.3-5 +- Enable test and javadoc package +- Simplified module-info.class build + +* Thu Jul 22 2021 Fedora Release Engineering - 1.8.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Dogtag PKI Team - 1.8.3-3 +- Disable tests + +* Tue Jan 26 2021 Fedora Release Engineering - 1.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Aug 11 2020 Fabio Valentini - 1.8.3-1 +- Initial package renamed from stax-ex.