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
|
Tue Sep 5 18:15:34 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%{!?license: %global license %doc}
|
%{!?license: %global license %doc}
|
||||||
Name: python-sphinxcontrib-newsfeed
|
Name: python-sphinxcontrib-newsfeed
|
||||||
Version: 0.1.4
|
Version: 0.1.4
|
||||||
@ -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
|
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module sphinxcontrib}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module Sphinx}
|
||||||
|
%endif
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx
|
||||||
|
Requires: python-sphinxcontrib
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -58,6 +63,9 @@ Features:
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README
|
%doc README
|
||||||
%license LICENSE
|
%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
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user