require python-sphinx10 on EPEL
This commit is contained in:
parent
b58a734338
commit
805028d364
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: python-%{upstream_name}
|
Name: python-%{upstream_name}
|
||||||
Version: 1.1.8
|
Version: 1.1.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Sphinx domain for documenting HTTP APIs
|
Summary: Sphinx domain for documenting HTTP APIs
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://packages.python.org/sphinxcontrib-httpdomain/
|
URL: http://packages.python.org/sphinxcontrib-httpdomain/
|
||||||
@ -23,10 +23,11 @@ Group: Development/Libraries
|
|||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# This package is not usable without Sphinx, but EPEL5 and EPEL6 have
|
%if 0%{?rhel}
|
||||||
# both python-sphinx and python-sphinx10, and we don't want to require one or
|
# This extension does not work with Sphinx 0.6 as shipped in RHEL,
|
||||||
# the other in particular.
|
# only with Sphinx 1.0 in EPEL.
|
||||||
%if 0%{?fedora}
|
Requires: python-sphinx10
|
||||||
|
%else
|
||||||
Requires: python-sphinx
|
Requires: python-sphinx
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -60,6 +61,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 09 2013 Dan Callaghan <dcallagh@redhat.com> - 1.1.8-3
|
||||||
|
- require python-sphinx10 on EPEL
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user