|
@@ -1,6 +1,5 @@
|
|
-%define ver 0.11.0
|
|
|
|
-%define rel 9
|
|
|
|
-%define svnrev 28
|
|
|
|
|
|
+%define ver 0.11.383.102
|
|
|
|
+%define rel 1
|
|
%define utdic 20100601
|
|
%define utdic 20100601
|
|
%define enable_utdic_jinmei 0
|
|
%define enable_utdic_jinmei 0
|
|
%define enable_utdic_zipcode 0
|
|
%define enable_utdic_zipcode 0
|
|
@@ -11,15 +10,15 @@
|
|
Name: mozc
|
|
Name: mozc
|
|
Summary: Japanese Input Method Editor designed for multi-platform
|
|
Summary: Japanese Input Method Editor designed for multi-platform
|
|
Summary(ja): マルチプラットホームで動くように設計された日本語インプットメソッドエディタ
|
|
Summary(ja): マルチプラットホームで動くように設計された日本語インプットメソッドエディタ
|
|
-Version: 0.11.0
|
|
|
|
-Release: %{rel}.svn%{svnrev}%{?_dist_release}
|
|
|
|
|
|
+Version: %{ver}
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: BSD-like (and EDICT is CC-by-sa 3.0 Unported)
|
|
License: BSD-like (and EDICT is CC-by-sa 3.0 Unported)
|
|
URL: http://code.google.com/p/mozc/
|
|
URL: http://code.google.com/p/mozc/
|
|
|
|
|
|
# Source tar ball is not released yet.
|
|
# Source tar ball is not released yet.
|
|
# See http://code.google.com/p/mozc/wiki/LinuxBuildInstructions
|
|
# See http://code.google.com/p/mozc/wiki/LinuxBuildInstructions
|
|
-Source0: %{name}-%{version}-r%{svnrev}.tar.bz2
|
|
|
|
|
|
+Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
|
# Additional dictionaries by UTUMI Hirosi
|
|
# Additional dictionaries by UTUMI Hirosi
|
|
Source1: mozcdic-ut-%{utdic}.tar.bz2
|
|
Source1: mozcdic-ut-%{utdic}.tar.bz2
|
|
@@ -100,7 +99,7 @@ tool and about dialog.
|
|
Mozc GUI ユーティリティー。設定ツールやユーザ辞書ツールなどが含まれます。
|
|
Mozc GUI ユーティリティー。設定ツールやユーザ辞書ツールなどが含まれます。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n %{name}-%{version}-r%{svnrev} -a 1
|
|
|
|
|
|
+%setup -q -a 1
|
|
#%patch0 -p0 -b .fix-x86_64
|
|
#%patch0 -p0 -b .fix-x86_64
|
|
%patch1 -p1 -b .fix-i386
|
|
%patch1 -p1 -b .fix-i386
|
|
|
|
|
|
@@ -201,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_datadir}/ibus-mozc/unknown.ico
|
|
%{_datadir}/ibus-mozc/unknown.ico
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jun 18 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.383.102-1
|
|
|
|
+- update to 0.11.383.102 (svn rev.30)
|
|
|
|
+
|
|
* Wed Jun 9 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.0-9.svn28
|
|
* Wed Jun 9 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.0-9.svn28
|
|
- update execute files path: <BTS:VineLinux:998>
|
|
- update execute files path: <BTS:VineLinux:998>
|
|
|
|
|