diff --git a/python-Levenshtein.changes b/python-Levenshtein.changes index b229114..e4938a4 100644 --- a/python-Levenshtein.changes +++ b/python-Levenshtein.changes @@ -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 diff --git a/python-Levenshtein.spec b/python-Levenshtein.spec index 4cbec0e..d4333a4 100644 --- a/python-Levenshtein.spec +++ b/python-Levenshtein.spec @@ -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