Update to 0.1.1.20080908

This commit is contained in:
Peng Huang 2008-09-08 08:04:39 +00:00
parent bf0939a61e
commit d816398ac2
4 changed files with 13 additions and 11 deletions

View File

@ -1 +1 @@
ibus-0.1.1.20080901.tar.gz ibus-0.1.1.20080908.tar.gz

View File

@ -1,9 +1,9 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define mod_path ibus-0.1 %define mod_path ibus-0.1
Name: ibus Name: ibus
Version: 0.1.1.20080901 Version: 0.1.1.20080908
Release: 1%{?dist} Release: 1%{?dist}
Summary: Input Bus for Linux OS Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://code.google.com/p/ibus/ URL: http://code.google.com/p/ibus/
@ -25,12 +25,12 @@ Requires: gnome-python2-gconf
Requires: pyxdg Requires: pyxdg
%description %description
IBus means the Input Bus. It is a new input framework for Linux OS. It provides IBus means Intelligent Input Bus. It is a new input framework for Linux OS. It provides
full featured and user friendly input method user interface. It also may help full featured and user friendly input method user interface. It also may help
developers to develop input method easily. developers to develop input method easily.
%package gtk %package gtk
Summary: IBus im module for gtk2 Summary: iBus im module for gtk2
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -38,7 +38,7 @@ Requires: %{name} = %{version}-%{release}
This package contains ibus im module for gtk2 This package contains ibus im module for gtk2
%package qt %package qt
Summary: IBus im module for qt4 Summary: iBus im module for qt4
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/qt4/plugins/inputmethods/libibus.so %{_libdir}/qt4/plugins/inputmethods/libibus.so
%changelog %changelog
* Mon Sep 08 2008 Huang Peng <shawn.p.huang@gmail.com> - 0.1.1.20080908-1
- Update to 0.1.1.20080908.
* Mon Sep 01 2008 Huang Peng <shawn.p.huang@gmail.com> - 0.1.1.20080901-1 * Mon Sep 01 2008 Huang Peng <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
- Update to 0.1.1.20080901. - Update to 0.1.1.20080901.

View File

@ -1 +1 @@
879cec0b159bc5e0340edea128139688 ibus-0.1.1.20080901.tar.gz 610aedfc52826222a61420592bb1c22e ibus-0.1.1.20080908.tar.gz

View File

@ -1,8 +1,7 @@
XIM=ibus XIM=ibus
# define a fake XIM program XIM_PROGRAM="/usr/bin/ibus"
XIM_PROGRAM="/bin/sleep" # XIM_ARGS="0xffffffff"
XIM_ARGS="0xffffffff"
PREFERENCE_PROGRAM=/usr/bin/ibus-setup PREFERENCE_PROGRAM=/usr/bin/ibus-setup
SHORT_DESC="IBus" SHORT_DESC="iBus"
GTK_IM_MODULE=ibus GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus QT_IM_MODULE=ibus