summaryrefslogtreecommitdiff
path: root/python-nltk.spec
blob: 0a7a8181c7a207e2a4b3085b40d0ad6806177072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62

%define		module	nltk
%define		pre	rc1

Summary:	Natural Language Toolkit
Summary(pl.UTF-8):	Przybornik obsługi języków naturalnych (Natural Language Toolkit)
Name:		python-%{module}
Version:	2.0.1
Release:	0.%{pre}.2
License:	GPL
Group:		Libraries/Python
Source0:	http://nltk.googlecode.com/files/%{module}-%{version}%{pre}.zip
# Source0-md5:	72f745eefd659aea23a44bf1e47e7b9d
URL:		http://www.nltk.org/
BuildRequires:	pydoc
BuildRequires:	python-devel
BuildRequires:	python-PyYAML
BuildRequires:	rpm-pythonprov
BuildRequires:	rpmbuild(macros) >= 1.710
BuildRequires:	unzip
%pyrequires_eq	python
Requires:	python-PyYAML
Suggests:	python-numpy
Suggests:	python-matplotlib
Suggests:	prover9
#Suggests:	MaltParser: http://w3.msi.vxu.se/~jha/maltparser/dist/malt-1.2.tar.gz
#Suggests:	MegaM: http://hal3.name/megam/megam_src.tgz
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
The Natural Language Toolkit is a Python module for
processing natural language text.

%description -l pl.UTF-8
Natural Language Toolkit jest modułem języka Python
przetwarzającym tekst w języku naturalnym.

%prep
%setup  -q -n %{module}-%{version}%{pre}

%build
%py_build

%install
rm -rf $RPM_BUILD_ROOT

%py_install \
	--optimize 2 \
	--root=$RPM_BUILD_ROOT

%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
%py_postclean

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc *.txt
%{py_sitescriptdir}/*