From 1c4ec53221ca51f729b913d3b02da5bb2c904037 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sun, 3 May 2020 23:35:48 +0200 Subject: [PATCH] declare licensing correctly and include actual license files --- python-uritemplate.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-uritemplate.spec b/python-uritemplate.spec index 92d22bb..a668c0e 100644 --- a/python-uritemplate.spec +++ b/python-uritemplate.spec @@ -8,7 +8,7 @@ Version: 3.0.1 Release: 1%{?dist} Summary: Simple python library to deal with URI Templates (RFC 6570) -License: BSD +License: BSD or ASL 2.0 URL: https://%{modname}.readthedocs.io Source0: https://github.com/sigmavirus24/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz @@ -44,7 +44,7 @@ Python 3 version. PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %files -n python3-%{modname} -%license LICENSE +%license LICENSE LICENSE.APACHE LICENSE.BSD %doc HISTORY.rst README.rst %{python3_sitelib}/%{modname}-*.egg-info/ %{python3_sitelib}/%{modname}/ @@ -52,6 +52,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %changelog * Sun May 03 2020 Felix Schwarz - 3.0.1-1 - update to 3.0.1 +- declare licensing correctly and include actual license files * Thu Jan 30 2020 Fedora Release Engineering - 3.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild