[python-matplotlib/f18] Make stix-fonts a requires of matplotlib (#928326)

pcpa pcpa at fedoraproject.org
Tue Apr 2 16:21:03 UTC 2013


commit ab00be2ba0145190de124391f54087e0c79624b7
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Tue Apr 2 13:20:33 2013 -0300

    Make stix-fonts a requires of matplotlib (#928326)

 python-matplotlib.spec |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/python-matplotlib.spec b/python-matplotlib.spec
index 51bd2c4..1de0af8 100644
--- a/python-matplotlib.spec
+++ b/python-matplotlib.spec
@@ -17,7 +17,7 @@
 
 Name:           python-matplotlib
 Version:        1.2.0
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Python 2D plotting library
 Group:          Development/Libraries
 License:        Python
@@ -56,6 +56,11 @@ Requires:       pygtk2
 Requires:       pyparsing
 Requires:       python-dateutil
 Requires:       pytz
+%if 0%{?fedora} >= 18
+BuildRequires:	stix-math-fonts
+%else
+BuildRequires:	stix-fonts
+%endif
 
 %description
 Matplotlib is a python 2D plotting library which produces publication
@@ -132,6 +137,11 @@ Requires:       python3-cairo
 Requires:       python3-pyparsing
 Requires:       python3-dateutil
 Requires:       python3-pytz
+%if 0%{?fedora} >= 18
+BuildRequires:	stix-math-fonts
+%else
+BuildRequires:	stix-fonts
+%endif
 
 %description -n python3-matplotlib
 Matplotlib is a python 2D plotting library which produces publication
@@ -301,6 +311,9 @@ popd
 %endif
 
 %changelog
+* Tue Apr  2 2013 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 1.2.0-11
+- Make stix-fonts a requires of matplotlib (#928326)
+
 * Thu Mar 28 2013 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 1.2.0-10
 - Use stix fonts avoid problems with missing cm fonts (#908717)
 - Correct type mismatch in python3 font_manager (#912843, #928326)


More information about the scm-commits mailing list