|
@@ -1,6 +1,6 @@
|
|
|
%define name scim-bridge
|
|
|
%define version 0.4.16
|
|
|
-%define release 8%{?_dist_release}
|
|
|
+%define release 9%{?_dist_release}
|
|
|
|
|
|
# build qt3 immodule ("--without qt3" to disable qt3)
|
|
|
%bcond_without qt3
|
|
@@ -45,8 +45,9 @@ Patch3: scim-bridge-0.4.15.2-linkage.patch
|
|
|
|
|
|
# Patch from Fedora development
|
|
|
Patch4: scim-bridge-0.4.15-EOF.patch
|
|
|
-
|
|
|
Patch5: scim-bridge-0.4.15-hotkey-help.patch
|
|
|
+Patch6: scim-bridge-0.4.16-fix-gtk-key-snooper.patch
|
|
|
+Patch7: scim-bridge-0.4.16-fixes-null-imengine.patch
|
|
|
|
|
|
URL: http://www.scim-im.org/projects/scim_bridge
|
|
|
License: GPL/LGPL
|
|
@@ -122,6 +123,10 @@ This package provides the SCIM Bridge Qt4 IM module.
|
|
|
%patch3
|
|
|
%patch4 -p1
|
|
|
%patch5 -p1
|
|
|
+pushd client-gtk
|
|
|
+%patch6 -p0
|
|
|
+popd
|
|
|
+%patch7 -p1
|
|
|
|
|
|
%build
|
|
|
%if !%{without qt3}
|
|
@@ -131,7 +136,7 @@ export QT3_PREFIX=%{_qt3_prefix}
|
|
|
export QT4_PREFIX=%{_qt4_prefix}
|
|
|
%endif
|
|
|
|
|
|
-%configure \
|
|
|
+%configure --disable-static \
|
|
|
%if %{without qt3}
|
|
|
--disable-qt3-immodule \
|
|
|
%else
|
|
@@ -187,6 +192,12 @@ export QT4_PREFIX=%{_qt4_prefix}
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Fri May 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.16-9
|
|
|
+- added Patch6,7 from Fedora development, Patch8 from Debian
|
|
|
+ - to fix Text input in firefox becomes increasingly sluggish (Patch6)
|
|
|
+ - to fix Process /usr/bin/scim-bridge was killed by signal 11 (Patch7)
|
|
|
+- added configure --disable-static option
|
|
|
+
|
|
|
* Sun Jan 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.16-8
|
|
|
- updated Qt version detection macros to build properly
|
|
|
|