|
@@ -1,5 +1,5 @@
|
|
|
%define ver 1.1.690.102
|
|
|
-%define rel 1
|
|
|
+%define rel 2
|
|
|
|
|
|
%define scim_dir %(pkg-config --variable=moduledir scim)
|
|
|
%define mozc_el mozc-el
|
|
@@ -10,7 +10,7 @@ Summary(ja): マルチプラットホームで動くように設計された日
|
|
|
Version: %{ver}
|
|
|
Release: %{rel}%{?_dist_release}
|
|
|
Group: System Environment/Libraries
|
|
|
-License: BSD-like (and EDICT is CC-by-sa 3.0 Unported)
|
|
|
+License: BSD-like
|
|
|
URL: http://code.google.com/p/mozc/
|
|
|
|
|
|
Source0: http://mozc.googlecode.com/files/%{name}-%{version}.tar.bz2
|
|
@@ -25,6 +25,7 @@ Source5: %{name}-init.el
|
|
|
|
|
|
# Vine Lunux
|
|
|
Source10: README.vine
|
|
|
+Patch0: mozc-1.1.690.102-ibus-lang_panel.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: python, ibus-devel, dbus-devel
|
|
@@ -101,6 +102,7 @@ Summary(ja): Mozc GUI ユーティリティー
|
|
|
Group: Applications/System
|
|
|
Requires: qt4
|
|
|
Requires: mozc-server = %{version}-%{release}
|
|
|
+Requires: tegaki-zinnia-japanese
|
|
|
|
|
|
%description utils-gui
|
|
|
Mozc GUI uitilities, such as the configuration dialog, user dictionary
|
|
@@ -125,6 +127,7 @@ Mozc のための Emacs-lisp フロントエンド
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+%patch0 -p1 -b .ibus_lang_pannel
|
|
|
%{__cp} -p %{SOURCE1} COPYING
|
|
|
|
|
|
# update execute files path
|
|
@@ -132,7 +135,7 @@ Mozc のための Emacs-lisp フロントエンド
|
|
|
|
|
|
|
|
|
%build
|
|
|
-%{__python} build_mozc.py gyp --gypdir=%{_bindir}
|
|
|
+%{__python} build_mozc.py gyp --gypdir=%{_bindir} --channel_dev=0
|
|
|
%{__python} build_mozc.py build_tools -c Release
|
|
|
%{__python} build_mozc.py build -c Release unix/ibus/ibus.gyp:ibus_mozc \
|
|
|
unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup \
|
|
@@ -146,6 +149,8 @@ Mozc のための Emacs-lisp フロントエンド
|
|
|
|
|
|
%define output_dir out_linux/Release
|
|
|
|
|
|
+# main
|
|
|
+
|
|
|
# ibus-mozc
|
|
|
%{__cp} -p %{output_dir}/ibus_mozc %{buildroot}%{_libdir}/ibus-engine-mozc
|
|
|
%{__mkdir_p} %{buildroot}%{_datadir}/ibus/component/
|
|
@@ -274,6 +279,11 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Apr 19 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.690.102-2
|
|
|
+- add Requires: tegaki-zinnia-japanese for utils-gui
|
|
|
+- build with "--channel_dev=0" option
|
|
|
+- fix License: droped mozcdic-ut dictionary in 0.12.402.102-1
|
|
|
+
|
|
|
* Fri Apr 15 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.690.102-1
|
|
|
- new upstream release
|
|
|
- add BuildRequires: zinnia-devel
|