From 06273d6ef32a2c65512de921992a5c47fff5cff3 Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Fri, 26 May 2023 23:34:37 +0300 Subject: [PATCH] Initial commit: jaxb-stax-ex-2.1.0-1.el9 --- .jaxb-stax-ex.metadata | 1 + SPECS/jaxb-stax-ex.spec | 58 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .jaxb-stax-ex.metadata create mode 100644 SPECS/jaxb-stax-ex.spec diff --git a/.jaxb-stax-ex.metadata b/.jaxb-stax-ex.metadata new file mode 100644 index 0000000..ac2ed81 --- /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..f57c38f --- /dev/null +++ b/SPECS/jaxb-stax-ex.spec @@ -0,0 +1,58 @@ +Name: jaxb-stax-ex +Version: 2.1.0 +Release: 1%{?dist} +Summary: Extended StAX API +License: BSD + +URL: https://github.com/eclipse-ee4j/jaxb-stax-ex +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: maven-local +BuildRequires: mvn(jakarta.activation:jakarta.activation-api:2.1.0) +BuildRequires: mvn(jakarta.xml.bind:jakarta.xml.bind-api:4.0.0) +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 + +find -name 'module-info.java' -type f -delete + +%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 +* Fri May 26 2023 Eugene Zamriy - 2.1.0-1 +- Initial build for MSVSphere 9.2 + +* Tue Jan 17 2023 Marian Koncek - 2.1.0-1 +- Initial build