]> git.pld-linux.org Git - packages/python-Levenshtein.git/blame - python-Levenshtein.spec
- release 2
[packages/python-Levenshtein.git] / python-Levenshtein.spec
CommitLineData
8f1458fe 1%define pname Levenshtein
2Summary: Python extension computing string distances and similarities
f34cdb89 3Summary(pl.UTF-8): Rozszerzenie Pythona do obliczania odległości i podobieństw łańcuchów
8f1458fe 4Name: python-%{pname}
5Version: 0.10
af841be9 6Release: 2
076d8d9a 7License: GPL
8f1458fe 8Group: Libraries/Python
9c18fbb1 9Source0: http://trific.ath.cx/Ftp//python/levenshtein/python-Levenshtein-%{version}.tar.bz2
8f1458fe 10# Source0-md5: 88d39338fc75090da78adf43785c71b4
11URL: http://trific.ath.cx/resources/python/levenshtein/
deef5ff3 12BuildRequires: python-devel >= 1:2.3.0
eebc01e3 13BuildRequires: python-modules
14BuildRequires: rpm-pythonprov
8f1458fe 15%pyrequires_eq python-modules
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
683061e5
JB
19Levenshtein computes Levenshtein distances, similarity ratios,
20generalized medians and set medians of Strings and Unicodes. Becuase
21it's implemented in C, it's much faster than corresponding Python
22library functions and methods.
8f1458fe 23
f3ac28c5
JR
24%description -l pl.UTF-8
25Levenshtein oblicza odległości Levenshteina, współczynniki
26podobieństwa, uogólnione mediany i mediany zbiorów dla wartości String
27i Unicode. Ponieważ jest zaimplementowany w C, jest dużo szybszy od
28odpowiadających mu funkcji bibliotecznych i metod Pythona.
8f1458fe 29
30%prep
683061e5 31%setup -q
8f1458fe 32
33%build
34export CFLAGS="%{rpmcflags}"
9c18fbb1 35%{__python} setup.py build
8f1458fe 36
37%install
38rm -rf $RPM_BUILD_ROOT
9c18fbb1
ER
39%{__python} setup.py install \
40 --optimize=2 \
41 --root=$RPM_BUILD_ROOT
8f1458fe 42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc NEWS README
683061e5 49%attr(755,root,root) %{py_sitedir}/%{pname}.so
9c18fbb1
ER
50%if "%{py_ver}" > "2.4"
51%{py_sitedir}/python_Levenshtein-*.egg-info
52%endif
This page took 0.028495 seconds and 4 git commands to generate.