mirror of
https://abf.rosa.ru/djam/python-sphinxcontrib-log-cabinet.git
synced 2025-02-24 00:12:52 +00:00
Add Group tag (rpmlint)
This commit is contained in:
parent
e108ac7d5c
commit
4c7560e60e
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
Summary: Organize changelogs generated by versionadded etc.
|
Summary: Organize changelogs generated by versionadded etc.
|
||||||
Name: python-%oname
|
Name: python-%oname
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: https://github.com/davidism/sphinxcontrib-log-cabinet
|
Url: https://github.com/davidism/sphinxcontrib-log-cabinet
|
||||||
Source0: https://files.pythonhosted.org/packages/75/26/0687391e10c605a4d0c7ebe118c57c51ecc687128bcdae5803d9b96def81/sphinxcontrib-log-cabinet-1.0.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/75/26/0687391e10c605a4d0c7ebe118c57c51ecc687128bcdae5803d9b96def81/sphinxcontrib-log-cabinet-1.0.1.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
|
@ -20,6 +20,7 @@ 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.
|
||||||
|
Group: Development/Python
|
||||||
|
|
||||||
%description -n %python2-%oname
|
%description -n %python2-%oname
|
||||||
Organize changelogs generated by versionadded, versionchanged, deprecated
|
Organize changelogs generated by versionadded, versionchanged, deprecated
|
||||||
|
@ -36,6 +37,7 @@ older versions will be collapsed by default.
|
||||||
|
|
||||||
%package -n python3-%oname
|
%package -n python3-%oname
|
||||||
Summary: Organize changelogs generated by versionadded etc.
|
Summary: Organize changelogs generated by versionadded etc.
|
||||||
|
Group: Development/Python
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3egg(setuptools)
|
BuildRequires: python3egg(setuptools)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue