2011-07-03 11:34:40 +00:00
|
|
|
|
#
|
2021-06-02 13:53:21 +00:00
|
|
|
|
# spec file
|
2011-07-03 11:34:40 +00:00
|
|
|
|
#
|
2023-01-04 06:27:36 +00:00
|
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-07-03 11:34:40 +00:00
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
2011-07-04 10:44:36 +00:00
|
|
|
|
|
2018-12-07 20:22:04 +00:00
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-07-03 11:34:40 +00:00
|
|
|
|
#
|
|
|
|
|
|
2011-07-04 10:44:36 +00:00
|
|
|
|
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%global flavor @BUILD_FLAVOR@%{nil}
|
|
|
|
|
%if "%{flavor}" == "test"
|
|
|
|
|
%define psuffix -test
|
|
|
|
|
%bcond_without test
|
|
|
|
|
%else
|
|
|
|
|
%define psuffix %{nil}
|
|
|
|
|
%bcond_with test
|
|
|
|
|
%endif
|
2023-04-21 15:02:44 +00:00
|
|
|
|
%{?sle15_python_module_pythons}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
Name: python-Sphinx%{psuffix}
|
Accepting request 1082382 from home:marxin:branches:devel:languages:python
- Bump to version 6.2.0
* Require Docutils 0.18.1 or greater.
* LaTeX: removal of some internal TeX ``\dimen`` registers (not previously
publicly documented) as per 5.1.0 code comments in ``sphinx.sty``:
``\sphinxverbatimsep``, ``\sphinxverbatimborder``, ``\sphinxshadowsep``,
``\sphinxshadowsize``, and ``\sphinxshadowrule``. (refs: #11105)
* Remove ``.egg`` support from pycode ``ModuleAnalyser``; Python eggs are a
now-obsolete binary distribution format
* #11089: Remove deprecated code in ``sphinx.builders.linkcheck``.
Patch by Daniel Eades
* Remove internal-only ``sphinx.locale.setlocale``
* #11247: Deprecate the legacy ``intersphinx_mapping`` format
* ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
* #11277: :rst:dir:`autoproperty` allows the return type to be specified as
a type comment (e.g., ``# type: () -> int``). Patch by Bénédikt Tran
* #10811: Autosummary: extend ``__all__`` to imported members for template rendering
when option ``autosummary_ignore_module_all`` is set to ``False``. Patch by
Clement Pinard
* #11147: Add a ``content_offset`` parameter to ``nested_parse_with_titles()``,
allowing for correct line numbers during nested parsing.
Patch by Jeremy Maitin-Shepard
* Update to Unicode CLDR 42
* Add a ``--jobs`` synonym for ``-j``. Patch by Hugo van Kemenade
* LaTeX: a command ``\sphinxbox`` for styling text elements with a (possibly
rounded) box, optional background color and shadow, has been added.
See :ref:`sphinxbox`. (refs: #11224)
* LaTeX: add ``\sphinxstylenotetitle``, ..., ``\sphinxstylewarningtitle``, ...,
for an extra layer of mark-up freeing up ``\sphinxstrong`` for other uses.
See :ref:`latex-macros`. (refs: #11267)
* LaTeX: :dudir:`note`, :dudir:`hint`, :dudir:`important` and :dudir:`tip` can
OBS-URL: https://build.opensuse.org/request/show/1082382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=236
2023-04-24 11:22:35 +00:00
|
|
|
|
Version: 6.2.0
|
2011-09-22 10:59:46 +00:00
|
|
|
|
Release: 0
|
2011-07-03 11:34:40 +00:00
|
|
|
|
Summary: Python documentation generator
|
2011-09-22 10:59:46 +00:00
|
|
|
|
License: BSD-2-Clause
|
2011-07-03 11:34:40 +00:00
|
|
|
|
Group: Development/Languages/Python
|
2018-05-23 12:18:27 +00:00
|
|
|
|
URL: http://sphinx-doc.org
|
2017-07-27 13:01:58 +00:00
|
|
|
|
Source: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
|
2020-05-11 13:43:53 +00:00
|
|
|
|
Source1: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz.asc
|
Accepting request 991054 from home:marxin:branches:devel:languages:python
- Update to version 5.1.0
* #10656: Support `Docutils 0.19`_. Patch by Adam Turner.
* #10467: Deprecated ``sphinx.util.stemmer`` in favour of ``snowballstemmer``.
Patch by Adam Turner.
* #9856: Deprecated ``sphinx.ext.napoleon.iterators``.
* #10444: html theme: Allow specifying multiple CSS files through the ``stylesheet``
setting in ``theme.conf`` or by setting ``html_style`` to an iterable of strings.
* #10366: std domain: Add support for emphasising placeholders in :rst:dir:`option`
directives through a new :confval:`option_emphasise_placeholders` configuration
option.
* #10439: std domain: Use the repr of some variables when displaying warnings,
making whitespace issues easier to identify.
* #10571: quickstart: Reduce content in the generated ``conf.py`` file. Patch by
Pradyun Gedam.
* #10648: LaTeX: CSS-named-alike additional :ref:`'sphinxsetup' <latexsphinxsetup>`
keys allow to configure four separate border-widths, four paddings, four
corner radii, a shadow (possibly inset), colours for border, background, shadow
for each of the code-block, topic, attention, caution, danger, error and warning
directives.
* #10655: LaTeX: Explain non-standard encoding in LatinRules.xdy
* #10599: HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when
using Docutils 0.18 or later, to allow for easier styling. This matches the
behaviour introduced in Docutils 0.19. Patch by Adam Turner.
* #10518: config: Add ``include_patterns`` as the opposite of ``exclude_patterns``.
Patch by Adam Turner.
* #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+
* #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due
to missing ``Node.findall()``
* #10506: LaTeX: build error if highlighting inline code role in figure caption
(refs: #10251)
OBS-URL: https://build.opensuse.org/request/show/991054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=214
2022-07-25 15:58:13 +00:00
|
|
|
|
# Provide intersphinx inventory offline, run update-intersphinx.sh
|
|
|
|
|
# https://docs.python.org/3/objects.inv
|
2022-01-19 16:50:57 +00:00
|
|
|
|
Source2: python3.inv
|
Accepting request 991054 from home:marxin:branches:devel:languages:python
- Update to version 5.1.0
* #10656: Support `Docutils 0.19`_. Patch by Adam Turner.
* #10467: Deprecated ``sphinx.util.stemmer`` in favour of ``snowballstemmer``.
Patch by Adam Turner.
* #9856: Deprecated ``sphinx.ext.napoleon.iterators``.
* #10444: html theme: Allow specifying multiple CSS files through the ``stylesheet``
setting in ``theme.conf`` or by setting ``html_style`` to an iterable of strings.
* #10366: std domain: Add support for emphasising placeholders in :rst:dir:`option`
directives through a new :confval:`option_emphasise_placeholders` configuration
option.
* #10439: std domain: Use the repr of some variables when displaying warnings,
making whitespace issues easier to identify.
* #10571: quickstart: Reduce content in the generated ``conf.py`` file. Patch by
Pradyun Gedam.
* #10648: LaTeX: CSS-named-alike additional :ref:`'sphinxsetup' <latexsphinxsetup>`
keys allow to configure four separate border-widths, four paddings, four
corner radii, a shadow (possibly inset), colours for border, background, shadow
for each of the code-block, topic, attention, caution, danger, error and warning
directives.
* #10655: LaTeX: Explain non-standard encoding in LatinRules.xdy
* #10599: HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when
using Docutils 0.18 or later, to allow for easier styling. This matches the
behaviour introduced in Docutils 0.19. Patch by Adam Turner.
* #10518: config: Add ``include_patterns`` as the opposite of ``exclude_patterns``.
Patch by Adam Turner.
* #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+
* #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due
to missing ``Node.findall()``
* #10506: LaTeX: build error if highlighting inline code role in figure caption
(refs: #10251)
OBS-URL: https://build.opensuse.org/request/show/991054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=214
2022-07-25 15:58:13 +00:00
|
|
|
|
# https://requests.readthedocs.io/en/stable/objects.inv
|
2022-01-19 16:50:57 +00:00
|
|
|
|
Source3: requests.inv
|
Accepting request 991054 from home:marxin:branches:devel:languages:python
- Update to version 5.1.0
* #10656: Support `Docutils 0.19`_. Patch by Adam Turner.
* #10467: Deprecated ``sphinx.util.stemmer`` in favour of ``snowballstemmer``.
Patch by Adam Turner.
* #9856: Deprecated ``sphinx.ext.napoleon.iterators``.
* #10444: html theme: Allow specifying multiple CSS files through the ``stylesheet``
setting in ``theme.conf`` or by setting ``html_style`` to an iterable of strings.
* #10366: std domain: Add support for emphasising placeholders in :rst:dir:`option`
directives through a new :confval:`option_emphasise_placeholders` configuration
option.
* #10439: std domain: Use the repr of some variables when displaying warnings,
making whitespace issues easier to identify.
* #10571: quickstart: Reduce content in the generated ``conf.py`` file. Patch by
Pradyun Gedam.
* #10648: LaTeX: CSS-named-alike additional :ref:`'sphinxsetup' <latexsphinxsetup>`
keys allow to configure four separate border-widths, four paddings, four
corner radii, a shadow (possibly inset), colours for border, background, shadow
for each of the code-block, topic, attention, caution, danger, error and warning
directives.
* #10655: LaTeX: Explain non-standard encoding in LatinRules.xdy
* #10599: HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when
using Docutils 0.18 or later, to allow for easier styling. This matches the
behaviour introduced in Docutils 0.19. Patch by Adam Turner.
* #10518: config: Add ``include_patterns`` as the opposite of ``exclude_patterns``.
Patch by Adam Turner.
* #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+
* #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due
to missing ``Node.findall()``
* #10506: LaTeX: build error if highlighting inline code role in figure caption
(refs: #10251)
OBS-URL: https://build.opensuse.org/request/show/991054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=214
2022-07-25 15:58:13 +00:00
|
|
|
|
# https://docs.readthedocs.io/en/stable/objects.inv
|
2022-01-19 16:50:57 +00:00
|
|
|
|
Source4: readthedocs.inv
|
Accepting request 991054 from home:marxin:branches:devel:languages:python
- Update to version 5.1.0
* #10656: Support `Docutils 0.19`_. Patch by Adam Turner.
* #10467: Deprecated ``sphinx.util.stemmer`` in favour of ``snowballstemmer``.
Patch by Adam Turner.
* #9856: Deprecated ``sphinx.ext.napoleon.iterators``.
* #10444: html theme: Allow specifying multiple CSS files through the ``stylesheet``
setting in ``theme.conf`` or by setting ``html_style`` to an iterable of strings.
* #10366: std domain: Add support for emphasising placeholders in :rst:dir:`option`
directives through a new :confval:`option_emphasise_placeholders` configuration
option.
* #10439: std domain: Use the repr of some variables when displaying warnings,
making whitespace issues easier to identify.
* #10571: quickstart: Reduce content in the generated ``conf.py`` file. Patch by
Pradyun Gedam.
* #10648: LaTeX: CSS-named-alike additional :ref:`'sphinxsetup' <latexsphinxsetup>`
keys allow to configure four separate border-widths, four paddings, four
corner radii, a shadow (possibly inset), colours for border, background, shadow
for each of the code-block, topic, attention, caution, danger, error and warning
directives.
* #10655: LaTeX: Explain non-standard encoding in LatinRules.xdy
* #10599: HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when
using Docutils 0.18 or later, to allow for easier styling. This matches the
behaviour introduced in Docutils 0.19. Patch by Adam Turner.
* #10518: config: Add ``include_patterns`` as the opposite of ``exclude_patterns``.
Patch by Adam Turner.
* #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+
* #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due
to missing ``Node.findall()``
* #10506: LaTeX: build error if highlighting inline code role in figure caption
(refs: #10251)
OBS-URL: https://build.opensuse.org/request/show/991054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=214
2022-07-25 15:58:13 +00:00
|
|
|
|
Source5: update-intersphinx.sh
|
2022-07-19 18:20:24 +00:00
|
|
|
|
Source99: python-Sphinx.keyring
|
2018-07-20 12:46:04 +00:00
|
|
|
|
BuildRequires: %{python_module base}
|
2022-10-03 12:33:53 +00:00
|
|
|
|
BuildRequires: %{python_module flit-core}
|
2022-09-28 16:52:39 +00:00
|
|
|
|
BuildRequires: %{python_module pip}
|
2017-04-24 20:54:10 +00:00
|
|
|
|
BuildRequires: %{python_module setuptools}
|
2022-09-28 16:52:39 +00:00
|
|
|
|
BuildRequires: %{python_module wheel}
|
2017-04-24 20:54:10 +00:00
|
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: python-rpm-macros
|
2022-09-28 16:52:39 +00:00
|
|
|
|
BuildRequires: python3-pip
|
2018-05-23 12:18:27 +00:00
|
|
|
|
# workaround for suboptimal CentOS-7 project config
|
|
|
|
|
#!BuildIgnore: texinfo
|
2017-04-24 20:54:10 +00:00
|
|
|
|
Requires: python-Babel >= 1.3
|
2013-11-06 11:47:17 +00:00
|
|
|
|
Requires: python-Jinja2 >= 2.3
|
2019-03-09 07:50:00 +00:00
|
|
|
|
Requires: python-Pygments >= 2.1
|
2017-04-24 20:54:10 +00:00
|
|
|
|
Requires: python-alabaster >= 0.7
|
2021-04-16 08:05:51 +00:00
|
|
|
|
Requires: python-docutils >= 0.12
|
2017-02-16 11:48:07 +00:00
|
|
|
|
Requires: python-imagesize
|
2022-01-20 16:47:35 +00:00
|
|
|
|
Requires: python-packaging
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Requires: python-requests >= 2.5.0
|
|
|
|
|
Requires: python-setuptools
|
2017-02-16 11:48:07 +00:00
|
|
|
|
Requires: python-snowballstemmer >= 1.1
|
2015-04-13 13:33:30 +00:00
|
|
|
|
Requires: python-sphinx_rtd_theme
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Requires: python-sphinxcontrib-applehelp
|
|
|
|
|
Requires: python-sphinxcontrib-devhelp
|
2021-07-17 13:26:19 +00:00
|
|
|
|
Requires: python-sphinxcontrib-htmlhelp >= 2.0.0
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Requires: python-sphinxcontrib-jsmath
|
2021-11-12 16:31:03 +00:00
|
|
|
|
Requires: python-sphinxcontrib-qthelp >= 1.0.2
|
2021-07-17 13:26:19 +00:00
|
|
|
|
Requires: python-sphinxcontrib-serializinghtml >= 1.1.5
|
2017-06-30 07:00:58 +00:00
|
|
|
|
Requires: python-sphinxcontrib-websupport
|
2018-05-23 12:18:27 +00:00
|
|
|
|
Requires(post): update-alternatives
|
2021-04-06 01:33:36 +00:00
|
|
|
|
Requires(postun):update-alternatives
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Recommends: python-SQLAlchemy >= 0.9
|
|
|
|
|
Recommends: python-Sphinx-doc-man
|
|
|
|
|
Recommends: python-Whoosh >= 2.0
|
2018-05-23 12:18:27 +00:00
|
|
|
|
BuildArch: noarch
|
2022-01-28 11:01:40 +00:00
|
|
|
|
%if 0%{?python_version_nodots} < 310
|
|
|
|
|
Requires: python-importlib-metadata >= 4.4
|
|
|
|
|
%endif
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%if %{with test}
|
2020-05-11 13:43:53 +00:00
|
|
|
|
BuildRequires: %{python_module Cython}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
BuildRequires: %{python_module Sphinx = %{version}}
|
2019-04-10 07:13:51 +00:00
|
|
|
|
BuildRequires: %{python_module Sphinx-latex = %{version}}
|
Accepting request 1082382 from home:marxin:branches:devel:languages:python
- Bump to version 6.2.0
* Require Docutils 0.18.1 or greater.
* LaTeX: removal of some internal TeX ``\dimen`` registers (not previously
publicly documented) as per 5.1.0 code comments in ``sphinx.sty``:
``\sphinxverbatimsep``, ``\sphinxverbatimborder``, ``\sphinxshadowsep``,
``\sphinxshadowsize``, and ``\sphinxshadowrule``. (refs: #11105)
* Remove ``.egg`` support from pycode ``ModuleAnalyser``; Python eggs are a
now-obsolete binary distribution format
* #11089: Remove deprecated code in ``sphinx.builders.linkcheck``.
Patch by Daniel Eades
* Remove internal-only ``sphinx.locale.setlocale``
* #11247: Deprecate the legacy ``intersphinx_mapping`` format
* ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
* #11277: :rst:dir:`autoproperty` allows the return type to be specified as
a type comment (e.g., ``# type: () -> int``). Patch by Bénédikt Tran
* #10811: Autosummary: extend ``__all__`` to imported members for template rendering
when option ``autosummary_ignore_module_all`` is set to ``False``. Patch by
Clement Pinard
* #11147: Add a ``content_offset`` parameter to ``nested_parse_with_titles()``,
allowing for correct line numbers during nested parsing.
Patch by Jeremy Maitin-Shepard
* Update to Unicode CLDR 42
* Add a ``--jobs`` synonym for ``-j``. Patch by Hugo van Kemenade
* LaTeX: a command ``\sphinxbox`` for styling text elements with a (possibly
rounded) box, optional background color and shadow, has been added.
See :ref:`sphinxbox`. (refs: #11224)
* LaTeX: add ``\sphinxstylenotetitle``, ..., ``\sphinxstylewarningtitle``, ...,
for an extra layer of mark-up freeing up ``\sphinxstrong`` for other uses.
See :ref:`latex-macros`. (refs: #11267)
* LaTeX: :dudir:`note`, :dudir:`hint`, :dudir:`important` and :dudir:`tip` can
OBS-URL: https://build.opensuse.org/request/show/1082382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=236
2023-04-24 11:22:35 +00:00
|
|
|
|
BuildRequires: %{python_module filelock}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
BuildRequires: %{python_module html5lib}
|
Accepting request 1082382 from home:marxin:branches:devel:languages:python
- Bump to version 6.2.0
* Require Docutils 0.18.1 or greater.
* LaTeX: removal of some internal TeX ``\dimen`` registers (not previously
publicly documented) as per 5.1.0 code comments in ``sphinx.sty``:
``\sphinxverbatimsep``, ``\sphinxverbatimborder``, ``\sphinxshadowsep``,
``\sphinxshadowsize``, and ``\sphinxshadowrule``. (refs: #11105)
* Remove ``.egg`` support from pycode ``ModuleAnalyser``; Python eggs are a
now-obsolete binary distribution format
* #11089: Remove deprecated code in ``sphinx.builders.linkcheck``.
Patch by Daniel Eades
* Remove internal-only ``sphinx.locale.setlocale``
* #11247: Deprecate the legacy ``intersphinx_mapping`` format
* ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
* #11277: :rst:dir:`autoproperty` allows the return type to be specified as
a type comment (e.g., ``# type: () -> int``). Patch by Bénédikt Tran
* #10811: Autosummary: extend ``__all__`` to imported members for template rendering
when option ``autosummary_ignore_module_all`` is set to ``False``. Patch by
Clement Pinard
* #11147: Add a ``content_offset`` parameter to ``nested_parse_with_titles()``,
allowing for correct line numbers during nested parsing.
Patch by Jeremy Maitin-Shepard
* Update to Unicode CLDR 42
* Add a ``--jobs`` synonym for ``-j``. Patch by Hugo van Kemenade
* LaTeX: a command ``\sphinxbox`` for styling text elements with a (possibly
rounded) box, optional background color and shadow, has been added.
See :ref:`sphinxbox`. (refs: #11224)
* LaTeX: add ``\sphinxstylenotetitle``, ..., ``\sphinxstylewarningtitle``, ...,
for an extra layer of mark-up freeing up ``\sphinxstrong`` for other uses.
See :ref:`latex-macros`. (refs: #11267)
* LaTeX: :dudir:`note`, :dudir:`hint`, :dudir:`important` and :dudir:`tip` can
OBS-URL: https://build.opensuse.org/request/show/1082382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=236
2023-04-24 11:22:35 +00:00
|
|
|
|
BuildRequires: %{python_module pytest-xdist}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
BuildRequires: %{python_module pytest}
|
|
|
|
|
BuildRequires: %{python_module sphinxcontrib-websupport}
|
2020-05-12 11:02:49 +00:00
|
|
|
|
BuildRequires: %{python_module testsuite}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
BuildRequires: ImageMagick
|
2020-12-05 17:44:43 +00:00
|
|
|
|
BuildRequires: graphviz
|
2022-01-20 18:27:33 +00:00
|
|
|
|
BuildRequires: (python3-typed-ast if python3-base < 3.8)
|
2020-12-05 17:44:43 +00:00
|
|
|
|
# For PNG format
|
|
|
|
|
BuildRequires: graphviz-gd
|
|
|
|
|
# For PDF format (!?)
|
|
|
|
|
BuildRequires: graphviz-gnome
|
2021-11-28 19:14:11 +00:00
|
|
|
|
BuildRequires: texlive-tex-gyre
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%endif
|
2017-04-24 20:54:10 +00:00
|
|
|
|
%python_subpackages
|
2011-07-03 11:34:40 +00:00
|
|
|
|
|
|
|
|
|
%description
|
2017-09-12 15:25:47 +00:00
|
|
|
|
Sphinx is a tool that facilitates creating documentation for Python
|
|
|
|
|
projects (or other documents consisting of multiple reStructuredText
|
|
|
|
|
sources). It was originally created for the Python documentation, and
|
|
|
|
|
supports Python project documentation well, but C/C++ is likewise
|
|
|
|
|
supported.
|
2011-07-03 11:34:40 +00:00
|
|
|
|
|
2017-09-12 15:25:47 +00:00
|
|
|
|
Sphinx uses reStructuredText as its markup language. Sphinx draws from
|
|
|
|
|
the parsing and translating suite, the Docutils.
|
2011-07-03 11:34:40 +00:00
|
|
|
|
|
2015-09-09 07:25:00 +00:00
|
|
|
|
%package latex
|
|
|
|
|
Summary: Sphinx packages for LaTeX
|
|
|
|
|
Group: Productivity/Publishing/TeX/Base
|
2019-03-09 07:50:00 +00:00
|
|
|
|
Requires: python-Sphinx = %{version}
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Requires: texlive-dvipng
|
2019-03-09 07:50:00 +00:00
|
|
|
|
Requires: texlive-gnu-freefont
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: texlive-latex
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Requires: texlive-latexmk
|
|
|
|
|
Requires: texlive-makeindex
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: texlive-metafont
|
|
|
|
|
Requires: texlive-pdftex
|
|
|
|
|
Requires: tex(8r.enc)
|
|
|
|
|
Requires: tex(alltt.sty)
|
|
|
|
|
Requires: tex(amsfonts.sty)
|
|
|
|
|
Requires: tex(amsmath.sty)
|
|
|
|
|
Requires: tex(amssymb.sty)
|
|
|
|
|
Requires: tex(amsthm.sty)
|
2018-07-20 12:46:04 +00:00
|
|
|
|
Requires: tex(anyfontsize.sty)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(array.sty)
|
2016-02-17 09:13:39 +00:00
|
|
|
|
Requires: tex(article.cls)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(atbegshi.sty)
|
|
|
|
|
Requires: tex(babel.sty)
|
|
|
|
|
Requires: tex(bm.sty)
|
2016-02-17 09:13:39 +00:00
|
|
|
|
Requires: tex(capt-of.sty)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(cmap.sty)
|
|
|
|
|
Requires: tex(color.sty)
|
|
|
|
|
Requires: tex(colortbl.sty)
|
|
|
|
|
Requires: tex(dvipdfmx.def)
|
2016-02-17 09:13:39 +00:00
|
|
|
|
Requires: tex(english.ldf)
|
|
|
|
|
Requires: tex(eqparbox.sty)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(fancybox.sty)
|
|
|
|
|
Requires: tex(fancyhdr.sty)
|
|
|
|
|
Requires: tex(fancyvrb.sty)
|
|
|
|
|
Requires: tex(float.sty)
|
|
|
|
|
Requires: tex(fncychap.sty)
|
|
|
|
|
Requires: tex(fontenc.sty)
|
|
|
|
|
Requires: tex(footnote.sty)
|
|
|
|
|
Requires: tex(framed.sty)
|
|
|
|
|
Requires: tex(graphics.sty)
|
|
|
|
|
Requires: tex(graphicx.sty)
|
|
|
|
|
Requires: tex(hypcap.sty)
|
|
|
|
|
Requires: tex(hyperref.sty)
|
|
|
|
|
Requires: tex(ifthen.sty)
|
|
|
|
|
Requires: tex(inputenc.sty)
|
|
|
|
|
Requires: tex(longtable.sty)
|
2019-06-07 10:48:28 +00:00
|
|
|
|
Requires: tex(luatex85.sty)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(makeidx.sty)
|
|
|
|
|
Requires: tex(multirow.sty)
|
2016-02-17 09:13:39 +00:00
|
|
|
|
Requires: tex(needspace.sty)
|
|
|
|
|
Requires: tex(newfloat.sty)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(palatino.sty)
|
|
|
|
|
Requires: tex(parskip.sty)
|
2016-02-17 09:13:39 +00:00
|
|
|
|
Requires: tex(pcrr.tfm)
|
|
|
|
|
Requires: tex(pdftex.def)
|
|
|
|
|
Requires: tex(pdftex.map)
|
|
|
|
|
Requires: tex(phvr.tfm)
|
2018-07-20 12:46:04 +00:00
|
|
|
|
Requires: tex(polyglossia.sty)
|
2016-02-17 09:13:39 +00:00
|
|
|
|
Requires: tex(pplr.tfm)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(preview.sty)
|
2016-02-17 09:13:39 +00:00
|
|
|
|
Requires: tex(ptmr.tfm)
|
|
|
|
|
Requires: tex(pzcmi.tfm)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(tabulary.sty)
|
|
|
|
|
Requires: tex(textcomp.sty)
|
2022-07-19 18:18:22 +00:00
|
|
|
|
Requires: tex(tgtermes.sty)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
Requires: tex(threeparttable.sty)
|
|
|
|
|
Requires: tex(times.sty)
|
|
|
|
|
Requires: tex(titlesec.sty)
|
|
|
|
|
Requires: tex(upquote.sty)
|
2016-02-17 09:13:39 +00:00
|
|
|
|
Requires: tex(utf8.def)
|
|
|
|
|
Requires: tex(utf8x.def)
|
2017-08-24 16:44:23 +00:00
|
|
|
|
Requires: tex(varwidth.sty)
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Requires: tex(wrapfig.sty)
|
2015-09-09 07:25:00 +00:00
|
|
|
|
|
|
|
|
|
%description latex
|
2017-09-12 15:25:47 +00:00
|
|
|
|
Sphinx is a tool that facilitates creating documentation for Python
|
|
|
|
|
projects (or other documents consisting of multiple reStructuredText
|
|
|
|
|
sources).
|
2015-09-09 07:25:00 +00:00
|
|
|
|
|
2019-03-09 07:50:00 +00:00
|
|
|
|
This package contains the LaTeX components for python-Sphinx.
|
|
|
|
|
|
|
|
|
|
%package -n python-Sphinx-doc
|
|
|
|
|
Summary: Man files for python-Sphinx
|
|
|
|
|
Group: Documentation/Other
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Requires: python3-Sphinx = %{version}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
|
|
|
|
|
%description -n python-Sphinx-doc
|
|
|
|
|
Sphinx is a tool that facilitates creating documentation for Python
|
|
|
|
|
projects (or other documents consisting of multiple reStructuredText
|
|
|
|
|
sources). It was originally created for the Python documentation, and
|
|
|
|
|
supports Python project documentation well, but C/C++ is likewise
|
|
|
|
|
supported.
|
|
|
|
|
|
|
|
|
|
Sphinx uses reStructuredText as its markup language. Sphinx draws from
|
|
|
|
|
the parsing and translating suite, the Docutils.
|
|
|
|
|
|
|
|
|
|
This package contains the documentation for Sphinx.
|
|
|
|
|
|
|
|
|
|
%package -n python-Sphinx-doc-man
|
|
|
|
|
Summary: Man files for python-Sphinx
|
|
|
|
|
Group: Documentation/Man
|
2019-06-06 12:55:31 +00:00
|
|
|
|
Requires: python3-Sphinx = %{version}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
Requires(post): update-alternatives
|
2021-04-06 01:33:36 +00:00
|
|
|
|
Requires(postun):update-alternatives
|
2019-06-07 10:48:28 +00:00
|
|
|
|
Supplements: python3-Sphinx
|
2021-11-10 13:57:54 +00:00
|
|
|
|
Obsoletes: python-Sphinx-doc-man-common <= %{version}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
|
|
|
|
|
%description -n python-Sphinx-doc-man
|
|
|
|
|
Sphinx is a tool that facilitates creating documentation for Python
|
|
|
|
|
projects (or other documents consisting of multiple reStructuredText
|
|
|
|
|
sources).
|
|
|
|
|
|
|
|
|
|
This package contains the manual pages for the Sphinx executables.
|
|
|
|
|
|
|
|
|
|
%package -n python-Sphinx-doc-html
|
|
|
|
|
Summary: HTML Documentation for python-Sphinx
|
|
|
|
|
Group: Documentation/HTML
|
2021-11-10 13:57:54 +00:00
|
|
|
|
Provides: python-Sphinx-doc-html = %{version}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
|
|
|
|
|
%description -n python-Sphinx-doc-html
|
|
|
|
|
Sphinx is a tool that facilitates creating documentation for Python
|
|
|
|
|
projects (or other documents consisting of multiple reStructuredText
|
|
|
|
|
sources).
|
|
|
|
|
|
|
|
|
|
This package contains the HTML documentation for Sphinx.
|
2015-09-09 07:25:00 +00:00
|
|
|
|
|
2011-07-03 11:34:40 +00:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Sphinx-%{version}
|
2020-09-28 13:45:58 +00:00
|
|
|
|
%autopatch -p1
|
2016-02-17 09:13:39 +00:00
|
|
|
|
|
2011-07-03 11:34:40 +00:00
|
|
|
|
%build
|
2022-09-28 16:52:39 +00:00
|
|
|
|
%pyproject_wheel
|
2017-04-24 20:54:10 +00:00
|
|
|
|
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%if %{with test}
|
|
|
|
|
mkdir build.doc
|
|
|
|
|
|
2020-05-12 11:02:49 +00:00
|
|
|
|
cp %{SOURCE2} doc/python3.inv
|
2021-01-11 15:01:56 +00:00
|
|
|
|
cp %{SOURCE3} doc/requests.inv
|
2022-01-18 21:35:10 +00:00
|
|
|
|
cp %{SOURCE4} doc/readthedocs.inv
|
2020-12-05 17:44:43 +00:00
|
|
|
|
%{python_expand # Use one bundled intersphinx inventory for all flavors.
|
|
|
|
|
# The python3.6 inventory fails to build even in its own flavor.
|
|
|
|
|
# Use a more recent default (currently 3.9) from the source tag instead.
|
2021-01-11 15:01:56 +00:00
|
|
|
|
# The same for requests.
|
|
|
|
|
sed -i -e "s/\((.https:..docs.python.org.3.., \)None\()\)/\1'python3.inv'\2/g" doc/conf.py
|
2022-09-28 16:52:39 +00:00
|
|
|
|
sed -i -e "s/\((.https:..requests.readthedocs.io.*, \)None\()\)/\1'requests.inv'\2/g" doc/conf.py
|
2022-01-18 21:35:10 +00:00
|
|
|
|
sed -i -e "s/\((.https:..docs.readthedocs.io.*, \)None\()\)/\1'readthedocs.inv'\2/g" doc/conf.py
|
2022-09-28 16:52:39 +00:00
|
|
|
|
# rm build/sphinx/html/.buildinfo
|
Accepting request 1082382 from home:marxin:branches:devel:languages:python
- Bump to version 6.2.0
* Require Docutils 0.18.1 or greater.
* LaTeX: removal of some internal TeX ``\dimen`` registers (not previously
publicly documented) as per 5.1.0 code comments in ``sphinx.sty``:
``\sphinxverbatimsep``, ``\sphinxverbatimborder``, ``\sphinxshadowsep``,
``\sphinxshadowsize``, and ``\sphinxshadowrule``. (refs: #11105)
* Remove ``.egg`` support from pycode ``ModuleAnalyser``; Python eggs are a
now-obsolete binary distribution format
* #11089: Remove deprecated code in ``sphinx.builders.linkcheck``.
Patch by Daniel Eades
* Remove internal-only ``sphinx.locale.setlocale``
* #11247: Deprecate the legacy ``intersphinx_mapping`` format
* ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
* #11277: :rst:dir:`autoproperty` allows the return type to be specified as
a type comment (e.g., ``# type: () -> int``). Patch by Bénédikt Tran
* #10811: Autosummary: extend ``__all__`` to imported members for template rendering
when option ``autosummary_ignore_module_all`` is set to ``False``. Patch by
Clement Pinard
* #11147: Add a ``content_offset`` parameter to ``nested_parse_with_titles()``,
allowing for correct line numbers during nested parsing.
Patch by Jeremy Maitin-Shepard
* Update to Unicode CLDR 42
* Add a ``--jobs`` synonym for ``-j``. Patch by Hugo van Kemenade
* LaTeX: a command ``\sphinxbox`` for styling text elements with a (possibly
rounded) box, optional background color and shadow, has been added.
See :ref:`sphinxbox`. (refs: #11224)
* LaTeX: add ``\sphinxstylenotetitle``, ..., ``\sphinxstylewarningtitle``, ...,
for an extra layer of mark-up freeing up ``\sphinxstrong`` for other uses.
See :ref:`latex-macros`. (refs: #11267)
* LaTeX: :dudir:`note`, :dudir:`hint`, :dudir:`important` and :dudir:`tip` can
OBS-URL: https://build.opensuse.org/request/show/1082382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=236
2023-04-24 11:22:35 +00:00
|
|
|
|
$python -m sphinx -b man -j auto ./doc ./build.doc/man
|
|
|
|
|
$python -m sphinx -b html -j auto ./doc ./build.doc/html
|
2020-12-05 17:44:43 +00:00
|
|
|
|
}
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
2011-07-03 11:34:40 +00:00
|
|
|
|
%install
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%if ! %{with test}
|
2022-09-28 16:52:39 +00:00
|
|
|
|
%pyproject_install
|
2017-04-24 20:54:10 +00:00
|
|
|
|
|
2017-05-08 15:39:30 +00:00
|
|
|
|
%python_clone -a %{buildroot}%{_bindir}/sphinx-apidoc
|
|
|
|
|
%python_clone -a %{buildroot}%{_bindir}/sphinx-autogen
|
|
|
|
|
%python_clone -a %{buildroot}%{_bindir}/sphinx-build
|
|
|
|
|
%python_clone -a %{buildroot}%{_bindir}/sphinx-quickstart
|
2017-04-24 20:54:10 +00:00
|
|
|
|
|
2018-12-07 20:40:34 +00:00
|
|
|
|
%python_expand mkdir -p %{buildroot}%{$python_sitelib}/sphinxcontrib
|
2017-05-08 15:39:30 +00:00
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2011-07-03 11:34:40 +00:00
|
|
|
|
|
2020-11-04 19:50:22 +00:00
|
|
|
|
# gh#openSUSE/python-rpm-macros#74
|
|
|
|
|
%{!?python_find_lang: %define python_find_lang() \
|
|
|
|
|
%find_lang %{**} \
|
|
|
|
|
langfile=%{?2}%{!?2:%1.lang} \
|
|
|
|
|
%{python_expand # \
|
|
|
|
|
grep -v 'python.*site-packages' ${langfile} > %{$python_prefix}-${langfile} \
|
|
|
|
|
grep -F %{$python_sitelib} ${langfile} >> %{$python_prefix}-${langfile} \
|
|
|
|
|
} \
|
2020-11-03 20:55:53 +00:00
|
|
|
|
}
|
2021-12-04 19:04:41 +00:00
|
|
|
|
%python_find_lang sphinx
|
2019-08-09 09:09:08 +00:00
|
|
|
|
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%else
|
|
|
|
|
mkdir -p %{buildroot}%{_docdir}/python-Sphinx/
|
|
|
|
|
mv build.doc/html %{buildroot}%{_docdir}/python-Sphinx/
|
2022-01-18 21:35:10 +00:00
|
|
|
|
rm -rf %{buildroot}%{_docdir}/python-Sphinx/html/_images
|
2019-03-09 07:50:00 +00:00
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
|
mv build.doc/man/sphinx-all.1 %{buildroot}%{_mandir}/man1/sphinx-all.1
|
|
|
|
|
mv build.doc/man/sphinx-apidoc.1 %{buildroot}%{_mandir}/man1/sphinx-apidoc.1
|
|
|
|
|
mv build.doc/man/sphinx-build.1 %{buildroot}%{_mandir}/man1/sphinx-build.1
|
|
|
|
|
mv build.doc/man/sphinx-quickstart.1 %{buildroot}%{_mandir}/man1/sphinx-quickstart.1
|
|
|
|
|
%endif
|
|
|
|
|
|
2019-03-11 15:01:50 +00:00
|
|
|
|
# Always deduplicate
|
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%if ! %{with test}
|
2013-04-30 14:38:55 +00:00
|
|
|
|
%post
|
2023-01-29 18:59:47 +00:00
|
|
|
|
%python_install_alternative sphinx-apidoc sphinx-autogen sphinx-build sphinx-quickstart
|
|
|
|
|
:
|
2013-04-30 14:38:55 +00:00
|
|
|
|
|
2014-02-11 14:17:09 +00:00
|
|
|
|
%postun
|
2017-04-24 20:54:10 +00:00
|
|
|
|
%python_uninstall_alternative sphinx-apidoc
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if %{with test}
|
|
|
|
|
export LC_ALL="C.utf8"
|
2020-12-05 17:44:43 +00:00
|
|
|
|
# test_latex_images test downloading a remote image
|
2021-06-02 16:49:30 +00:00
|
|
|
|
# test_signature_annotations doesn’t work
|
Accepting request 1082382 from home:marxin:branches:devel:languages:python
- Bump to version 6.2.0
* Require Docutils 0.18.1 or greater.
* LaTeX: removal of some internal TeX ``\dimen`` registers (not previously
publicly documented) as per 5.1.0 code comments in ``sphinx.sty``:
``\sphinxverbatimsep``, ``\sphinxverbatimborder``, ``\sphinxshadowsep``,
``\sphinxshadowsize``, and ``\sphinxshadowrule``. (refs: #11105)
* Remove ``.egg`` support from pycode ``ModuleAnalyser``; Python eggs are a
now-obsolete binary distribution format
* #11089: Remove deprecated code in ``sphinx.builders.linkcheck``.
Patch by Daniel Eades
* Remove internal-only ``sphinx.locale.setlocale``
* #11247: Deprecate the legacy ``intersphinx_mapping`` format
* ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
* #11277: :rst:dir:`autoproperty` allows the return type to be specified as
a type comment (e.g., ``# type: () -> int``). Patch by Bénédikt Tran
* #10811: Autosummary: extend ``__all__`` to imported members for template rendering
when option ``autosummary_ignore_module_all`` is set to ``False``. Patch by
Clement Pinard
* #11147: Add a ``content_offset`` parameter to ``nested_parse_with_titles()``,
allowing for correct line numbers during nested parsing.
Patch by Jeremy Maitin-Shepard
* Update to Unicode CLDR 42
* Add a ``--jobs`` synonym for ``-j``. Patch by Hugo van Kemenade
* LaTeX: a command ``\sphinxbox`` for styling text elements with a (possibly
rounded) box, optional background color and shadow, has been added.
See :ref:`sphinxbox`. (refs: #11224)
* LaTeX: add ``\sphinxstylenotetitle``, ..., ``\sphinxstylewarningtitle``, ...,
for an extra layer of mark-up freeing up ``\sphinxstrong`` for other uses.
See :ref:`latex-macros`. (refs: #11267)
* LaTeX: :dudir:`note`, :dudir:`hint`, :dudir:`important` and :dudir:`tip` can
OBS-URL: https://build.opensuse.org/request/show/1082382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=236
2023-04-24 11:22:35 +00:00
|
|
|
|
%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations or test_copy_images)' -n auto --dist=loadfile
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%endif
|
2013-04-30 14:38:55 +00:00
|
|
|
|
|
2019-06-06 12:55:31 +00:00
|
|
|
|
%if ! %{with test}
|
2020-11-03 20:55:53 +00:00
|
|
|
|
%files %{python_files} -f %{python_prefix}-sphinx.lang
|
2018-05-23 12:18:27 +00:00
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS CHANGES README.rst
|
2017-04-24 20:54:10 +00:00
|
|
|
|
%python_alternative %{_bindir}/sphinx-apidoc
|
|
|
|
|
%python_alternative %{_bindir}/sphinx-autogen
|
|
|
|
|
%python_alternative %{_bindir}/sphinx-build
|
|
|
|
|
%python_alternative %{_bindir}/sphinx-quickstart
|
2013-09-16 09:26:51 +00:00
|
|
|
|
%{python_sitelib}/sphinx/
|
2015-09-09 07:25:00 +00:00
|
|
|
|
%exclude %{python_sitelib}/sphinx/texinputs/
|
2022-09-28 16:52:39 +00:00
|
|
|
|
%dir %{python_sitelib}/sphinx-%{version}.dist-info
|
|
|
|
|
%{python_sitelib}/sphinx-%{version}.dist-info/*
|
2018-12-07 20:22:04 +00:00
|
|
|
|
%dir %{python_sitelib}/sphinxcontrib
|
2011-07-03 11:34:40 +00:00
|
|
|
|
|
2017-04-24 20:54:10 +00:00
|
|
|
|
%files %{python_files latex}
|
2018-05-23 12:18:27 +00:00
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS
|
2015-09-09 07:25:00 +00:00
|
|
|
|
%{python_sitelib}/sphinx/texinputs/
|
2019-03-09 07:50:00 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with test}
|
|
|
|
|
%files -n python-Sphinx-doc-man
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%{_mandir}/man1/sphinx-all.1%{?ext_man}
|
|
|
|
|
%{_mandir}/man1/sphinx-apidoc.1%{?ext_man}
|
|
|
|
|
%{_mandir}/man1/sphinx-build.1%{?ext_man}
|
|
|
|
|
%{_mandir}/man1/sphinx-quickstart.1%{?ext_man}
|
|
|
|
|
|
|
|
|
|
%files -n python-Sphinx-doc-html
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%dir %{_docdir}/python-Sphinx/
|
|
|
|
|
%{_docdir}/python-Sphinx/html/
|
2015-09-09 07:25:00 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
2011-07-03 11:34:40 +00:00
|
|
|
|
%changelog
|