From: Wang Quanxian Date: Thu, 5 Jul 2012 11:19:39 +0000 (+0800) Subject: Change /opt/etc/X11/xkb to /etc/X11/xkb X-Git-Tag: bugfix-20120705.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3753f5ff3409117979f9869613745cf35b980602;p=profile%2Fivi%2Fxorg-x11-server.git Change /opt/etc/X11/xkb to /etc/X11/xkb xkeyboard-config is changed to xkb rules path from /opt/etc to /etc xorg-x11-server should be changed consistently Signed-Off-By Wang Quanxian --- diff --git a/packaging/xorg-x11-server.changes b/packaging/xorg-x11-server.changes index 17438ad..c6a5168 100644 --- a/packaging/xorg-x11-server.changes +++ b/packaging/xorg-x11-server.changes @@ -1,3 +1,7 @@ +* Thu Jul 5 2012 - Quanxian Wang - 0.1.0+1+77c90 +- xkeyboard-config is changed to xkb rules path from /opt/etc to /etc + xorg-x11-server should be changed consistently + * Wed May 30 2012 Junfeng Dong - Clean up spec file for packaging. diff --git a/packaging/xorg-x11-server.spec b/packaging/xorg-x11-server.spec index 74e8220..8ed3a68 100644 --- a/packaging/xorg-x11-server.spec +++ b/packaging/xorg-x11-server.spec @@ -157,8 +157,8 @@ Common files shared among all X servers. --disable-kdrive-evdev \ --without-dtrace \ --with-os-vendor="Tizen" \ - --with-xkb-path=/opt/etc/X11/xkb \ - --with-xkb-output=/opt/etc/X11/xkb \ + --with-xkb-path=/etc/X11/xkb \ + --with-xkb-output=/etc/X11/xkb \ --with-default-font-path="built-ins" \ --disable-install-setuid \ --with-sha1=libgcrypt \ @@ -181,7 +181,7 @@ rm -f %{buildroot}/usr/lib/xorg/modules/libwfb.so rm -f %{buildroot}/usr/lib/xorg/modules/libxaa.so rm -f %{buildroot}/usr/lib/xorg/modules/libwfb.so rm -f %{buildroot}/usr/lib/xorg/modules/libxf8_16bpp.so -rm -f %{buildroot}/opt/etc/X11/xkb/README.compiled +rm -f %{buildroot}/etc/X11/xkb/README.compiled %remove_docs