Blame SPECS/jaxb-stax-ex.spec

720929
Name:           jaxb-stax-ex
720929
Version:        2.1.0
720929
Release:        1%{?dist}
720929
Summary:        Extended StAX API
720929
License:        BSD
720929
720929
URL:            https://github.com/eclipse-ee4j/jaxb-stax-ex
720929
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
720929
720929
BuildArch:      noarch
720929
720929
BuildRequires:  maven-local
720929
BuildRequires:  mvn(jakarta.activation:jakarta.activation-api:2.1.0)
720929
BuildRequires:  mvn(jakarta.xml.bind:jakarta.xml.bind-api:4.0.0)
720929
BuildRequires:  mvn(junit:junit)
720929
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
720929
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
720929
720929
%description
720929
This project contains a few extensions to complement JSR-173 StAX API in
720929
the following areas:
720929
720929
- Enable parser instance reuse (which is important in the
720929
  high-performance environment like Eclipse Implementation of JAXB and
720929
  Eclipse Metro)
720929
- Improve the support for reading from non-text XML infoset, such as
720929
  FastInfoset.
720929
- Improve the namespace support.
720929
720929
%{?javadoc_package}
720929
720929
%prep
720929
%setup -q
720929
720929
find -name 'module-info.java' -type f -delete
720929
720929
%pom_remove_parent
720929
720929
%pom_remove_plugin :buildnumber-maven-plugin
720929
%pom_remove_plugin :glassfish-copyright-maven-plugin
720929
%pom_remove_plugin :maven-enforcer-plugin
720929
720929
%build
720929
%mvn_build
720929
720929
%install
720929
%mvn_install
720929
720929
%files -f .mfiles
720929
%license LICENSE.md NOTICE.md
720929
%doc README.md
720929
720929
%changelog
720929
* Tue Jan 17 2023 Marian Koncek <mkoncek@redhat.com> - 2.1.0-1
720929
- Initial build