mirror of
https://abf.rosa.ru/djam/python-sphinxcontrib-log-cabinet.git
synced 2025-02-23 16:02:51 +00:00
Adapt to reuse in rosa2019.05 with another naming of py2 modules
This commit is contained in:
parent
7eab6af21a
commit
e108ac7d5c
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ Source0: https://files.pythonhosted.org/packages/75/26/0687391e10c605a4d0c7ebe11
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Python
|
Group: Development/Python
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: %python2-devel
|
||||||
BuildRequires: pythonegg(setuptools)
|
BuildRequires: pythonegg(setuptools)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -18,15 +18,15 @@ directives. The log will be sorted by newest to oldest version. For HTML docs,
|
||||||
older versions will be collapsed by default.
|
older versions will be collapsed by default.
|
||||||
|
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
%package -n python2-%oname
|
%package -n %python2-%oname
|
||||||
Summary: Organize changelogs generated by versionadded etc.
|
Summary: Organize changelogs generated by versionadded etc.
|
||||||
|
|
||||||
%description -n python2-%oname
|
%description -n %python2-%oname
|
||||||
Organize changelogs generated by versionadded, versionchanged, deprecated
|
Organize changelogs generated by versionadded, versionchanged, deprecated
|
||||||
directives. The log will be sorted by newest to oldest version. For HTML docs,
|
directives. The log will be sorted by newest to oldest version. For HTML docs,
|
||||||
older versions will be collapsed by default.
|
older versions will be collapsed by default.
|
||||||
|
|
||||||
%files -n python2-%oname
|
%files -n %python2-%oname
|
||||||
%doc python2/CHANGES.rst python2/LICENSE.rst python2/README.rst
|
%doc python2/CHANGES.rst python2/LICENSE.rst python2/README.rst
|
||||||
%{python2_sitelib}/sphinxcontrib/*
|
%{python2_sitelib}/sphinxcontrib/*
|
||||||
%{python2_sitelib}/*.egg-info/*
|
%{python2_sitelib}/*.egg-info/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue