Convert License tag to SPDX format
Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
This commit is contained in:
parent
fca3ba1d66
commit
7cfabf6aec
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
Name: xalan-j2
|
Name: xalan-j2
|
||||||
Version: 2.7.2
|
Version: 2.7.2
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Summary: Java XSLT processor
|
Summary: Java XSLT processor
|
||||||
# src/org/apache/xpath/domapi/XPathStylesheetDOM3Exception.java is W3C
|
# src/org/apache/xpath/domapi/XPathStylesheetDOM3Exception.java is W3C
|
||||||
License: ASL 2.0 and W3C
|
License: Apache-2.0 AND W3C
|
||||||
URL: http://xalan.apache.org/
|
URL: http://xalan.apache.org/
|
||||||
|
|
||||||
# ./generate-tarball.sh
|
# ./generate-tarball.sh
|
||||||
@ -46,7 +46,7 @@ in other program.
|
|||||||
|
|
||||||
%package xsltc
|
%package xsltc
|
||||||
Summary: XSLT compiler
|
Summary: XSLT compiler
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
Requires: java_cup
|
Requires: java_cup
|
||||||
Requires: bcel
|
Requires: bcel
|
||||||
Requires: regexp
|
Requires: regexp
|
||||||
@ -58,7 +58,7 @@ lightweight and portable Java byte codes called translets.
|
|||||||
|
|
||||||
%package manual
|
%package manual
|
||||||
Summary: Manual for %{name}
|
Summary: Manual for %{name}
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
%description manual
|
%description manual
|
||||||
Documentation for %{name}.
|
Documentation for %{name}.
|
||||||
@ -139,6 +139,9 @@ mv %{_javadir}/jaxp_transform_impl.jar{.tmp,} || :
|
|||||||
%doc build/docs/*
|
%doc build/docs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.7.2-16
|
||||||
|
- Convert License tag to SPDX format
|
||||||
|
|
||||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.2-15
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.2-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user