Accepting request 527199 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/527199 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-newsfeed?expand=0&rev=2
This commit is contained in:
commit
5bedd3efa2
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Use new python-sphinxcontrib package to provide namespace
|
||||
directory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 20:36:57 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Specify files to guarantee namespace package doesn't conflict
|
||||
with python(2|3)-Sphinx
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 18:15:34 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -29,9 +29,14 @@ Url: https://github.com/aio-libs/sphinxcontrib-newsfeed
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module sphinxcontrib}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
%endif
|
||||
Requires: python-Sphinx
|
||||
Requires: python-sphinxcontrib
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@ -58,6 +63,9 @@ Features:
|
||||
%files %{python_files}
|
||||
%doc README
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/sphinxcontrib/newsfeed.py*
|
||||
%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/newsfeed*.py*
|
||||
%{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*-nspkg.pth
|
||||
%{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user