rpms/scim/FC-4 scim.spec,1.17,1.18

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Mon Aug 1 13:47:35 UTC 2005


Author: ryo

Update of /cvs/extras/rpms/scim/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1604

Modified Files:
	scim.spec 
Log Message:
modify xinput alternatives setting



Index: scim.spec
===================================================================
RCS file: /cvs/extras/rpms/scim/FC-4/scim.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- scim.spec	1 Aug 2005 12:54:18 -0000	1.17
+++ scim.spec	1 Aug 2005 13:47:33 -0000	1.18
@@ -1,7 +1,7 @@
 Name:      scim
 Version:   1.4.0
 # must be less than the release number of scim in Core
-Release:   2.3%{?dist}
+Release:   2.4%{?dist}
 Summary:   Smart Common Input Method platform
 
 License:   LGPL
@@ -95,7 +95,7 @@
 if [ "$1" = "0" ]; then
    for llcc in ja_JP ko_KR zh_CN zh_TW; do
       %{_sbindir}/alternatives --remove xinput-$llcc %{_sysconfdir}/X11/xinit/xinput.d/scim
-      [ `readlink %{_sysconfdir}/alternatives/xinput-$llcc` = "%{_sysconfdir}/X11/xinit/xinput.d/scim" ] && %{_sbindir}/alternatives --auto xinput-$llcc
+      [ "`readlink %{_sysconfdir}/alternatives/xinput-$llcc`" = "%{_sysconfdir}/X11/xinit/xinput.d/scim" ] && %{_sbindir}/alternatives --auto xinput-$llcc
    done
 fi
 
@@ -129,6 +129,9 @@
 
 
 %changelog
+* Mon Aug  1 2005 Ryo Dairiki <ryo-dairiki at mbm.nifty.com> - 1.4.0-2.4
+- modify the xinput alternatives settings
+
 * Mon Aug  1 2005 Jens Petersen <petersen at redhat.com> - 1.4.0-2.3
 - bring back the xinput alternatives settings for now
 




More information about the fedora-extras-commits mailing list