Add correct license for bundled fonts.

This commit is contained in:
Elliott Sales de Andrade 2018-09-21 04:25:34 -04:00
parent b4eba4ae21
commit 7901631a85
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ Requires: python3-matplotlib-data-fonts = %{version}-%{release}
%if %{with_bundled_fonts}
%package -n python3-matplotlib-data-fonts
Summary: Fonts used by python-matplotlib
# STIX and Computer Modern is OFL
# DejaVu is Bitstream Vera and Public Domain
License: OFL and Bitstream Vera and Public Domain
BuildArch: noarch
Requires: python3-matplotlib-data = %{version}-%{release}
%{?python_provide:%python_provide python3-matplotlib-data-fonts}