rpms/python-mecab/F-8 .cvsignore, 1.3, 1.4 python-mecab.spec, 1.4, 1.5 sources, 1.3, 1.4

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun Feb 3 12:46:47 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/python-mecab/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21540/python-mecab/F-8

Modified Files:
	.cvsignore python-mecab.spec sources 
Log Message:
update mecab to 0.97


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-mecab/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Jun 2007 17:12:46 -0000	1.3
+++ .cvsignore	3 Feb 2008 12:46:09 -0000	1.4
@@ -1 +1 @@
-mecab-python-0.96.tar.gz
+mecab-python-0.97.tar.gz


Index: python-mecab.spec
===================================================================
RCS file: /cvs/extras/rpms/python-mecab/F-8/python-mecab.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-mecab.spec	21 Aug 2007 19:27:51 -0000	1.4
+++ python-mecab.spec	3 Feb 2008 12:46:09 -0000	1.5
@@ -1,4 +1,4 @@
-%define		mainver		0.96
+%define		mainver		0.97
 %undefine	betaver
 %define		relnumber	1
 %define		srcname		mecab-python
@@ -7,12 +7,12 @@
 
 Name:		python-mecab
 Version:	%{mainver}
-Release:	%{?betaver:0.}%{relnumber}%{?betaver:.%betaver}%{?dist}.2
+Release:	%{?betaver:0.}%{relnumber}%{?betaver:.%betaver}%{?dist}
 Summary:	Python binding for MeCab
 
 Group:		Applications/Text
 # License is the same as MeCab
-License:	BSD or LGPLv2 or GPLv2
+License:	BSD or LGPLv2+ or GPL+
 URL:		http://mecab.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/mecab/%{srcname}-%{mainver}%{?betaver}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -39,11 +39,9 @@
 %{__python} setup.py install --skip-build \
 	--root $RPM_BUILD_ROOT
 
-%check || :
-%{__mv} test.py test.py.orig
-iconv -f EUC-JP -t UTF-8 test.py.orig | \
-	%{__sed} -e '1s|^\(.*\)$|\1\n# coding=UTF-8|' \
-	> test.py
+%check
+%{__sed} -i.encoding -e '1s|^\(.*\)$|\1\n# coding=UTF-8|' \
+	test.py
 PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} %{__python} test.py
 
 %clean
@@ -55,8 +53,20 @@
 %doc AUTHORS COPYING BSD GPL LGPL
 
 %{python_sitearch}/*MeCab*
+%if 0%{?fedora} >= 9
+%{python_sitearch}/*.egg-info
+%endif
 
 %changelog
+* Sun Feb  3 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.97-1
+- 0.97
+
+* Fri Jan  4 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.96-3
+- Support python egginfo for F-9+
+
+* Fri Oct 26 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.96-2
+- License fix
+
 * Wed Aug 22 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.96-1.dist.2
 - Mass rebuild (buildID or binutils issue)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-mecab/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Jun 2007 17:12:46 -0000	1.3
+++ sources	3 Feb 2008 12:46:09 -0000	1.4
@@ -1 +1 @@
-5faa154aa8a95145d6a58befa42e6c40  mecab-python-0.96.tar.gz
+f5b3545572d00b09c24a780dcfdf8bc8  mecab-python-0.97.tar.gz




More information about the fedora-extras-commits mailing list