14
0
forked from pool/python-nltk

Accepting request 31723 from home:Odd-rationale

Copy from home:Odd-rationale/python-nltk via accept of submit request 31723 revision 2.
Request was accepted with message:
reviewed ok

OBS-URL: https://build.opensuse.org/request/show/31723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=2
This commit is contained in:
Jan Matejek
2010-02-26 10:34:38 +00:00
committed by Git OBS Bridge
parent 509876b0ce
commit f3752dd71f
5 changed files with 25 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-nltk (Version 2.0b7)
# spec file for package python-nltk (Version 2.0b8)
#
# Copyright 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,18 +21,16 @@
%define modname nltk
Name: python-nltk
Version: 2.0b7
Version: 2.0b8
Release: 1
License: Apache V2.0
Summary: Natural Language Toolkit
Group: Development/Libraries/Python
Url: http://www.nltk.org/
Source0: nltk-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE python-nltk-remove-yaml.patch
# prevents conflict with python-yaml
Patch0: python-nltk-remove-yaml.patch
%{py_requires}
BuildRequires: python-devel
BuildRequires: python-yaml
BuildRequires: pyxml
BuildRequires: unzip
Requires: python-numpy
@@ -56,12 +54,11 @@ development in Natural Language Processing.
Authors:
--------
Steven Bird <sb@csse.unimelb.edu.au>
Edward Loper
Ewan Klein
Edward Loper <edloper@gradient.cis.upenn.edu>
Ewan Klein <ewan@inf.ed.ac.uk>
%prep
%setup -q -n %{modname}-%{version}
%patch0
%build
%{__python} setup.py build