rpms/python-nltk/F-8 .cvsignore, 1.3, 1.4 python-nltk.spec, 1.6, 1.7 sources, 1.4, 1.5

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Mon Jan 21 04:28:58 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/python-nltk/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28237/F-8

Modified Files:
	.cvsignore python-nltk.spec sources 
Log Message:
Update nltk to final 0.9



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nltk/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Sep 2007 03:59:28 -0000	1.3
+++ .cvsignore	21 Jan 2008 04:28:20 -0000	1.4
@@ -1 +1 @@
-nltk-0.9b2.tar.gz
+nltk-0.9.tar.gz


Index: python-nltk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nltk/F-8/python-nltk.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-nltk.spec	22 Sep 2007 04:23:57 -0000	1.6
+++ python-nltk.spec	21 Jan 2008 04:28:20 -0000	1.7
@@ -1,16 +1,17 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define prerel b2
+# define prerel
 Name:           python-nltk
+Epoch:          1
 Version:        0.9
-Release:        0.2.%{prerel}%{?dist}
+Release:        1%{?dist}
 Summary:        Natural Language Toolkit
 
 Group:          Development/Libraries
 License:        GPLv2
 URL:            http://nltk.sf.net/
-Source0:        http://dl.sourceforge.net/sourceforge/nltk/nltk-%{version}%{?prerel}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://osdn.dl.sourceforge.net/sourceforge/nltk/nltk-%{version}%{?prerel}.tar.gz
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 
 Obsoletes:      python-nltk_lite <= 0.6.6-2%{?dist}
@@ -37,15 +38,16 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+sed -ie 's|\xD1|-|g' README.txt
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 # Make scripts executable
 pushd $RPM_BUILD_ROOT%{python_sitelib}
 pushd nltk
 chmod +x stem/{porter,rslp}.py misc/nemo.py corpus/reader/toolbox.py
-chmod +x test/doctest_driver.py
+chmod +x test/{coverage,doctest_driver}.py
 popd
-chmod +x nltk_contrib/toolbox/{settings,language,data}.py
+chmod +x nltk_contrib/{bioreader/bioreader,toolbox/{settings,language,data}}.py
 popd
 
 
@@ -62,7 +64,11 @@
 
 
 %changelog
-* Fri Sep 22 2007 Michel Salim <michel.sylvan at gmail.com> - 0.9.0.2.b
+* Sun Jan 20 2008 Michel Salim <michel.sylvan at gmail.com> - 1:0.9-1
+- Update to final 0.9
+- Add Epoch to clear upgrade path from (old) 1.4.4
+
+* Fri Sep 22 2007 Michel Salim <michel.sylvan at gmail.com> - 0.9-0.2.b2
 - BR on tkinter, it is now needed at build time
 
 * Fri Sep 21 2007 Michel Salim <michel.sylvan at gmail.com> - 0.9-0.1.b2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nltk/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	22 Sep 2007 03:59:28 -0000	1.4
+++ sources	21 Jan 2008 04:28:20 -0000	1.5
@@ -1 +1 @@
-3d5f51c8116a8a89cebdcd1279088911  nltk-0.9b2.tar.gz
+00cec5d3347a6aa69d26553635187f85  nltk-0.9.tar.gz




More information about the fedora-extras-commits mailing list