use versioned requires on ipython
Signed-off-by: Thomas Spura <thomas.spura@gmail.com>
This commit is contained in:
parent
186c96761c
commit
016d8a3b5c
11
ipython.spec
11
ipython.spec
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 0.13
|
Version: 0.13
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -97,9 +97,9 @@ Main features:\
|
|||||||
|
|
||||||
%package -n python-ipython
|
%package -n python-ipython
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
Requires: python-ipython-console
|
Requires: python-ipython-console = %{version}-%{release}
|
||||||
Requires: python-ipython-gui
|
Requires: python-ipython-gui = %{version}-%{release}
|
||||||
Requires: python-ipython-notebook
|
Requires: python-ipython-notebook = %{version}-%{release}
|
||||||
Provides: ipython
|
Provides: ipython
|
||||||
%description -n python-ipython
|
%description -n python-ipython
|
||||||
%{ipython_desc_base}
|
%{ipython_desc_base}
|
||||||
@ -429,6 +429,9 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 8 2012 Thomas Spura <tomspur@fedoraproject.org> - 0.13-4
|
||||||
|
- use versioned requires on ipython
|
||||||
|
|
||||||
* Sat Aug 4 2012 Thomas Spura <tomspur@fedoraproject.org> - 0.13-3
|
* Sat Aug 4 2012 Thomas Spura <tomspur@fedoraproject.org> - 0.13-3
|
||||||
- use python-foo for python2-foo and provide ipython-foo
|
- use python-foo for python2-foo and provide ipython-foo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user