Compare commits

..

No commits in common. "1f0143be21b9be6d777929b58d4988dcda994658" and "ca4b36249967279474e5666fa569896d8a2caf2b" have entirely different histories.

6 changed files with 7 additions and 6157 deletions

BIN
Sphinx-1.7.6.tar.gz Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,19 +1,14 @@
Name: python-sphinx
Summary: Python documentation generator
Version: 1.8.4
Release: 3
Version: 1.7.6
Release: 6
Epoch: 1
License: BSD and Public Domain and Python and (MIT or GPLv2)
URL: http://sphinx-doc.org/
Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
Source1: default-sphinx-command.in
Patch0001: xfail-test_latex_remote_images.patch
Patch0002: sphinx-test_theming.diff
Patch6000: backport-Update-jQuery-to-3.4.1.patch
Patch6001: backport-html-Updated-jQuery-version-from-3.4.1-to-3.5.1.patch
Patch6002: backport-html-Updated-jQuery-version-from-3.5.1-to-3.6.0.patch
BuildArch: noarch
BuildRequires: python2-devel >= 2.4 python2-babel python2-setuptools python2-docutils python2-jinja2 python2-pygments >= 2.0
BuildRequires: python2-six python2-sphinx_rtd_theme python2-sphinx-theme-alabaster python2-imagesize python2-requests
@ -275,9 +270,13 @@ LANG=en_US.UTF-8 PYTHON=python3 make test
%doc AUTHORS CHANGES EXAMPLES README.rst
%{_bindir}/sphinx-*-2*
%{_bindir}/sphinx-build
%{_bindir}/sphinx-apidoc
%{_bindir}/sphinx-autogen
%{_bindir}/sphinx-quickstart
%{python2_sitelib}/sphinx/
%{python2_sitelib}/Sphinx-%{version}-py%{python2_version}.egg-info/
%{_libexecdir}/python2-sphinx/
%{_modulesdir}/python-sphinx/.version
%files -n python3-sphinx
%license LICENSE
@ -290,24 +289,14 @@ LANG=en_US.UTF-8 PYTHON=python3 make test
%{python3_sitelib}/sphinx/
%{python3_sitelib}/Sphinx-%{version}-py%{python3_version}.egg-info/
%{_libexecdir}/python3-sphinx/
%{_modulesdir}/python-sphinx/.version
%files help
%doc html reST
%{_mandir}/man1/*
%changelog
* Thu Jul 20 2023 shixuantong <shixuantong1@huawei.com> - 1.8.4-3
- Updated jQuery version to 3.6.0
* Thu May 27 2021 liksh <liks11@chinaunicom.cn> - 1.8.4-2
- build python2 package need cmd sphinx-build like python3-sphinx
* Mon Aug 31 2020 shixuantong <shixuantong@huawei.com> - 1.8.4-1
- update version to 1.8.4
* Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-6
- delete useless files
- delete useless file
* Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-5
- Type: enhancement