rpms/python-nltk/FC-3 python-nltk.spec,1.2,1.3

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Wed Nov 8 16:22:44 UTC 2006


Author: salimma

Update of /cvs/extras/rpms/python-nltk/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12590/FC-3

Modified Files:
	python-nltk.spec 
Log Message:
Fix to follow Python packaging guidelines. This package will be retired once nltk-lite enters the repository, this is a stop-gap solution



Index: python-nltk.spec
===================================================================
RCS file: /cvs/extras/rpms/python-nltk/FC-3/python-nltk.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-nltk.spec	6 Feb 2006 13:20:27 -0000	1.2
+++ python-nltk.spec	8 Nov 2006 16:22:13 -0000	1.3
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-nltk
-Version:        1.4.2
-Release:        1%{?dist}
+Version:        1.4.4
+Release:        3%{?dist}
 Summary:        Natural Language Toolkit
 
 Group:          Development/Libraries
@@ -14,7 +14,7 @@
 
 BuildRequires:  python
 Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-Requires:	python-numeric, tkinter
+Requires:	python-numarray, tkinter
 
 %description
 The Natural Language Toolkit is a Python package that simplifies the
@@ -55,17 +55,16 @@
 %dir %{python_sitelib}/nltk/test
 %dir %{python_sitelib}/nltk/tokenizer
 %dir %{python_sitelib}/nltk/tokenreader
-%{python_sitelib}/nltk/*.py
-%{python_sitelib}/nltk/*.pyc
-%{python_sitelib}/nltk/*/*.py
-%{python_sitelib}/nltk/*/*.pyc
-%ghost %{python_sitelib}/nltk/*.pyo
-%ghost %{python_sitelib}/nltk/*/*.pyo
+%{python_sitelib}/nltk/*.py*
+%{python_sitelib}/nltk/*/*.py*
 
 
 %changelog
-* Mon Feb  6 2006 Michel Salim <michel.salim at gmail.com> - 1.4.2-1
-- Downgrade to 1.4.2 for FC3 only, to match older version of Python installed
+* Wed Nov  8 2006 Michel Salim <michel.salim at gmail.com> - 1.4.4-3
+- Include *.pyos, for compliance with new Python guidelines
 
-* Sun Sep 11 2005 Michel Salim <michel.salim at gmail.com> - 1.4.4-1
+* Mon Oct  9 2006 Michel Salim <michel.salim at gmail.com> - 1.4.4-2
+- Rebuild for FE6
+
+* Sun Sep 11 2005 Michel Salim <michel.salim[AT]gmail.com> - 1.4.4-1
 - Initial package




More information about the scm-commits mailing list