Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > 8d112242f110f5e9f467dcd70510f301 > files > 2

python-nltk-1.4.4-9mdv2010.0.src.rpm

%define origname	nltk

Name:			python-%{origname}
Version:		1.4.4
Release:		%mkrel 9
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
* Tue Sep 15 2009 Thierry Vignaud <tvignaud@mandriva.com> 0:1.4.4-9mdv2010.0
+ Revision: 442322
- rebuild

* Sat Jan 03 2009 Funda Wang <fundawang@mandriva.org> 0:1.4.4-8mdv2009.1
+ Revision: 323810
- rebuild

* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 0:1.4.4-7mdv2009.0
+ Revision: 242422
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Guillaume Rousse <guillomovitch@mandriva.org>
    - rebuild

* Sun Sep 09 2007 David Walluck <walluck@mandriva.org> 0: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