Blame SPECS/jaxb-stax-ex.spec

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