From 42393549f3cd34d576ac93a9438688ccd020b954 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 21 Nov 2022 21:15:44 +0100 Subject: [PATCH] Convert license to SPDX --- libcmis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcmis.spec b/libcmis.spec index cc3460d..e0f749f 100644 --- a/libcmis.spec +++ b/libcmis.spec @@ -2,10 +2,10 @@ Name: libcmis Version: 0.5.2 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A C/C++ client library for CM interfaces -License: GPLv2+ or LGPLv2+ or MPLv1.1 +License: GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1 URL: https://github.com/tdf/libcmis Source: https://github.com/tdf/libcmis/releases/download/v%{version}/%{name}-%{version}.tar.xz @@ -82,6 +82,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_P %{_mandir}/man1/cmis-client.1* %changelog +* Mon Nov 21 2022 David Tardon - 0.5.2-16 +- Convert license to SPDX + * Thu Jul 21 2022 Fedora Release Engineering - 0.5.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild