Updated BuildRequires with sphinx.

This commit is contained in:
Steve Milner 2015-08-24 10:04:23 -04:00
parent 3a11b6cb93
commit 71f16372bf

View File

@ -32,9 +32,9 @@ Source0: http://pypi.python.org/packages/source/P/%{upstream_name}/%{upst
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel >= 2.4, python-setuptools, python-nose BuildRequires: python2-devel >= 2.4, python-setuptools, python-nose, python-sphinx
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel, python3-setuptools BuildRequires: python3-devel, python3-setuptools, python3-sphinx
%if 0%{?fedora} >= 15 %if 0%{?fedora} >= 15
BuildRequires: python3-nose BuildRequires: python3-nose
%endif %endif
@ -208,6 +208,7 @@ popd
%changelog %changelog
* Mon Aug 24 2015 Steve Milner <smilner@redhat.com> - 2.0.2-1 * Mon Aug 24 2015 Steve Milner <smilner@redhat.com> - 2.0.2-1
- update for upstream release. - update for upstream release.
- Added python-pygments/python3-pygments to BuildRequires.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild