From 7901631a858628cf569a450aadf30ff812efb5be Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 21 Sep 2018 04:25:34 -0400 Subject: [PATCH] Add correct license for bundled fonts. --- python-matplotlib.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index fb0c64f..18b2b6a 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -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}