forked from pool/python-Sphinx
Accepting request 523341 from home:jengelh:branches:devel:languages:python
- Trim package descriptions for size. OBS-URL: https://build.opensuse.org/request/show/523341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=91
This commit is contained in:
committed by
Git OBS Bridge
parent
2437ef2417
commit
c2b054a3ef
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 11 17:07:40 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim package descriptions for size.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 24 16:43:14 UTC 2017 - toddrme2178@gmail.com
|
Thu Aug 24 16:43:14 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} != 1315
|
%if 0%{?suse_version} != 1315
|
||||||
%bcond_without latex
|
%bcond_without latex
|
||||||
%else
|
%else
|
||||||
@@ -44,40 +45,31 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
Sphinx is a tool that facilitates creating documentation for Python
|
||||||
documentation for Python projects (or other documents consisting of multiple
|
projects (or other documents consisting of multiple reStructuredText
|
||||||
reStructuredText sources), written by Georg Brandl. It was originally created
|
sources). It was originally created for the Python documentation, and
|
||||||
for the new Python documentation, and has excellent facilities for Python
|
supports Python project documentation well, but C/C++ is likewise
|
||||||
project documentation, but C/C++ is supported as well, and more languages are
|
supported.
|
||||||
planned.
|
|
||||||
|
|
||||||
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
Sphinx uses reStructuredText as its markup language. Sphinx draws from
|
||||||
come from the power and straightforwardness of reStructuredText and its parsing
|
the parsing and translating suite, the Docutils.
|
||||||
and translating suite, the Docutils.
|
|
||||||
|
|
||||||
This package contained the documentation for Sphinx.
|
This package contains the documentation for Sphinx.
|
||||||
|
|
||||||
%package man
|
%package man
|
||||||
Summary: Man files for python-Sphinx
|
Summary: Man files for python-Sphinx
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Requires: python-Sphinx = %{version}
|
|
||||||
Requires: %{name}-man-common = %{version}
|
Requires: %{name}-man-common = %{version}
|
||||||
|
Requires: python-Sphinx = %{version}
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
|
||||||
%description man
|
%description man
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
Sphinx is a tool that facilitates creating documentation for Python
|
||||||
documentation for Python projects (or other documents consisting of multiple
|
projects (or other documents consisting of multiple reStructuredText
|
||||||
reStructuredText sources), written by Georg Brandl. It was originally created
|
sources).
|
||||||
for the new Python documentation, and has excellent facilities for Python
|
|
||||||
project documentation, but C/C++ is supported as well, and more languages are
|
|
||||||
planned.
|
|
||||||
|
|
||||||
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
This package contains the manual pages for the Sphinx executables.
|
||||||
come from the power and straightforwardness of reStructuredText and its parsing
|
|
||||||
and translating suite, the Docutils.
|
|
||||||
|
|
||||||
This package contained the manual pages for the Sphinx executables.
|
|
||||||
|
|
||||||
%package -n %{name}-html
|
%package -n %{name}-html
|
||||||
Summary: HTML Documentation for python-Sphinx
|
Summary: HTML Documentation for python-Sphinx
|
||||||
@@ -85,18 +77,11 @@ Group: Documentation/HTML
|
|||||||
Provides: %{python_module Sphinx-doc-html = %{version}}
|
Provides: %{python_module Sphinx-doc-html = %{version}}
|
||||||
|
|
||||||
%description -n %{name}-html
|
%description -n %{name}-html
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
Sphinx is a tool that facilitates creating documentation for Python
|
||||||
documentation for Python projects (or other documents consisting of multiple
|
projects (or other documents consisting of multiple reStructuredText
|
||||||
reStructuredText sources), written by Georg Brandl. It was originally created
|
sources).
|
||||||
for the new Python documentation, and has excellent facilities for Python
|
|
||||||
project documentation, but C/C++ is supported as well, and more languages are
|
|
||||||
planned.
|
|
||||||
|
|
||||||
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
This package contains the HTML documentation for Sphinx.
|
||||||
come from the power and straightforwardness of reStructuredText and its parsing
|
|
||||||
and translating suite, the Docutils.
|
|
||||||
|
|
||||||
This package contained the HTML documentation for Sphinx.
|
|
||||||
|
|
||||||
%package -n %{name}-man-common
|
%package -n %{name}-man-common
|
||||||
Summary: Man files for python-Sphinx - python-independent versions
|
Summary: Man files for python-Sphinx - python-independent versions
|
||||||
@@ -104,18 +89,11 @@ Group: Documentation/Man
|
|||||||
Provides: %{python_module Sphinx-doc-man-common = %{version}}
|
Provides: %{python_module Sphinx-doc-man-common = %{version}}
|
||||||
|
|
||||||
%description -n %{name}-man-common
|
%description -n %{name}-man-common
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
Sphinx is a tool that facilitates creating documentation for Python
|
||||||
documentation for Python projects (or other documents consisting of multiple
|
projects (or other documents consisting of multiple reStructuredText
|
||||||
reStructuredText sources), written by Georg Brandl. It was originally created
|
sources).
|
||||||
for the new Python documentation, and has excellent facilities for Python
|
|
||||||
project documentation, but C/C++ is supported as well, and more languages are
|
|
||||||
planned.
|
|
||||||
|
|
||||||
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
This package contains the Python version-independent manual pages for the
|
||||||
come from the power and straightforwardness of reStructuredText and its parsing
|
|
||||||
and translating suite, the Docutils.
|
|
||||||
|
|
||||||
This package contained the python version-independent manual pages for the
|
|
||||||
Sphinx executables.
|
Sphinx executables.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 11 17:07:40 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim package descriptions for size.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 31 22:47:36 UTC 2017 - toddrme2178@gmail.com
|
Thu Aug 31 22:47:36 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -80,16 +80,14 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
Sphinx is a tool that facilitates creating documentation for Python
|
||||||
documentation for Python projects (or other documents consisting of multiple
|
projects (or other documents consisting of multiple reStructuredText
|
||||||
reStructuredText sources), written by Georg Brandl. It was originally created
|
sources). It was originally created for the Python documentation, and
|
||||||
for the new Python documentation, and has excellent facilities for Python
|
supports Python project documentation well, but C/C++ is likewise
|
||||||
project documentation, but C/C++ is supported as well, and more languages are
|
supported.
|
||||||
planned.
|
|
||||||
|
|
||||||
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
Sphinx uses reStructuredText as its markup language. Sphinx draws from
|
||||||
come from the power and straightforwardness of reStructuredText and its parsing
|
the parsing and translating suite, the Docutils.
|
||||||
and translating suite, the Docutils.
|
|
||||||
|
|
||||||
%package latex
|
%package latex
|
||||||
Summary: Sphinx packages for LaTeX
|
Summary: Sphinx packages for LaTeX
|
||||||
@@ -161,16 +159,9 @@ Requires: tex(varwidth.sty)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description latex
|
%description latex
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
Sphinx is a tool that facilitates creating documentation for Python
|
||||||
documentation for Python projects (or other documents consisting of multiple
|
projects (or other documents consisting of multiple reStructuredText
|
||||||
reStructuredText sources), written by Georg Brandl. It was originally created
|
sources).
|
||||||
for the new Python documentation, and has excellent facilities for Python
|
|
||||||
project documentation, but C/C++ is supported as well, and more languages are
|
|
||||||
planned.
|
|
||||||
|
|
||||||
Sphinx uses reStructuredText as its markup language, and many of its strengths
|
|
||||||
come from the power and straightforwardness of reStructuredText and its parsing
|
|
||||||
and translating suite, the Docutils.
|
|
||||||
|
|
||||||
This package contains the LaTeX components for %{name}.
|
This package contains the LaTeX components for %{name}.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user