Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 763a924ac64010cd74b8c8a379531345 > files > 2

python-nltk-1.4.4-4mdv2008.0.src.rpm

%define origname	nltk

Name:			python-%{origname}
Version:		1.4.4
Release:		%mkrel 4
Epoch:			0
Summary:		Natural Language Toolkit for Python
Group:			Development/Python
Url:			http://nltk.sourceforge.net/
Source0:		http://download.sourceforge.net/nltk/nltk-%{version}.tar.bz2
License:		CPL
BuildArch:		noarch
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root
%py_requires -d

%description
The Natural Langauge Toolkit is a Python package that simplifies the 
construction of programs that process natural language and defines 
standard interfaces between the different components of an NLP system. 

%prep
%setup -q -n %{origname}-%{version}

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}

%{__python} setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
%{__rm} -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root)



%changelog
* Sun Sep 09 2007 David Walluck <walluck@mandriva.org> 1.4.4-4mdv2008.0
+ Revision: 83166
- rebuild


* Mon Sep 04 2006 David Walluck <walluck@mandriva.org> 0:1.4.4-3mdv2007.0
- rebuild to fix release
- clean %%{buildroot} in %%install

* Thu Dec 29 2005 Nicolas Lécureuil <neoclust@mandriva.org> 1.4.4-2mdk
- Add BuildRequires: python-devel

* Sun Nov 06 2005 David Walluck <walluck@mandriva.org> 0:1.4.4-1mdk
- release