Adapt to reuse in rosa2019.05 with another naming of py2 modules

This commit is contained in:
Mikhail Novosyolov 2020-04-15 23:45:20 +03:00
parent 7eab6af21a
commit e108ac7d5c

View file

@ -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/*