2021-10-26 06:48:08 +00:00
|
|
|
Name: jaxb-fi
|
2023-01-16 14:53:20 +00:00
|
|
|
Version: 2.1.0
|
2023-01-19 13:39:14 +00:00
|
|
|
Release: 2%{?dist}
|
2021-10-26 06:48:08 +00:00
|
|
|
Summary: Implementation of the Fast Infoset Standard for Binary XML
|
|
|
|
# jaxb-fi is licensed ASL 2.0 and EDL-1.0 (BSD)
|
|
|
|
# bundled org.apache.xerces.util.XMLChar.java is licensed ASL 1.1
|
|
|
|
License: ASL 2.0 and BSD and ASL 1.1
|
|
|
|
URL: https://github.com/eclipse-ee4j/jaxb-fi
|
|
|
|
BuildArch: noarch
|
2022-07-08 13:40:30 +00:00
|
|
|
ExclusiveArch: %{java_arches} noarch
|
2021-10-26 06:48:08 +00:00
|
|
|
|
2021-10-29 10:16:23 +00:00
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
2023-01-16 14:53:20 +00:00
|
|
|
Patch1: 0001-Port-to-jaxb-xsom-4.0.1.patch
|
|
|
|
|
2021-10-26 06:48:08 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(com.sun.xml.stream.buffer:streambuffer)
|
|
|
|
BuildRequires: mvn(jakarta.activation:jakarta.activation-api)
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
2023-01-16 14:53:20 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
2021-10-26 06:48:08 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
|
|
BuildRequires: mvn(org.glassfish.jaxb:xsom)
|
|
|
|
|
|
|
|
%description
|
|
|
|
Fast Infoset Project, an Open Source implementation of the Fast Infoset
|
|
|
|
Standard for Binary XML.
|
|
|
|
|
|
|
|
The Fast Infoset specification (ITU-T Rec. X.891 | ISO/IEC 24824-1)
|
|
|
|
describes an open, standards-based "binary XML" format that is based on
|
|
|
|
the XML Information Set.
|
|
|
|
|
2021-10-29 10:16:23 +00:00
|
|
|
%package -n FastInfoset
|
|
|
|
Summary: FastInfoset
|
|
|
|
%description -n FastInfoset
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package -n FastInfosetRoundTripTests
|
|
|
|
Summary: FastInfoset Roundtrip Tests
|
|
|
|
%description -n FastInfosetRoundTripTests
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package -n FastInfosetSamples
|
|
|
|
Summary: FastInfoset Samples
|
|
|
|
%description -n FastInfosetSamples
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package -n FastInfosetUtilities
|
|
|
|
Summary: FastInfoset Utilities
|
|
|
|
%description -n FastInfosetUtilities
|
|
|
|
%{summary}.
|
2021-10-26 06:48:08 +00:00
|
|
|
|
|
|
|
%prep
|
2023-01-16 14:53:20 +00:00
|
|
|
%setup -q
|
|
|
|
%patch1 -p1
|
2021-10-26 06:48:08 +00:00
|
|
|
|
|
|
|
%pom_remove_parent
|
|
|
|
|
|
|
|
%pom_remove_plugin :buildnumber-maven-plugin
|
|
|
|
%pom_remove_plugin :glassfish-copyright-maven-plugin
|
2023-01-16 14:53:20 +00:00
|
|
|
%pom_remove_plugin :maven-enforcer-plugin
|
2021-10-26 06:48:08 +00:00
|
|
|
|
2021-10-29 10:16:23 +00:00
|
|
|
%mvn_package :fastinfoset-project __noinstall
|
2021-10-26 06:48:08 +00:00
|
|
|
|
|
|
|
%build
|
2023-01-16 14:53:20 +00:00
|
|
|
# Javadoc fails: error: too many module declarations found
|
|
|
|
%mvn_build -s -j
|
2021-10-26 06:48:08 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
|
2023-01-16 14:53:20 +00:00
|
|
|
%files -n FastInfoset -f .mfiles-FastInfoset
|
2021-10-26 06:48:08 +00:00
|
|
|
%license LICENSE NOTICE.md
|
|
|
|
%doc README.md
|
|
|
|
|
2023-01-16 14:53:20 +00:00
|
|
|
%files -n FastInfosetRoundTripTests -f .mfiles-FastInfosetRoundTripTests
|
2021-10-29 10:16:23 +00:00
|
|
|
%license LICENSE NOTICE.md
|
|
|
|
|
2023-01-16 14:53:20 +00:00
|
|
|
%files -n FastInfosetSamples -f .mfiles-FastInfosetSamples
|
2021-10-29 10:16:23 +00:00
|
|
|
%license LICENSE NOTICE.md
|
|
|
|
|
2023-01-16 14:53:20 +00:00
|
|
|
%files -n FastInfosetUtilities -f .mfiles-FastInfosetUtilities
|
2021-10-29 10:16:23 +00:00
|
|
|
%license LICENSE NOTICE.md
|
2021-10-26 06:48:08 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-01-19 13:39:14 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-16 14:53:20 +00:00
|
|
|
* Mon Nov 21 2022 Marian Koncek <mkoncek@redhat.com> - 2.1.0-1
|
|
|
|
- Update to upstream version 2.1.0
|
|
|
|
|
2022-07-21 15:09:17 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.18-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-08 13:40:30 +00:00
|
|
|
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 1.2.18-8
|
|
|
|
- Rebuilt for Drop i686 JDKs
|
|
|
|
|
2022-02-05 20:30:24 +00:00
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.2.18-7
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
2022-01-20 13:43:40 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.18-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-10-29 10:16:23 +00:00
|
|
|
* Fri Oct 29 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 1.2.18-5
|
|
|
|
- Enable roundtrip-tests and samples module
|
|
|
|
- Enable singleton package
|
|
|
|
- Enable javadoc package
|
|
|
|
|
2021-10-26 06:48:08 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.18-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Dogtag PKI Team <pki-devel@redhat.com> - 1.2.18-3
|
|
|
|
- Disable tests
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Aug 11 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.18-1
|
|
|
|
- Initial package renamed from glassfish-fastinfoset.
|