/[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 1178940 by tv, Thu Nov 23 06:48:19 2017 UTC revision 1178941 by tv, Thu Nov 23 06:54:25 2017 UTC
# Line 122  errorcharts, scatterplots, etc, with jus Line 122  errorcharts, scatterplots, etc, with jus
122  %package -n python2-matplotlib-qt4  %package -n python2-matplotlib-qt4
123  Summary:        Qt4 backend for python-matplotlib  Summary:        Qt4 backend for python-matplotlib
124  Group:          Development/Python  Group:          Development/Python
 Requires:       python-matplotlib-qt5  
125  BuildRequires:  python-qt4-devel  BuildRequires:  python-qt4-devel
126  Requires:       python-qt4  Requires:       python-qt4
127  Requires:       python2-matplotlib%{?_isa} = %{version}-%{release}  Requires:       python2-matplotlib%{?_isa} = %{version}-%{release}
128    Requires:       python2-matplotlib-qt5
129  %{?python_provide:%python_provide python2-matplotlib-qt4}  %{?python_provide:%python_provide python2-matplotlib-qt4}
130    
131  %description -n python2-matplotlib-qt4  %description -n python2-matplotlib-qt4
# Line 216  BuildArch:      noarch Line 216  BuildArch:      noarch
216    
217    
218  %package -n python-matplotlib-data  %package -n python-matplotlib-data
 %{?python_provide:%python_provide python-matplotlib-data}  
219  Summary:        Data used by python-matplotlib  Summary:        Data used by python-matplotlib
220    BuildArch:      noarch
221  Group:          Development/Python  Group:          Development/Python
222  %if %{with_bundled_fonts}  %if %{with_bundled_fonts}
223  Requires:       python-matplotlib-data-fonts = %{version}-%{release}  Requires:       python-matplotlib-data-fonts = %{version}-%{release}
224  %endif  %endif
225  BuildArch:      noarch  %{?python_provide:%python_provide python-matplotlib-data}
226    
227  %description -n python-matplotlib-data  %description -n python-matplotlib-data
228  %{summary}  %{summary}
# Line 230  BuildArch:      noarch Line 230  BuildArch:      noarch
230    
231  %if %{with_bundled_fonts}  %if %{with_bundled_fonts}
232  %package -n python-matplotlib-data-fonts  %package -n python-matplotlib-data-fonts
 %{?python_provide:%python_provide python-matplotlib-data-fonts}  
233  Summary:        Fonts used by python-matplotlib  Summary:        Fonts used by python-matplotlib
234    BuildArch:      noarch
235  Group:          Development/Python  Group:          Development/Python
236  Requires:       python-matplotlib-data = %{version}-%{release}  Requires:       python-matplotlib-data = %{version}-%{release}
237  BuildArch:      noarch  %{?python_provide:%python_provide python-matplotlib-data-fonts}
238    
239  %description -n python-matplotlib-data-fonts  %description -n python-matplotlib-data-fonts
240  %{summary}  %{summary}
# Line 286  errorcharts, scatterplots, etc, with jus Line 286  errorcharts, scatterplots, etc, with jus
286    
287    
288  %package -n     python3-matplotlib-qt4  %package -n     python3-matplotlib-qt4
 %{?python_provide:%python_provide python3-matplotlib-qt4}  
289  Summary:        Qt4 backend for python3-matplotlib  Summary:        Qt4 backend for python3-matplotlib
290  Group:          Development/Python  Group:          Development/Python
291  Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}  Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}
292  Requires:       python3-matplotlib-qt5  Requires:       python3-matplotlib-qt5
293  BuildRequires:  python3-qt4-devel  BuildRequires:  python3-qt4-devel
294  Requires:       python3-qt4  Requires:       python3-qt4
295    %{?python_provide:%python_provide python3-matplotlib-qt4}
296    
297  %description -n python3-matplotlib-qt4  %description -n python3-matplotlib-qt4
298  %{summary}  %{summary}
299    
300    
301  %package -n     python3-matplotlib-qt5  %package -n     python3-matplotlib-qt5
 %{?python_provide:%python_provide python3-matplotlib-qt5}  
302  Summary:        Qt5 backend for python3-matplotlib  Summary:        Qt5 backend for python3-matplotlib
303  Group:          Development/Python  Group:          Development/Python
 Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}  
304  BuildRequires:  python3-qt5  BuildRequires:  python3-qt5
305    Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}
306  Requires:       python3-qt5  Requires:       python3-qt5
307    %{?python_provide:%python_provide python3-matplotlib-qt5}
308    
309  %description -n python3-matplotlib-qt5  %description -n python3-matplotlib-qt5
310  %{summary}  %{summary}
# Line 312  Requires:       python3-qt5 Line 312  Requires:       python3-qt5
312    
313  # gtk2 never worked in Python 3 afaict, so no need for -gtk subpackage  # gtk2 never worked in Python 3 afaict, so no need for -gtk subpackage
314  %package -n     python3-matplotlib-gtk3  %package -n     python3-matplotlib-gtk3
 %{?python_provide:%python_provide python3-matplotlib-gtk3}  
315  Summary:        GTK3 backend for python3-matplotlib  Summary:        GTK3 backend for python3-matplotlib
316  Group:          Development/Python  Group:          Development/Python
317  Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}  Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}
# Line 321  BuildRequires:  gtk+3.0 Line 320  BuildRequires:  gtk+3.0
320  BuildRequires:  python3-gobject3  BuildRequires:  python3-gobject3
321  Requires:       gtk+3.0%{?_isa}  Requires:       gtk+3.0%{?_isa}
322  Requires:       python3-gobject3%{?_isa}  Requires:       python3-gobject3%{?_isa}
323    %{?python_provide:%python_provide python3-matplotlib-gtk3}
324    
325  %description -n python3-matplotlib-gtk3  %description -n python3-matplotlib-gtk3
326  %{summary}  %{summary}
327    
328    
329  %package -n     python3-matplotlib-tk  %package -n     python3-matplotlib-tk
 %{?python_provide:%python_provide python3-matplotlib-tk}  
330  Summary:        Tk backend for python3-matplotlib  Summary:        Tk backend for python3-matplotlib
331  Group:          Development/Python  Group:          Development/Python
 Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}  
332  BuildRequires:  python3-tkinter  BuildRequires:  python3-tkinter
333    Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}
334  Requires:       python3-tkinter  Requires:       python3-tkinter
335    %{?python_provide:%python_provide python3-matplotlib-tk}
336    
337  %description -n python3-matplotlib-tk  %description -n python3-matplotlib-tk
338  %{summary}  %{summary}

Legend:
Removed from v.1178940  
changed lines
  Added in v.1178941

  ViewVC Help
Powered by ViewVC 1.1.30