用 rpmlint 检测了一下,决定在 %install 里面 chmod -s cce,现在 rpmlint 检测通过了。去掉 setuid 的缺点就是不能在 VGA 模式中运行,并且无法打开 /usr/share/cce/all 的智能拼音词库 (只有 root 才能以读写方式打开那个词库),但是至少保险一点

update: 在 %preun 判断 if [ $1 = 0 ] 来避免升级时删除文件
新的版本下载见 linuxsir 网站附件 [1] 或者访问 fedora-gro cvs [2]
spec 的分析见 linuxsir fedora rpm 文档集合 [3]
[1] http://www.linuxsir.org/bbs/showthread.php?t=193988
[2] http://gro.clinux.org/scm/cvsweb.php/rpms/c/cce/?cvsroot=fedora
[3] http://www.linuxsir.org/bbs/showthread.php?t=54788