forked from pool/python-breathe
Accepting request 527081 from home:TheBlackCat:branches:devel:languages:python
- Fix provides/obsoletes OBS-URL: https://build.opensuse.org/request/show/527081 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=2
This commit is contained in:
parent
d9dbf636e9
commit
1fecf99ebd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 16:51:24 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Fix provides/obsoletes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 15:50:22 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
%bcond_without test
|
||||
Name: python-breathe
|
||||
Version: 4.7.2
|
||||
@ -37,9 +38,14 @@ BuildRequires: %{python_module six >= 1.4}
|
||||
Requires: python-Sphinx >= 1.4
|
||||
Requires: python-docutils >= 0.5
|
||||
Requires: python-six >= 1.4
|
||||
# Change <= to < in next release after 4.7.2
|
||||
Provides: python-sphinxcontrib-breathe = %{version}
|
||||
Obsoletes: python-sphinxcontrib-breathe <= %{version}
|
||||
%ifpython2
|
||||
Obsoletes: %{oldpython}-sphinxcontrib-breathe < %{version}
|
||||
Provides: %{oldpython}-sphinxcontrib-breathe = %{version}
|
||||
%endif
|
||||
%ifpython3
|
||||
Provides: python3-sphinxcontrib-breathe = %{version}
|
||||
Obsoletes: python3-sphinxcontrib-breathe <= %{version}
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user