Migrate license to SPDX format

https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1#Detailed_Description
This commit is contained in:
Jiri Konecny 2022-12-19 14:28:33 +01:00
parent f50c079506
commit 052241e017
No known key found for this signature in database
GPG Key ID: 38F52F0E5C3FAD25

View File

@ -4,13 +4,13 @@ Name: python-%{srcname}
Summary: A Python library for creating text UI Summary: A Python library for creating text UI
Url: https://github.com/rhinstaller/python-%{srcname} Url: https://github.com/rhinstaller/python-%{srcname}
Version: 1.9.0 Version: 1.9.0
Release: 4%{?dist} Release: 5%{?dist}
# This tarball was created from upstream git: # This tarball was created from upstream git:
# git clone https://github.com/rhinstaller/python-simpleline # git clone https://github.com/rhinstaller/python-simpleline
# cd python-simpleline && make archive # cd python-simpleline && make archive
Source0: https://github.com/rhinstaller/python-%{srcname}/releases/download/%{version}/%{srcname}-%{version}.tar.gz Source0: https://github.com/rhinstaller/python-%{srcname}/releases/download/%{version}/%{srcname}-%{version}.tar.gz
License: LGPLv3+ License: LGPL-3.0-or-later
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: make
BuildRequires: python3-devel BuildRequires: python3-devel
@ -60,6 +60,9 @@ make test
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon Dec 19 2022 Jiri Konecny <jkonecny@redhat.com> - 1.9.0-5
- Migrate to SPDX license: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1#Detailed_Description
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild