diff --git a/jaxb.spec b/jaxb.spec index 8d79910..cfd3956 100644 --- a/jaxb.spec +++ b/jaxb.spec @@ -1,6 +1,6 @@ Name: jaxb Version: 4.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JAXB Reference Implementation # EDL-1.0 license is BSD-3-clause License: BSD @@ -62,6 +62,8 @@ Summary: JAXB Core JAXB Core module. Contains sources required by XJC, JXC and Runtime modules. %package rngom +# pom.xml and module-info.java are under BSD, rest is MIT +License: MIT and BSD Summary: RELAX NG Object Model/Parser %description rngom @@ -80,6 +82,8 @@ Summary: TXW2 Runtime TXW is a library that allows you to write XML documents. %package xjc +# jaxb-ri/xjc/src/main/java/com/sun/tools/xjc/reader/internalizer/NamespaceContextImpl.java is under ASL 2.0 +License: BSD and ASL 2.0 Summary: JAXB XJC %description xjc @@ -156,5 +160,8 @@ popd %files xjc -f jaxb-ri/.mfiles-jaxb-xjc %changelog +* Wed Feb 01 2023 Marián Konček - 4.0.1-2 +- Update licenses + * Tue Jan 17 2023 Marian Koncek - 4.0.1-1 - Initial build