forked from pool/python-zope.proxy
Accepting request 522051 from home:TheBlackCat:branches:devel:languages:python
- Fix conflicts with python3-zope-proxy OBS-URL: https://build.opensuse.org/request/show/522051 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
51e50ca318
commit
73fa3db728
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 7 15:52:19 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Fix conflicts with python3-zope-proxy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 13 20:22:02 UTC 2017 - aloisio@gmx.com
|
Thu Jul 13 20:22:02 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,11 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module zope.interface}
|
BuildRequires: %{python_module zope.interface}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%ifpython3
|
||||||
|
Provides: python3-zope-proxy = %{version}
|
||||||
|
Obsoletes: python3-zope-proxy < %{version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -57,7 +62,7 @@ rm -rf zope.proxy.egg-info
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%{python_expand rm %{buildroot}%{$python_sitearch}/zope/proxy/_zope_proxy_proxy.c
|
%{python_expand rm %{buildroot}%{$python_sitearch}/zope/proxy/_zope_proxy_proxy.c
|
||||||
%fdupes -s %{buildroot}%{$python_sitearch}
|
%fdupes %{buildroot}%{$python_sitearch}
|
||||||
}
|
}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
|||||||
Reference in New Issue
Block a user