| |
@@ -8,7 +8,9 @@
|
| |
%global upstream_version %{general_version}%{?prerel}
|
| |
Version: %{general_version}%{?prerel:~%{prerel}}
|
| |
Release: 1%{?dist}
|
| |
- License: Python
|
| |
+ # The documentation is licensed as Python itself: Python-2.0.1
|
| |
+ # Examples, recipes, and other code in the documentation are dual licensed under Python-2.0.1/0BSD
|
| |
+ License: Python-2.0.1 AND (Python-2.0.1 OR 0BSD)
|
| |
URL: https://www.python.org/
|
| |
Source0: %{url}ftp/python/%{general_version}/Python-%{upstream_version}.tar.xz
|
| |
Source1: %{url}ftp/python/%{general_version}/Python-%{upstream_version}.tar.xz.asc
|
| |
See https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/61
The LICENSE file differs from the text at https://spdx.org/licenses/Python-2.0.1.html
only by:
The license for code examples is explicitly sated as:
Blocked by https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/61#note_1074288284