15
0

- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Levenshtein?expand=0&rev=8
This commit is contained in:
Sascha Peilicke
2013-10-24 11:07:45 +00:00
committed by Git OBS Bridge
parent 7d20ae9923
commit 55372d4420
2 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 24 11:07:43 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Tue Jan 31 12:12:07 UTC 2012 - saschpe@suse.de

View File

@@ -1,24 +1,31 @@
#
# spec file for package python-Levenshtein
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# This file and all modifications and additions to this
# package are under the same license as the package itself.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-Levenshtein
Version: 0.10.2
Release: 0
License: GPL-2.0+
Summary: Python extension computing string distances and similarities
Url: http://github.com/miohtama/python-Levenshtein
License: GPL-2.0+
Group: Development/Libraries/Python
Url: http://github.com/miohtama/python-Levenshtein
Source0: python-Levenshtein-%{version}.tar.bz2
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}