rpms/scim-python/F-8 .cvsignore, 1.5, 1.6 scim-python.spec, 1.8, 1.9 sources, 1.6, 1.7

Huang Peng (phuang) fedora-extras-commits at redhat.com
Tue Jan 8 08:16:50 UTC 2008


Author: phuang

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

Modified Files:
	.cvsignore scim-python.spec sources 
Log Message:
Add post script to create indexes in pinyin phrase database.
Update to 0.1.9.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/F-8/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	28 Dec 2007 05:06:34 -0000	1.5
+++ .cvsignore	8 Jan 2008 08:16:12 -0000	1.6
@@ -1 +1 @@
-scim-python-0.1.8.tar.bz2
+scim-python-0.1.9.tar.bz2


Index: scim-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/F-8/scim-python.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- scim-python.spec	28 Dec 2007 05:06:34 -0000	1.8
+++ scim-python.spec	8 Jan 2008 08:16:12 -0000	1.9
@@ -2,7 +2,7 @@
 %{!?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.8
+Version:    0.1.9
 Release:    1%{?dist}
 Summary:    Python wrapper for Smart Common Input Method platform
 
@@ -52,6 +52,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post chinese
+cd /usr/share/scim-python/engine/PinYin
+echo "Creating INDEX in phrases database."
+python -c "import PYSQLiteDB; db = PYSQLiteDB.PYSQLiteDB (); db.create_indexes ();"
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO
@@ -77,6 +82,10 @@
 # %{_datadir}/scim-python/setupui/PinYin
 
 %changelog
+* Tue Jan 08 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.9-1
+- Add post script to create indexes in pinyin phrase database.
+- Update to 0.1.9.
+
 * Thu Dec 28 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.8-1
 - Update to 0.1.8.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/F-8/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	28 Dec 2007 05:06:34 -0000	1.6
+++ sources	8 Jan 2008 08:16:12 -0000	1.7
@@ -1 +1 @@
-7e42f30b965d11d5c30e3369b85bcb4e  scim-python-0.1.8.tar.bz2
+d1d4f7834f3be6091308ba282e0b945b  scim-python-0.1.9.tar.bz2




More information about the fedora-extras-commits mailing list