rpms/scim-python/F-8 .cvsignore, 1.8, 1.9 scim-python.spec, 1.12, 1.13 sources, 1.9, 1.10

Huang Peng (phuang) fedora-extras-commits at redhat.com
Wed May 14 07:40:53 UTC 2008


Author: phuang

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

Modified Files:
	.cvsignore scim-python.spec sources 
Log Message:
Update to 0.1.12.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/F-8/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	3 May 2008 06:13:54 -0000	1.8
+++ .cvsignore	14 May 2008 07:40:11 -0000	1.9
@@ -1,4 +1,4 @@
-scim-python-0.1.11.tar.gz
+scim-python-0.1.12.tar.gz
 pinyin-database-0.1.10.5.tar.bz2
 xingma-cangjie5-0.1.10.1.tar.bz2
 xingma-erbi-qingsong-0.1.10.1.tar.bz2


Index: scim-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/F-8/scim-python.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- scim-python.spec	3 May 2008 06:13:54 -0000	1.12
+++ scim-python.spec	14 May 2008 07:40:11 -0000	1.13
@@ -2,9 +2,9 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %define mod_path scim-0.1
 Name:       scim-python
-Version:    0.1.11
+Version:    0.1.12
 Release:    1%{?dist}
-Summary:    Python wrapper for Smart Common Input Method platform
+Summary:    Python language binding for Smart Common Input Method platform
 
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -95,8 +95,8 @@
 This package contains an ZhengMa table for python XingMa IM engine.
 
 %prep
-%setup -q -a1 -a2 -a3 -a4 -a5
-mv py.db python/engine/PinYin/
+%setup -q -a2 -a3 -a4 -a5
+cp %{SOURCE1} python/engine/PinYin/
 
 %build
 %configure --disable-static --enable-english-writer --enable-pinyin
@@ -129,7 +129,7 @@
 
 %post pinyin
 cd /usr/share/scim-python/engine/PinYin
-python -c "import PYSQLiteDB; db = PYSQLiteDB.PYSQLiteDB (); db.create_indexes ();" > /dev/null
+python -c "import PYSQLiteDB; db = PYSQLiteDB.PYSQLiteDB (); db.create_indexes ();" >/dev/null
 
 %post xingma-cangjie
 XMCreateDB -i -n %{_datadir}/scim-python/engine/XingMa/tables/cangjie5.db > /dev/null
@@ -208,6 +208,9 @@
 
 
 %changelog
+* Wed May 14 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.12-1
+- Update to 0.1.12.
+
 * Sat May 03 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.11-1
 - Update to 0.1.11.
 - Update XingMa tables.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/F-8/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	3 May 2008 06:13:54 -0000	1.9
+++ sources	14 May 2008 07:40:11 -0000	1.10
@@ -1,6 +1,6 @@
-b5286b80d122e9f918089cc5e19588f3  scim-python-0.1.11.tar.gz
 140a7dd821e8e74299bfb2089993838b  pinyin-database-0.1.10.5.tar.bz2
 873a0bbbbf24b584ec5015e7775549c1  xingma-cangjie5-0.1.10.1.tar.bz2
 9fee870c92f174d0d3fce31513e20b96  xingma-erbi-qingsong-0.1.10.1.tar.bz2
 016146c4683e7b250a9738c08a9a7f1f  xingma-wubi86-0.1.10.1.tar.bz2
 8adb3e43fe3c898caeaaf5146eaa3e94  xingma-zhengma-0.1.10.1.tar.bz2
+a5d652f25df1e7e088484cb89b9df56d  scim-python-0.1.12.tar.gz




More information about the scm-commits mailing list