rpms/scim-python/devel scim-python.spec,1.14,1.15

Huang Peng (phuang) fedora-extras-commits at redhat.com
Mon Mar 31 03:15:30 UTC 2008


Author: phuang

Update of /cvs/pkgs/rpms/scim-python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9407

Modified Files:
	scim-python.spec 
Log Message:
Don't output log from scriplets. To fix bug 438163.



Index: scim-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/scim-python.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- scim-python.spec	14 Mar 2008 12:36:57 -0000	1.14
+++ scim-python.spec	31 Mar 2008 03:14:56 -0000	1.15
@@ -3,7 +3,7 @@
 %define mod_path scim-0.1
 Name:       scim-python
 Version:    0.1.10
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Python wrapper for Smart Common Input Method platform
 
 License:    LGPLv2+
@@ -132,20 +132,19 @@
 
 %post pinyin
 cd /usr/share/scim-python/engine/PinYin
-echo "Creating INDEX."
-python -c "import PYSQLiteDB; db = PYSQLiteDB.PYSQLiteDB (); db.create_indexes ();"
+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
+XMCreateDB -i -n %{_datadir}/scim-python/engine/XingMa/tables/cangjie5.db > /dev/null
 
 %post xingma-erbi
-XMCreateDB -i -n %{_datadir}/scim-python/engine/XingMa/tables/erbi-qs.db
+XMCreateDB -i -n %{_datadir}/scim-python/engine/XingMa/tables/erbi-qs.db > /dev/null
 
 %post xingma-wubi
-XMCreateDB -i -n %{_datadir}/scim-python/engine/XingMa/tables/wubi.db
+XMCreateDB -i -n %{_datadir}/scim-python/engine/XingMa/tables/wubi.db > /dev/null
 
 %post xingma-zhengma
-XMCreateDB -i -n %{_datadir}/scim-python/engine/XingMa/tables/zhengma.db
+XMCreateDB -i -n %{_datadir}/scim-python/engine/XingMa/tables/zhengma.db > /dev/null
 
 
 %files -f %{name}.lang
@@ -212,6 +211,9 @@
 
 
 %changelog
+* Mon Mar 31 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.10-3
+- Do not output log when install rpm to fix bug 438163.
+
 * Fri Mar 14 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.10-2
 - Fix ShuangPin problem in python-pinyin.
 




More information about the fedora-extras-commits mailing list