15
0

Accepting request 102192 from home:elchevive

use python-distribute instead of python-setuptools

OBS-URL: https://build.opensuse.org/request/show/102192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Levenshtein?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2012-01-31 12:28:56 +00:00
committed by Git OBS Bridge
parent e0d7c01760
commit 65cbbc2c23
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 31 11:43:49 UTC 2012 - elchevive@opensuse.org
- change from python-setuptools to python-distribute
-------------------------------------------------------------------
Thu Jan 26 17:16:00 UTC 2012 - elchevive@opensuse.org

View File

@@ -18,9 +18,9 @@ Url: http://github.com/miohtama/python-Levenshtein
Group: Development/Libraries/Python
Source0: python-%{mod_name}-%{version}.tar.bz2
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-distribute
Requires: python-base >= %{py_ver}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Levenshtein Python C extension module contains functions for fast
@@ -51,6 +51,6 @@ python ./setup.py install \
%defattr(-,root,root)
%doc COPYING HISTORY.txt PKG-INFO README.rst MANIFEST NEWS
%python_sitearch/%{mod_name}.so
%python_sitearch/python_%{mod_name}-%{version}-py%{py_ver}.egg-info
%python_sitearch/python_%{mod_name}-%{version}-py%{py_ver}.egg-info
%changelog