| 1 | %define ver 1.5.1053.102 |
|---|
| 2 | %define rel 1 |
|---|
| 3 | |
|---|
| 4 | # if you want to make scim-mozc package, rpm --define with_scim:1 |
|---|
| 5 | %define with_scim 0 |
|---|
| 6 | |
|---|
| 7 | %if %{with_scim} |
|---|
| 8 | %define scim_dir %(pkg-config --variable=moduledir scim) |
|---|
| 9 | %endif |
|---|
| 10 | %define mozc_el mozc-el |
|---|
| 11 | |
|---|
| 12 | Name: mozc |
|---|
| 13 | Summary: Japanese Input Method Editor designed for multi-platform |
|---|
| 14 | Summary(ja): マルチプラットホームで動くように設計された日本語インプットメソッドエディタ |
|---|
| 15 | Version: %{ver} |
|---|
| 16 | Release: %{rel}%{?_dist_release} |
|---|
| 17 | Group: System Environment/Libraries |
|---|
| 18 | License: BSD-like |
|---|
| 19 | URL: http://code.google.com/p/mozc/ |
|---|
| 20 | |
|---|
| 21 | Source0: http://mozc.googlecode.com/files/%{name}-%{version}.tar.bz2 |
|---|
| 22 | ## svn debian/copyright |
|---|
| 23 | Source1: mozc-copyright |
|---|
| 24 | # for mozc-el |
|---|
| 25 | Source2: %{name}-install.sh |
|---|
| 26 | Source3: %{name}-remove.sh |
|---|
| 27 | Source4: vine-default-%{name}.el |
|---|
| 28 | Source5: %{name}-init.el |
|---|
| 29 | |
|---|
| 30 | # Vine Lunux |
|---|
| 31 | Source10: README.vine |
|---|
| 32 | Patch10: mozc-1.5.1053.102-ibus-japanese.patch |
|---|
| 33 | |
|---|
| 34 | # japanpost |
|---|
| 35 | Source20: http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip |
|---|
| 36 | Source21: http://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip |
|---|
| 37 | |
|---|
| 38 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 39 | BuildRequires: python, ibus-devel, dbus-devel |
|---|
| 40 | BuildRequires: openssl-devel, zlib-devel |
|---|
| 41 | BuildRequires: curl-devel |
|---|
| 42 | BuildRequires: protobuf-devel, gtest-devel |
|---|
| 43 | BuildRequires: qt4-devel |
|---|
| 44 | BuildRequires: gyp |
|---|
| 45 | %if %{with_scim} |
|---|
| 46 | # for scim-mozc |
|---|
| 47 | BuildRequires: pkgconfig |
|---|
| 48 | BuildRequires: gtk2-devel |
|---|
| 49 | BuildRequires: scim-devel |
|---|
| 50 | %endif |
|---|
| 51 | # for 1.1.690.102+ |
|---|
| 52 | BuildRequires: zinnia-devel |
|---|
| 53 | |
|---|
| 54 | Requires: mozc-server = %{version}-%{release} |
|---|
| 55 | Requires: mozc-utils-gui = %{version}-%{release} |
|---|
| 56 | Requires: ibus-mozc = %{version}-%{release} |
|---|
| 57 | |
|---|
| 58 | Distribution: Vine Linux |
|---|
| 59 | Vendor: Project Vine |
|---|
| 60 | Packager: kazutaka, daisuke |
|---|
| 61 | |
|---|
| 62 | %description |
|---|
| 63 | Mozc is a Japanese Input Method Editor (IME) designed for |
|---|
| 64 | multi-platform such as Chromium OS, Windows, Mac and Linux. |
|---|
| 65 | This open-source project originates from Google Japanese Input. |
|---|
| 66 | |
|---|
| 67 | %description -l ja |
|---|
| 68 | Mozc は日本語入力用の IME (Imput Method Editor)です。 |
|---|
| 69 | Chromium OS や Windows、Mac、Linux といったマルチプラット |
|---|
| 70 | フォームで利用できるようにデザインされており、「Google日本語 |
|---|
| 71 | 入力」のオープンソース版です。 |
|---|
| 72 | |
|---|
| 73 | %package server |
|---|
| 74 | Summary: Server part of the Mozc input method |
|---|
| 75 | Summary(ja): Mozc インプットメソッドのサーバ部分 |
|---|
| 76 | Group: Applications/System |
|---|
| 77 | |
|---|
| 78 | %description server |
|---|
| 79 | Server part of the Mozc input method, used by Mozc clients such as |
|---|
| 80 | ibus-mozc. |
|---|
| 81 | |
|---|
| 82 | %description server -l ja |
|---|
| 83 | Mozc インプットメソッドのサーバ部分。ibus-mozcなどのMozcクライアントから |
|---|
| 84 | 使うことができます。 |
|---|
| 85 | |
|---|
| 86 | %package -n ibus-mozc |
|---|
| 87 | Summary: iBus engine module for Mozc |
|---|
| 88 | Summary(ja): Mozc 用 iBus エンジンモジュール |
|---|
| 89 | Group: System Environment/Libraries |
|---|
| 90 | Requires: mozc-server = %{version}-%{release} |
|---|
| 91 | |
|---|
| 92 | %description -n ibus-mozc |
|---|
| 93 | iBus engine module for Mozc. |
|---|
| 94 | |
|---|
| 95 | %description -n ibus-mozc -l ja |
|---|
| 96 | Mozc 用 iBus エンジンモジュール。 |
|---|
| 97 | |
|---|
| 98 | %if %{with_scim} |
|---|
| 99 | %package -n scim-mozc |
|---|
| 100 | Summary: SCIM IMEngine module for Mozc |
|---|
| 101 | Summary(ja): Mozc 用 SCIM IMEngine モジュール |
|---|
| 102 | Group: System Environment/Libraries |
|---|
| 103 | Requires: mozc-server = %{version}-%{release} |
|---|
| 104 | Requires: scim gtk2 |
|---|
| 105 | |
|---|
| 106 | %description -n scim-mozc |
|---|
| 107 | SCIM IMEngine module for Mozc. |
|---|
| 108 | |
|---|
| 109 | %description -n scim-mozc -l ja |
|---|
| 110 | Mozc 用 SCIM IMエンジンモジュール |
|---|
| 111 | |
|---|
| 112 | %endif |
|---|
| 113 | |
|---|
| 114 | %package utils-gui |
|---|
| 115 | Summary: Mozc GUI utilities |
|---|
| 116 | Summary(ja): Mozc GUI ユーティリティー |
|---|
| 117 | Group: Applications/System |
|---|
| 118 | Requires: qt4 |
|---|
| 119 | Requires: mozc-server = %{version}-%{release} |
|---|
| 120 | Requires: tegaki-zinnia-japanese |
|---|
| 121 | |
|---|
| 122 | %description utils-gui |
|---|
| 123 | Mozc GUI uitilities, such as the configuration dialog, user dictionary |
|---|
| 124 | tool and about dialog. |
|---|
| 125 | |
|---|
| 126 | %description utils-gui -l ja |
|---|
| 127 | Mozc GUI ユーティリティー。設定ツールやユーザ辞書ツールなどが含まれます。 |
|---|
| 128 | |
|---|
| 129 | %package -n %{mozc_el} |
|---|
| 130 | Summary: Emacs Lisp frontend for Mozc |
|---|
| 131 | Summary(ja): Mozc 用 Emacs Lisp フロントエンド |
|---|
| 132 | Group: Applications/Editors/Emacs |
|---|
| 133 | BuildRequires: emacs |
|---|
| 134 | Requires(post,preun): emacsen, emacsen-common >= 0.1 |
|---|
| 135 | Requires: mozc-server = %{version}-%{release} |
|---|
| 136 | |
|---|
| 137 | %description -n %{mozc_el} |
|---|
| 138 | Emacs Lisp frontend for Mozc |
|---|
| 139 | |
|---|
| 140 | %description -n %{mozc_el} -l ja |
|---|
| 141 | Mozc のための Emacs-lisp フロントエンド |
|---|
| 142 | |
|---|
| 143 | %prep |
|---|
| 144 | %setup -q -a 20 -a 21 |
|---|
| 145 | %patch10 -p1 -b.japanese |
|---|
| 146 | %{__cp} -p %{SOURCE1} COPYING |
|---|
| 147 | (cd data/dictionary; |
|---|
| 148 | python ../../dictionary/gen_zip_code_seed.py --zip_code=../../KEN_ALL.CSV --jigyosyo=../../JIGYOSYO.CSV >> dictionary09.txt; |
|---|
| 149 | ) |
|---|
| 150 | |
|---|
| 151 | # update execute files path |
|---|
| 152 | %{__sed} -i -e"s|/usr/lib/mozc|%{_libexecdir}|g" base/util.cc |
|---|
| 153 | |
|---|
| 154 | |
|---|
| 155 | %build |
|---|
| 156 | unset QTDIR |
|---|
| 157 | %{__python} build_mozc.py gyp \ |
|---|
| 158 | --gypdir=%{_bindir} \ |
|---|
| 159 | --server_dir=%{_libexecdir} \ |
|---|
| 160 | --use_libprotobuf |
|---|
| 161 | |
|---|
| 162 | %{__python} build_mozc.py build_tools -c Release |
|---|
| 163 | %{__python} build_mozc.py build -c Release unix/ibus/ibus.gyp:ibus_mozc \ |
|---|
| 164 | %if %{with_scim} |
|---|
| 165 | unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup \ |
|---|
| 166 | %endif |
|---|
| 167 | unix/emacs/emacs.gyp:mozc_emacs_helper server/server.gyp:mozc_server \ |
|---|
| 168 | gui/gui.gyp:mozc_tool |
|---|
| 169 | |
|---|
| 170 | %install |
|---|
| 171 | %{__rm} -rf %{buildroot} |
|---|
| 172 | %{__mkdir_p} %{buildroot}%{_libdir} |
|---|
| 173 | %{__mkdir_p} %{buildroot}%{_libexecdir} |
|---|
| 174 | |
|---|
| 175 | %define output_dir out_linux/Release |
|---|
| 176 | |
|---|
| 177 | # main |
|---|
| 178 | |
|---|
| 179 | # ibus-mozc |
|---|
| 180 | %{__cp} -p %{output_dir}/ibus_mozc %{buildroot}%{_libdir}/ibus-engine-mozc |
|---|
| 181 | %{__mkdir_p} %{buildroot}%{_datadir}/ibus/component/ |
|---|
| 182 | %{__sed} 's|/usr/libexec|%{_libdir}|' < %{output_dir}/obj/gen/unix/ibus/mozc.xml > %{buildroot}%{_datadir}/ibus/component/mozc.xml |
|---|
| 183 | ## install icons |
|---|
| 184 | %{__mkdir_p} %{buildroot}%{_datadir}/ibus-mozc/setup |
|---|
| 185 | (cd data/images/unix; |
|---|
| 186 | install -p -m0644 ime_product_icon_opensource-32.png %{buildroot}%{_datadir}/ibus-mozc/product_icon.png |
|---|
| 187 | for i in ui-*.png; do |
|---|
| 188 | install -p -m0644 $i %{buildroot}%{_datadir}/ibus-mozc/${i//ui-/} |
|---|
| 189 | done) |
|---|
| 190 | |
|---|
| 191 | %if %{with_scim} |
|---|
| 192 | # scim-mozc |
|---|
| 193 | %{__mkdir_p} %{buildroot}%{scim_dir}/{IMEngine,SetupUI} |
|---|
| 194 | %{__cp} -p %{output_dir}/lib.target/libscim_mozc.so \ |
|---|
| 195 | %{buildroot}%{scim_dir}/IMEngine/mozc.so |
|---|
| 196 | %{__cp} -p %{output_dir}/lib.target/libscim_mozc_setup.so \ |
|---|
| 197 | %{buildroot}%{scim_dir}/SetupUI/mozc-setup.so |
|---|
| 198 | ## install icons |
|---|
| 199 | %{__mkdir_p} %{buildroot}%{_datadir}/scim/icons |
|---|
| 200 | (cd data/images/unix; |
|---|
| 201 | install -p -m0644 ime_product_icon_opensource-32.png %{buildroot}%{_datadir}/scim/icons/product_icon.png |
|---|
| 202 | for i in ui-*.png; do |
|---|
| 203 | install -p -m0644 $i %{buildroot}%{_datadir}/scim/icons/${i//ui-/} |
|---|
| 204 | done) |
|---|
| 205 | %endif |
|---|
| 206 | |
|---|
| 207 | |
|---|
| 208 | # mozc-server |
|---|
| 209 | %{__cp} -p %{output_dir}/mozc_server %{buildroot}%{_libexecdir} |
|---|
| 210 | |
|---|
| 211 | # mozc_tool |
|---|
| 212 | %{__cp} -p %{output_dir}/mozc_tool %{buildroot}%{_libexecdir} |
|---|
| 213 | |
|---|
| 214 | # mozc-el |
|---|
| 215 | %{__cp} -p %{output_dir}/mozc_emacs_helper %{buildroot}%{_libexecdir} |
|---|
| 216 | mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/%{name}/packages |
|---|
| 217 | mkdir -p %{buildroot}%{emacsen_pkgdir}/install |
|---|
| 218 | mkdir -p %{buildroot}%{emacsen_pkgdir}/remove |
|---|
| 219 | cp -p unix/emacs/mozc.el %{SOURCE4} %{SOURCE5} %{buildroot}%{_datadir}/emacs/site-lisp/%{name} |
|---|
| 220 | # |
|---|
| 221 | # install script (bytecompile el and install elc , remove) |
|---|
| 222 | # |
|---|
| 223 | %_installemacsenscript %{name} %{SOURCE2} |
|---|
| 224 | |
|---|
| 225 | %_removeemacsenscript %{name} %{SOURCE3} |
|---|
| 226 | |
|---|
| 227 | # install document |
|---|
| 228 | %{__cp} %{SOURCE10} . |
|---|
| 229 | |
|---|
| 230 | %clean |
|---|
| 231 | rm -rf $RPM_BUILD_ROOT |
|---|
| 232 | |
|---|
| 233 | |
|---|
| 234 | %post -n %{mozc_el} |
|---|
| 235 | # |
|---|
| 236 | # bytecompile and install |
|---|
| 237 | # |
|---|
| 238 | if [ "$1" = 2 ]; then |
|---|
| 239 | |
|---|
| 240 | %_emacsenPackageRemove %{name} |
|---|
| 241 | |
|---|
| 242 | fi |
|---|
| 243 | |
|---|
| 244 | %_addemacsenlist %{name} |
|---|
| 245 | |
|---|
| 246 | %_emacsenPackageInstall %{name} |
|---|
| 247 | |
|---|
| 248 | |
|---|
| 249 | %preun -n %{mozc_el} |
|---|
| 250 | if [ "$1" = 0 ]; then |
|---|
| 251 | |
|---|
| 252 | %_emacsenPackageRemove %{name} |
|---|
| 253 | |
|---|
| 254 | %_removeemacsenlist %{name} |
|---|
| 255 | |
|---|
| 256 | fi |
|---|
| 257 | |
|---|
| 258 | %files |
|---|
| 259 | %defattr(-,root,root) |
|---|
| 260 | %doc COPYING README.vine CONTRIBUTORS |
|---|
| 261 | |
|---|
| 262 | %files server |
|---|
| 263 | %defattr(-,root,root) |
|---|
| 264 | %doc COPYING README.vine |
|---|
| 265 | %{_libexecdir}/mozc_server |
|---|
| 266 | |
|---|
| 267 | %files utils-gui |
|---|
| 268 | %defattr(-,root,root) |
|---|
| 269 | %doc COPYING |
|---|
| 270 | %{_libexecdir}/mozc_tool |
|---|
| 271 | |
|---|
| 272 | %files -n ibus-mozc |
|---|
| 273 | %defattr(-,root,root) |
|---|
| 274 | %doc COPYING |
|---|
| 275 | %{_libdir}/ibus-engine-mozc |
|---|
| 276 | %{_datadir}/ibus/component/mozc.xml |
|---|
| 277 | %dir %{_datadir}/ibus-mozc |
|---|
| 278 | %dir %{_datadir}/ibus-mozc/setup |
|---|
| 279 | %{_datadir}/ibus-mozc/*.png |
|---|
| 280 | |
|---|
| 281 | %if %{with_scim} |
|---|
| 282 | %files -n scim-mozc |
|---|
| 283 | %defattr(-,root,root) |
|---|
| 284 | %doc COPYING |
|---|
| 285 | %{scim_dir}/SetupUI/mozc-setup.so |
|---|
| 286 | %{scim_dir}/IMEngine/mozc.so |
|---|
| 287 | %{_datadir}/scim/icons/*.png |
|---|
| 288 | %endif |
|---|
| 289 | |
|---|
| 290 | %files -n %{mozc_el} |
|---|
| 291 | %defattr(-,root,root) |
|---|
| 292 | %doc COPYING |
|---|
| 293 | %{_libexecdir}/mozc_emacs_helper |
|---|
| 294 | %{_datadir}/emacs/site-lisp/%{name} |
|---|
| 295 | %{emacsen_pkgdir}/install/%{name} |
|---|
| 296 | %{emacsen_pkgdir}/remove/%{name} |
|---|
| 297 | |
|---|
| 298 | |
|---|
| 299 | %changelog |
|---|
| 300 | * Wed May 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1053.102-1 |
|---|
| 301 | - new upstream release |
|---|
| 302 | - add --use_libprotobuf to link with system protobuf |
|---|
| 303 | - add zipcode dictionaries (ken_all.zip, jigyosyo.zip) |
|---|
| 304 | |
|---|
| 305 | * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.975.102-2 |
|---|
| 306 | - rebuild with protobuf-2.4.1 |
|---|
| 307 | |
|---|
| 308 | * Mon Feb 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.975.102-1 |
|---|
| 309 | - new upstream release |
|---|
| 310 | |
|---|
| 311 | * Sat Dec 24 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.931.102-1 |
|---|
| 312 | - new upstream release |
|---|
| 313 | |
|---|
| 314 | * Fri Dec 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.911.102-1 |
|---|
| 315 | - new upstream release |
|---|
| 316 | - drop patch0 |
|---|
| 317 | - add patch10 to translate panel menu |
|---|
| 318 | |
|---|
| 319 | * Wed Nov 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.855.102-1 |
|---|
| 320 | - new upstram release |
|---|
| 321 | |
|---|
| 322 | * Tue Aug 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.773.102-1 |
|---|
| 323 | - new upstram release |
|---|
| 324 | |
|---|
| 325 | * Fri Jul 22 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.717.102-2 |
|---|
| 326 | - fix typo in ibus lang panel patch (Patch0): <BTS:VineLinux:1161> |
|---|
| 327 | - stop built scim-mozc package by default |
|---|
| 328 | |
|---|
| 329 | * Fri May 20 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.717.102-1 |
|---|
| 330 | - new upstream release |
|---|
| 331 | |
|---|
| 332 | * Tue Apr 19 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.690.102-2 |
|---|
| 333 | - add Requires: tegaki-zinnia-japanese for utils-gui |
|---|
| 334 | - build with "--channel_dev=0" option |
|---|
| 335 | - fix License: droped mozcdic-ut dictionary in 0.12.402.102-1 |
|---|
| 336 | |
|---|
| 337 | * Fri Apr 15 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.690.102-1 |
|---|
| 338 | - new upstream release |
|---|
| 339 | - add BuildRequires: zinnia-devel |
|---|
| 340 | |
|---|
| 341 | * Fri Mar 25 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.626.102-1 |
|---|
| 342 | - new upstream release |
|---|
| 343 | |
|---|
| 344 | * Sun Jan 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.558.102-2vl6 |
|---|
| 345 | - build with openssl 1.0.0c |
|---|
| 346 | |
|---|
| 347 | * Sat Dec 18 2010 IWAI, Masaharu <iwai@alib.jp> 1.0.558.102-1 |
|---|
| 348 | - new upstream release |
|---|
| 349 | - add CONTRIBUTORS in main package %%doc |
|---|
| 350 | |
|---|
| 351 | * Sat Nov 6 2010 IWAI, Masaharu <iwai@alib.jp> 0.13.523.102-1 |
|---|
| 352 | - new upstream release |
|---|
| 353 | - drop unnecessary fixed compile error for Vine5 patch (Patch1) |
|---|
| 354 | |
|---|
| 355 | * Mon Oct 11 2010 IWAI, Masaharu <iwai@alib.jp> 0.13.499.102-1 |
|---|
| 356 | - new upstream release |
|---|
| 357 | - new elisp sub-package: mozc-el: upstream released |
|---|
| 358 | |
|---|
| 359 | * Fri Sep 10 2010 IWAI, Masaharu <iwai@alib.jp> 0.13.464.102-1 |
|---|
| 360 | - new upstream release |
|---|
| 361 | |
|---|
| 362 | * Sun Aug 15 2010 IWAI, Masaharu <iwai@alib.jp> 0.12.434.102-1 |
|---|
| 363 | - new upstream release |
|---|
| 364 | - replace icons: using official icons |
|---|
| 365 | - drop AWASHIRO Ikuya's icons (Source3,4,5,6) |
|---|
| 366 | |
|---|
| 367 | * Mon Jul 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.12.402.102-2 |
|---|
| 368 | - drop obsolete x86_64 libdir patch (Patch2) |
|---|
| 369 | - replace source tarball: using upstream tarball |
|---|
| 370 | - add mozc-copyright (Source1) from SVN debian/copyright |
|---|
| 371 | |
|---|
| 372 | * Fri Jul 2 2010 IWAI, Masaharu <iwai@alib.jp> 0.12.402.102-1 |
|---|
| 373 | - new upstream release |
|---|
| 374 | - drop mozcdic-ut dictionary |
|---|
| 375 | - update README.vine (Source10) |
|---|
| 376 | - defined output_dir macro for %%install section |
|---|
| 377 | |
|---|
| 378 | * Thu Jun 24 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.383.102-3 |
|---|
| 379 | - add x86_64 libdir patch (Patch2): based openSUSE by kazukado |
|---|
| 380 | |
|---|
| 381 | * Mon Jun 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.383.102-2 |
|---|
| 382 | - create new package scim-mozc |
|---|
| 383 | - add icons (Source5, Source6) |
|---|
| 384 | - update icons (Source3, Source4) |
|---|
| 385 | |
|---|
| 386 | * Fri Jun 18 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.383.102-1 |
|---|
| 387 | - update to 0.11.383.102 (svn rev.30) |
|---|
| 388 | |
|---|
| 389 | * Wed Jun 9 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.0-9.svn28 |
|---|
| 390 | - update execute files path: <BTS:VineLinux:998> |
|---|
| 391 | |
|---|
| 392 | * Fri Jun 4 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.0-8.svn28 |
|---|
| 393 | - disable all mozcdic-ut dictionary (disable jinmei and zipcode) |
|---|
| 394 | - update README.vine |
|---|
| 395 | - add BuildRequires: gyp |
|---|
| 396 | - drop BuildRequires: subversion |
|---|
| 397 | |
|---|
| 398 | * Wed Jun 2 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.0-7.svn28 |
|---|
| 399 | - add mozc_tool's icon (Source4) |
|---|
| 400 | - rename Source0: fixed created directory name "src" |
|---|
| 401 | |
|---|
| 402 | * Tue Jun 1 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.0-6.svn28 |
|---|
| 403 | - update mozcdic-ut 20100601 (Source10) |
|---|
| 404 | - include documents for all dictionaries |
|---|
| 405 | - add BuildRequires: qt4-devel |
|---|
| 406 | |
|---|
| 407 | * Tue Jun 1 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.0-5.svn28 |
|---|
| 408 | - rename base name: mozc |
|---|
| 409 | - add new sub packages: |
|---|
| 410 | - mozc-server |
|---|
| 411 | - mozc-utils-gui |
|---|
| 412 | - update source to revision 28 |
|---|
| 413 | - replace icon (Source3) |
|---|
| 414 | - drop mozc-config: upstream implement same tool |
|---|
| 415 | |
|---|
| 416 | * Sun May 23 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.11.0-4 |
|---|
| 417 | - update source to revision 23 |
|---|
| 418 | - add BuildRequires protobuf-devel, gtest-devel |
|---|
| 419 | - drop Patch0 (ibus-mozc-fix-for-x86_64.diff) |
|---|
| 420 | - add mozc-config as Source10 and desktop entry as Source11 |
|---|
| 421 | |
|---|
| 422 | * Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 0.11.0-3 |
|---|
| 423 | - rebuild with ibus-1.3.3 |
|---|
| 424 | |
|---|
| 425 | * Fri May 14 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.11.0-2 |
|---|
| 426 | - add Patch1 to fix compile error on i386 (workaround patch) |
|---|
| 427 | |
|---|
| 428 | * Thu May 13 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.11.0-1 |
|---|
| 429 | - initial build for Vine Liux based on custom mandriva package made by UTUMI-san |
|---|
| 430 | |
|---|
| 431 | * Thu May 13 2010 UTUMI Hirosi <utuhiro78@yahoo.co.jp> 0.11.0-2.20110511.1mdv2010.1 |
|---|
| 432 | - add some dictionaries |
|---|
| 433 | |
|---|
| 434 | * Wed May 12 2010 UTUMI Hirosi <utuhiro78@yahoo.co.jp> 0.11.0-1.20110511.1mdv2010.1 |
|---|
| 435 | - first release |
|---|
| 436 | |
|---|