Accepting request 75194 from devel:languages:python

- Add Provides/Obsoletes for python-parsing

OBS-URL: https://build.opensuse.org/request/show/75194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyparsing?expand=0&rev=5
This commit is contained in:
Berthold Gunreben 2011-07-04 08:24:28 +00:00 committed by Git OBS Bridge
commit 702a6fc911
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 3 09:40:58 UTC 2011 - saschpe@gmx.de
- Add Provides/Obsoletes for python-parsing
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 30 08:33:22 UTC 2011 - saschpe@suse.de Thu Jun 30 08:33:22 UTC 2011 - saschpe@suse.de

View File

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