From 80d1560654ee92981319e1a9c8c5c332c6741c6d Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Wed, 12 Jul 2023 10:27:49 +0200 Subject: [PATCH] Declare the license as an SPDX expression --- py3c.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/py3c.spec b/py3c.spec index a9a047f..6820e75 100644 --- a/py3c.spec +++ b/py3c.spec @@ -3,11 +3,11 @@ Name: py3c Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages -License: MIT and CC-BY-SA +License: MIT AND CC-BY-SA-3.0 URL: http://py3c.readthedocs.io/ @@ -42,7 +42,7 @@ Because py3c is a header-only library, there is no matching run-time package. %package doc BuildArch: noarch -License: CC-BY-SA +License: CC-BY-SA-3.0 Summary: Guide for porting C extensions to Python 3 %description doc @@ -81,6 +81,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Wed Jul 12 2023 Karolina Surma - 1.4-5 +- Migrate the License tags to SPDX expressions + * Fri Jan 20 2023 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild