/[packages]/cauldron/python-matplotlib/current/SPECS/python-matplotlib.spec
ViewVC logotype

Diff of /cauldron/python-matplotlib/current/SPECS/python-matplotlib.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 334341 by philippem, Sun Dec 23 17:30:55 2012 UTC revision 334342 by philippem, Sun Dec 23 19:15:19 2012 UTC
# Line 71  Requires:      %{name}-cairo = %{version}-%{r Line 71  Requires:      %{name}-cairo = %{version}-%{r
71  %description gtk  %description gtk
72  This package contains the GDK and GTK backends for matplotlib.  This package contains the GDK and GTK backends for matplotlib.
73    
74    %package gtk3
75    Summary:        GTK3 backends for matplotlib
76    Group:          Development/Python
77    Requires:       %{name} = %{version}-%{release}
78    Requires:       %{name}-cairo = %{version}-%{release}
79    
80    %description gtk3
81    This package contains the GDK3 backends for matplotlib.
82    
83  %package qt4  %package qt4
84  Summary:        Qt backend for matplotlib  Summary:        Qt backend for matplotlib
85  Group:          Development/Python  Group:          Development/Python
# Line 89  Requires:      python-pyxml Line 98  Requires:      python-pyxml
98  %description svg  %description svg
99  This package contains the SVG backend for matplotlib.  This package contains the SVG backend for matplotlib.
100    
101    %package pgf
102    Summary:        PGF backend for matplotlib
103    Group:          Development/Python
104    Requires:       %{name} = %{version}-%{release}
105    
106    %description pgf
107    This package contains the PGF backend for matplotlib.
108    
109  %package tk  %package tk
110  Summary:        Tk backend for matplotlib  Summary:        Tk backend for matplotlib
111  Group:          Development/Python  Group:          Development/Python
# Line 186  PYTHONDONTWRITEBYTECODE= %__python setup Line 203  PYTHONDONTWRITEBYTECODE= %__python setup
203  %{py_platsitedir}/%{module}/backends/_backend_gdk.so  %{py_platsitedir}/%{module}/backends/_backend_gdk.so
204  %{py_platsitedir}/%{module}/backends/_gtkagg.so  %{py_platsitedir}/%{module}/backends/_gtkagg.so
205    
206    %files gtk3
207    %defattr(-,root,root)
208    %{py_platsitedir}/%{module}/backends/backend_gtk3.py*
209    %{py_platsitedir}/%{module}/backends/backend_gtk3agg.py*
210    %{py_platsitedir}/%{module}/backends/backend_gtk3cairo.py*
211    
212  %files qt4  %files qt4
213  %defattr(-,root,root)  %defattr(-,root,root)
214  %{py_platsitedir}/%{module}/backends/backend_qt4.py*  %{py_platsitedir}/%{module}/backends/backend_qt4.py*
215  %{py_platsitedir}/%{module}/backends/backend_qt4agg.py*  %{py_platsitedir}/%{module}/backends/backend_qt4agg.py*
216    
217    %files pgf
218    %defattr(-,root,root)
219    %{py_platsitedir}/%{module}/backends/backend_pgf.py*
220    
221  %files svg  %files svg
222  %defattr(-,root,root)  %defattr(-,root,root)
223  %{py_platsitedir}/%{module}/backends/backend_svg.py*  %{py_platsitedir}/%{module}/backends/backend_svg.py*

Legend:
Removed from v.334341  
changed lines
  Added in v.334342

  ViewVC Help
Powered by ViewVC 1.1.30