Add arch specific Requires for tk, wx and doc sub-packages
This commit is contained in:
@@ -49,7 +49,7 @@ of output backends
|
|||||||
%package tk
|
%package tk
|
||||||
Summary: Tk backend for python-matplotlib
|
Summary: Tk backend for python-matplotlib
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: tkinter
|
Requires: tkinter
|
||||||
|
|
||||||
%description tk
|
%description tk
|
||||||
@@ -58,7 +58,7 @@ Requires: tkinter
|
|||||||
%package wx
|
%package wx
|
||||||
Summary: wxPython backend for python-matplotlib
|
Summary: wxPython backend for python-matplotlib
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: wxPython
|
Requires: wxPython
|
||||||
BuildRequires: wxPython-devel
|
BuildRequires: wxPython-devel
|
||||||
|
|
||||||
@@ -69,7 +69,7 @@ BuildRequires: wxPython-devel
|
|||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation files for python-matplotlib
|
Summary: Documentation files for python-matplotlib
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: dvipng
|
BuildRequires: dvipng
|
||||||
@@ -161,6 +161,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-5
|
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-5
|
||||||
- Add default attr to doc sub-package file list
|
- Add default attr to doc sub-package file list
|
||||||
- No longer designate -doc subpackage as noarch
|
- No longer designate -doc subpackage as noarch
|
||||||
|
- Add arch specific Requires for tk, wx and doc sub-packages
|
||||||
|
|
||||||
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-4
|
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-4
|
||||||
- Enable wxPython backend
|
- Enable wxPython backend
|
||||||
|
|||||||
Reference in New Issue
Block a user