From 24acd886b3fe57e30b84adb1d1fdc1a40af13ae5 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 29 Nov 2022 14:35:47 -0500 Subject: [PATCH] Update License to SPDX --- xalan-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xalan-c.spec b/xalan-c.spec index 82e6bd0..07c5137 100644 --- a/xalan-c.spec +++ b/xalan-c.spec @@ -10,7 +10,10 @@ Version: 1.12.0 Release: %autorelease Summary: Xalan XSLT processor for C/C++ -License: ASL 2.0 +# The entire source is Apache-2.0, except cmake/RunTest.cmake, which is +# libtiff, but is a build-system file that does not contribute to the licenses +# of the binary RPMs. +License: Apache-2.0 URL: http://xalan.apache.org/xalan-c/ %global tag Xalan-C_%(echo '%{version}' | tr . _) %global tar_name xalan_c-%(echo %{version} | cut -d . -f -2)