Remove LGPLv2+ macro; upstream is not currently packaging its license file

This commit is contained in:
mulhern 2020-04-23 17:05:55 -04:00
parent a8ace556e9
commit 0aee279115

View File

@ -2,7 +2,7 @@
%global srcname justbases
Name: python-%{srcname}
Version: 0.13
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A small library for precise conversion between arbitrary bases
License: LGPLv2+
@ -37,12 +37,14 @@ rm -rf justbases.egg-info
%py3_install
%files -n python3-%{srcname}
%license LICENSE
%doc README.rst
%{python3_sitelib}/justbases/
%{python3_sitelib}/justbases-%{version}-*.egg-info
%changelog
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.13-2
- Remove %license macro; upstream is not currently packaging its license file
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.13-1
- Change license to LGPLv2+