rpms/python-mecab/devel .cvsignore, 1.3, 1.4 python-mecab.spec, 1.7, 1.8 sources, 1.3, 1.4

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


Author: mtasaka

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-mecab/devel/.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:17 -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/devel/python-mecab.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-mecab.spec	3 Jan 2008 16:01:01 -0000	1.7
+++ python-mecab.spec	3 Feb 2008 12:46:17 -0000	1.8
@@ -1,13 +1,13 @@
-%define		mainver		0.96
+%define		mainver		0.97
 %undefine	betaver
-%define		relnumber	3
+%define		relnumber	1
 %define		srcname		mecab-python
 
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		python-mecab
 Version:	%{mainver}
-Release:	%{?betaver:0.}%{relnumber}%{?betaver:.%betaver}%{?dist}.1
+Release:	%{?betaver:0.}%{relnumber}%{?betaver:.%betaver}%{?dist}
 Summary:	Python binding for MeCab
 
 Group:		Applications/Text
@@ -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
@@ -60,6 +58,9 @@
 %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+
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-mecab/devel/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:17 -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