[packages/python-matplotlib] Package *.nib files
jajcus
jajcus at pld-linux.org
Wed Jul 17 21:52:02 CEST 2013
commit c8e69966f5d7cd63554ac52b579962a1716d7951
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Wed Jul 17 15:35:55 2013 +0200
Package *.nib files
These are quite useless here, but so is the 'cocoaagg' backend that
uses them. As we do not strip unusable backends, let's keep all their
files, for package integrity.
python-matplotlib.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-matplotlib.spec b/python-matplotlib.spec
index f1e3c1b..4779bf6 100644
--- a/python-matplotlib.spec
+++ b/python-matplotlib.spec
@@ -1,6 +1,5 @@
# TODO:
# - use system fonts (cm*.ttf) and metrics in mpl-data dir?
-# - decide what to do with matplotlib/backends/Matplotlib.nib/*.nib files
%define module matplotlib
Summary: Matlab(TM) style Python plotting package
Summary(pl.UTF-8): Pakiet do rysowania w Pythonie podobny do Matlaba(TM)
@@ -88,6 +87,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{py_sitedir}/%{module}/backends/*.so
%dir %{py_sitedir}/%{module}/backends/qt4_editor
%{py_sitedir}/%{module}/backends/qt4_editor/*.py[co]
+%dir %{py_sitedir}/%{module}/backends/Matplotlib.nib
+%{py_sitedir}/%{module}/backends/Matplotlib.nib/*.nib
%{py_sitedir}/%{module}/delaunay
%{py_sitedir}/%{module}/mpl-data
%{py_sitedir}/%{module}/projections
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-matplotlib.git/commitdiff/44b7835f3751599c561b362816547d563f3c491c
More information about the pld-cvs-commit
mailing list