|
@@ -1,5 +1,5 @@
|
|
%define ver 1.3.9
|
|
%define ver 1.3.9
|
|
-%define rel 2
|
|
+%define rel 3
|
|
|
|
|
|
Summary: Intelligent Input Bus for Linux / Unix OS
|
|
Summary: Intelligent Input Bus for Linux / Unix OS
|
|
Name: ibus
|
|
Name: ibus
|
|
@@ -11,9 +11,6 @@ URL: http://code.google.com/p/ibus/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Patch0: ibus-1.2.0.20091024-fixPOFILES.in.patch
|
|
Patch0: ibus-1.2.0.20091024-fixPOFILES.in.patch
|
|
Requires: gtk2, pyxdg, iso-codes, dbus-python >= 0.83.0
|
|
Requires: gtk2, pyxdg, iso-codes, dbus-python >= 0.83.0
|
|
-%if %{?_dist_release} != "vl5"
|
|
|
|
-Requires: gtk3
|
|
|
|
-%endif
|
|
|
|
Requires: notify-python
|
|
Requires: notify-python
|
|
Requires: librsvg2
|
|
Requires: librsvg2
|
|
Requires(pre): GConf2
|
|
Requires(pre): GConf2
|
|
@@ -158,7 +155,6 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|
%{_bindir}/ibus*
|
|
%{_bindir}/ibus*
|
|
%{_libdir}/libibus.so.*
|
|
%{_libdir}/libibus.so.*
|
|
%{_libdir}/gtk-2.0/immodules/im-ibus.so
|
|
%{_libdir}/gtk-2.0/immodules/im-ibus.so
|
|
-%{_libdir}/gtk-3.0/3.0.0/immodules/im-ibus.so
|
|
|
|
%{_libexecdir}/ibus-gconf
|
|
%{_libexecdir}/ibus-gconf
|
|
%{_libexecdir}/ibus-ui-gtk
|
|
%{_libexecdir}/ibus-ui-gtk
|
|
%{_libexecdir}/ibus-x11
|
|
%{_libexecdir}/ibus-x11
|
|
@@ -189,6 +185,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Apr 8 2011 IWAI, Masaharu <iwai@alib.jp> 1.3.9-3vl6
|
|
|
|
+- drop GTK3 immodule file in main package
|
|
|
|
+
|
|
* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.9-2
|
|
* Fri Feb 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.9-2
|
|
- create -gtk3 sub package (VineSeed only)
|
|
- create -gtk3 sub package (VineSeed only)
|
|
|
|
|