From 18bbba6a1bbaf7c21777bcd3860f16799f2504ee Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 2 Sep 2023 09:48:47 +0000 Subject: [PATCH] Convert license to SPDX --- cmake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 8d45f61..01d053d 100644 --- a/cmake.spec +++ b/cmake.spec @@ -72,7 +72,7 @@ %global patch_version 4 # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 4 +%global baserelease 5 # Set to RC version if building RC, else comment out. #global rcsuf rc1 @@ -99,7 +99,7 @@ Summary: Cross-platform make system # Source/kwsys/MD5.c is zlib # some GPL-licensed bison-generated files, which all include an # exception granting redistribution under terms of your choice -License: BSD and MIT and zlib%{?with_bundled_cppdap: and Apache-2.0} +License: BSD-3-Clause AND MIT-open-group AND Zlib%{?with_bundled_cppdap: AND Apache-2.0} URL: http://www.cmake.org Source0: http://www.cmake.org/files/v%{major_version}.%{minor_version}/%{orig_name}-%{tar_version}.tar.gz Source1: %{name}-init.el @@ -552,6 +552,9 @@ popd %changelog +* Sat Sep 02 2023 Tom Stellard - 3.27.4-5 +- Convert license to SPDX + * Fri Sep 01 2023 Björn Esser - 3.27.4-4 - Fix outdated CI configuration