- Proper fix to source URL

This commit is contained in:
dwayne 2010-02-19 04:58:16 +00:00
commit 905ee4bbc9

View file

@ -3,7 +3,7 @@
Name: python-Levenshtein
Summary: Python extension computing string distances and similarities
Version: 0.10.1
Release: 10%{?dist}
Release: 11%{?dist}
Group: Development/Libraries
License: GPLv2+
@ -16,7 +16,7 @@ URL: http://pypi.python.org/pypi/python-Levenshtein/
# http://web.archive.org/web/20060715051500/http://trific.ath.cx/Ftp/python/levenshtein/python-Levenshtein-0.10.1.tar.bz2
# SHA1: d630141e003f47a43e0f8eacdcbf593bf9d15ed6
# The sourceforge files are a mirror of these files.
Source: http://sourceforge.net/projects/translate/files/%{name}/%{version}/%{name}-%{version}.tar.bz2/download
Source: http://downloads.sourceforge.net/project/translate/%{name}/%{version}/%{name}-%{version}.tar.bz2
# The same applies to genextdoc.py see v 1.5:
# http://web.archive.org/web/20060717041205/http://trific.ath.cx/Ftp/python/genextdoc.py
@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitearch}/Levenshtein.so
%changelog
* Fri Feb 19 2010 Dwayne Bailey <dwayne@translate.org.za> - 0.10.1-11
- Proper fix to source URL
* Thu Feb 18 2010 Dwayne Bailey <dwayne@translate.org.za> - 0.10.1-10
- Use python2-devel in BuildRequires
- Updated source URL