- Add Provides/Obsoletes for python-cython

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=4
This commit is contained in:
Sascha Peilicke 2011-09-06 13:29:33 +00:00 committed by Git OBS Bridge
parent 5e3f83032e
commit f1770ec712
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 6 13:25:54 UTC 2011 - saschpe@suse.de
- Add Provides/Obsoletes for python-cython
-------------------------------------------------------------------
Fri Sep 2 11:03:40 UTC 2011 - saschpe@suse.de

View File

@ -30,6 +30,8 @@ BuildRequires: python-devel
%if 0%{?suse_version}
%py_requires
%endif
Provides: python-cython = %{version}
Obsoletes: python-cython < %{version}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%description