17
0

- Added provides/obsoletes for python-zope-interface

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=2
This commit is contained in:
Sascha Peilicke
2011-09-06 15:17:39 +00:00
committed by Git OBS Bridge
parent c54608db23
commit fa913fc190
2 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ BuildArch: noarch
%endif
Provides: python-zopeinterface = %{version}
Obsoletes: python-zopeinterface < %{version}
Provides: python-zope-interface = %{version}
Obsoletes: python-zope-interface < %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description