uim-vl.spec 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250
  1. %global commit c79432cb5aba3a67fb7e7557f4817c749865cc8a
  2. %global shortcommit %(c=%{commit}; echo ${c:0:7})
  3. %global sigscheme_commit cfcb6dd2ae93fd7b22b5e3a1403e2f0197602c79
  4. %global sigscheme_shortcommit %(c=%{sigscheme_commit}; echo ${c:0:7})
  5. %global libgcroots_commit 514c4fe1af59b39e2b4b68f0a3c55b8bf573b4dc
  6. %global libgcroots_shortcommit %(c=%{libgcroots_commit}; echo ${c:0:7})
  7. # build emacsen uim bridge ("--without emacs" to disable)
  8. %bcond_without emacsen
  9. # build qt3 immodule ("--without qt3" to disable qt3)
  10. %bcond_without qt3
  11. # build qt4 immodule ("--without qt4" to disable qt4)
  12. %bcond_without qt4
  13. # build KDE applet ("--without kde" to disable kde)
  14. %bcond_without kde
  15. # build mana support ("--without mana" to disable mana)
  16. %bcond_without mana
  17. # do not build GNOME applet ("--with gnome" to enable gnome)
  18. %bcond_with gnome
  19. # do not build Canna module ("--with canna" to enable canna)
  20. %bcond_with canna
  21. %define qt3_ver 3.3.8
  22. %define qt4_ver 4.8.6
  23. # Qt3 version detection
  24. %define _qt3_version %(pkg-config --modversion --silence-errors qt-mt 2>/dev/null || echo %{qt3_ver})
  25. %define _qt3_prefix %{_libdir}/qt-%{_qt3_version}
  26. %define _qt3_plugindir %{_qt3_prefix}/plugins
  27. # Qt4 version detection
  28. %define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo %{qt4_ver})
  29. %define _qt4_prefix %(pkg-config --variable prefix --silence-errors Qt 2>/dev/null || echo %{_libdir}/qt4)
  30. %define _qt4_plugindir %(pkg-config --variable plugindir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/plugins)
  31. #define extraver beta
  32. Name: uim
  33. Summary: Uim an input method library
  34. Summary(ja): 入力メソッドライブラリ
  35. Version: 1.8.8
  36. #Release: 6.git%{shortcommit}%{?_dist_release}
  37. Release: 1%{?_dist_release}
  38. # pinyin-big5.scm and elatin-rules.scm are licensed under GPL
  39. License: BSD, LGPLv2 and GPL
  40. Group: System Environment/Libraries
  41. URL: https://github.com/uim/uim
  42. Vendor: Project Vine
  43. Distribution: Vine Linux
  44. Packager: iwaim
  45. #Source0: http://uim.googlecode.com/files/uim-%{version}%{?extraver:-%extraver}.tar.bz2
  46. #Source0: https://github.com/uim/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
  47. Source0: %{name}-%{version}.tar.bz2
  48. Source1: uim-el-install.sh
  49. Source2: uim-el-remove.sh
  50. Source3: uim-update-installed-modules.sh.in
  51. Source4: vine-default-uim-el.el
  52. Source5: uim-el-init.el
  53. Source6: https://github.com/uim/sigscheme/archive/cfcb6dd2ae93fd7b22b5e3a1403e2f0197602c79/sigscheme-cfcb6dd.tar.gz
  54. Source7: https://github.com/uim/libgcroots/archive/%{libgcroots_commit}/libgcroots-%{libgcroots_shortcommit}.tar.gz
  55. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  56. BuildRequires: libXft-devel libX11-devel libXext-devel
  57. BuildRequires: libXrender-devel libXau-devel libXdmcp-devel libXt-devel
  58. BuildRequires: gtk2-devel
  59. BuildRequires: gtk3-devel
  60. BuildRequires: ncurses-devel
  61. BuildRequires: anthy-devel m17n-lib-devel eb-devel
  62. BuildRequires: libedit-devel libffi-devel expat-devel curl-devel
  63. BuildRequires: gettext-devel desktop-file-utils
  64. %if %{with qt3}
  65. BuildRequires: qt-devel
  66. %endif
  67. %if %{with qt4}
  68. BuildRequires: qt4-devel
  69. %endif
  70. %if %{with gnome}
  71. BuildRequires: gnome-panel-devel
  72. BuildRequires: libgnomeui-devel
  73. %endif
  74. %if %{with kde}
  75. BuildRequires: kdelibs4-devel
  76. BuildRequires: cmake
  77. %endif
  78. %if %{with canna}
  79. BuildRequires: Canna-devel
  80. %endif
  81. %if %{with mana}
  82. BuildRequires: mana
  83. %endif
  84. %if %{with emacsen}
  85. BuildRequires: emacs
  86. %endif
  87. # for Git
  88. BuildRequires: librsvg2, ruby, perl, asciidoc
  89. BuildConflicts: uim-devel < 1.4.0
  90. Requires(post): coreutils, grep, sed
  91. Requires(postun): coreutils, grep, sed
  92. %description
  93. The uim is a collection of input method for a lot of languages.
  94. %description -l ja
  95. uim は様々な言語の入力メソッドのコレクションです。
  96. %package xim
  97. Summary: XIM frontend for Uim
  98. Summary(ja): uim を利用した XIM サーバ
  99. License: BSD and LGPLv2
  100. Group: User Interface/X
  101. Requires: %{name} = %{version}-%{release}
  102. %description xim
  103. uim-xim is a XIM bridge of libuim.
  104. %description -l ja xim
  105. uim-xim は libuim を利用した XIM サーバです。
  106. XIM 経由で入力を行う場合に必要です。
  107. %package gtk
  108. Summary: GTK helper for uim
  109. Summary(ja): uim の GTK ヘルパー
  110. License: BSD and LGPLv2
  111. Group: User Interface/Desktops
  112. Requires: %{name} = %{version}-%{release}
  113. Requires: gtk2
  114. Requires(post): gtk2 >= 2.10.0
  115. Requires(post): %{name} = %{version}-%{release}
  116. Requires(postun): gtk2 >= 2.10.0
  117. %description gtk
  118. This package contains some applications like toolbar, system tray,
  119. input pad, candidate window, and preference tool using GTK.
  120. %description -l ja gtk
  121. このパッケージには、GTK を使ったツールバーやシステムトレイ、入力パッド、
  122. 候補ウィンドウ、設定ツールなどが含まれています。
  123. %package gtk3
  124. Summary: GTK3 helper for uim
  125. Summary(ja): uim の GTK3 ヘルパー
  126. License: BSD and LGPLv2
  127. Group: User Interface/Desktops
  128. Requires: %{name} = %{version}-%{release}
  129. Requires: gtk3
  130. Requires(post): gtk3
  131. Requires(post): %{name} = %{version}-%{release}
  132. Requires(postun): gtk3
  133. %description gtk3
  134. This package contains some applications like toolbar, system tray,
  135. input pad, candidate window, and preference tool using GTK3.
  136. %description -l ja gtk3
  137. このパッケージには、GTK3 を使ったツールバーやシステムトレイ、入力パッド、
  138. 候補ウィンドウ、設定ツールなどが含まれています。
  139. %if %{with qt3}
  140. %package qt
  141. Summary: Qt3 support for Uim
  142. Summary(ja): uim の Qt3 サポート
  143. Group: User Interface/Desktops
  144. License: BSD and LGPLv2
  145. Requires: %{name}-xim = %{version}-%{release}
  146. Requires: qt >= %{_qt3_version}
  147. Obsoletes: %{name}-qt-immodule < 1.5.6-2
  148. Obsoletes: %{name}-qt-common < %{version}-%{release}
  149. Obsoletes: uim-qtkde-helper
  150. Provides: %{name}-qt-immodule = %{version}-%{release}
  151. Provides: uim-qtkde-helper
  152. %description qt
  153. This package contains some applications like toolbar, candidate window,
  154. and preference tool using Qt.
  155. %description -l ja qt
  156. このパッケージには、Qt を使ったツールバーや候補ウィンドウ、設定ツールなど
  157. が含まれています。
  158. %endif
  159. %if %{with qt4}
  160. %package qt4
  161. Summary: Qt4 support for Uim
  162. Summary(ja): Uim の Qt4 サポート
  163. License: BSD and LGPLv2
  164. Group: User Interface/Desktops
  165. Requires: %{name}-xim = %{version}-%{release}
  166. Requires: qt4 >= %{_qt4_version}
  167. Obsoletes: %{name}-qt-common < %{version}-%{release}
  168. %description qt4
  169. This package contains some applications like toolbar, candidate window,
  170. and preference tool using Qt4.
  171. %description -l ja qt4
  172. このパッケージには、Qt4 を使ったツールバーや候補ウィンドウ、設定ツールなど
  173. が含まれています。
  174. %endif
  175. %if %{with gnome}
  176. %package applet
  177. Summary: GNOME panel applet for Uim
  178. Summary(ja): uim の GNOME 用パネルアプレット
  179. License: BSD and LGPLv2
  180. Group: User Interface/Desktops
  181. Requires: %{name}-xim = %{version}-%{release}
  182. Requires: %{name}-gtk3 = %{version}-%{release}
  183. %description applet
  184. uim-applet is GNOME panel applet for uim.
  185. %description -l ja applet
  186. uim-applet は uim の入力状態を表示する GNOME 用パネルアプレットです。
  187. %endif
  188. %if %{with kde}
  189. %package kde-applet
  190. Summary: KDE panel applet for Uim
  191. Summary(ja): uim の KDE 用パネルアプレット
  192. License: BSD and LGPLv2
  193. Group: User Interface/Desktops
  194. Requires: kdelibs4
  195. Requires: %{name}-qt4 = %{version}-%{release}
  196. Requires: %{name}-xim = %{version}-%{release}
  197. %description kde-applet
  198. uim-kde-applet is KDE panel applet for uim.
  199. %description -l ja kde-applet
  200. uim-kde-applet は uim の入力状態を表示する KDE 用パネルアプレットです。
  201. %endif
  202. %package fep
  203. Summary: an Input Method for console
  204. Summary(ja): コンソール用インプットメソッド
  205. License: BSD
  206. Group: Applications/System
  207. Requires: %{name} = %{version}-%{release}
  208. Requires: ncurses
  209. Obsoletes: uim-screen
  210. %description fep
  211. uim-fep is a FEP (Front End Processer) using uim as backend.
  212. %description -l ja fep
  213. uim-fep は uim を利用してコンソールで日本語を入力するための
  214. FEP (フロントエンドプロセッサ) です。
  215. %package anthy
  216. Summary: Anthy support for Uim
  217. Summary(ja): uim の Anthy モジュール
  218. License: BSD and LGPLv2
  219. Group: System Environment/Libraries
  220. Requires: %{name} = %{version}-%{release}
  221. Requires: anthy
  222. Requires(post): %{name} = %{version}-%{release}
  223. Requires(postun): %{name}
  224. Obsoletes: %{name} < 1.0.0
  225. %description anthy
  226. This package provides support for Anthy, a Japanese input method.
  227. %description -l ja anthy
  228. 連文節かな漢字変換エンジン Anthy を使って日本語を入力・変換するための
  229. モジュールです。
  230. %if %{with canna}
  231. %package canna
  232. Summary: Canna support for Uim
  233. Summary(ja): uim の Canna モジュール
  234. License: BSD and LGPLv2
  235. Group: System Environment/Libraries
  236. Requires: %{name} = %{version}-%{release}
  237. Requires: Canna
  238. Requires(post): %{name} = %{version}-%{release}
  239. Requires(postun): %{name}
  240. %description canna
  241. This package provides support for Canna, a Japanese input method.
  242. %description -l ja canna
  243. 連文節かな漢字変換エンジン Canna を使って日本語を入力・変換するための
  244. モジュールです。
  245. %endif
  246. %package skk
  247. Summary: SKK support for Uim
  248. Summary(ja): uim の SKK モジュール
  249. Group: System Environment/Libraries
  250. Requires: %{name} = %{version}-%{release}
  251. Requires: skkdic
  252. Requires(post): %{name} = %{version}-%{release}
  253. Requires(postun): %{name}
  254. %description skk
  255. This package provides support for SKK, a Japanese input method.
  256. %description -l ja skk
  257. SKK 入力方式で日本語を入力・変換するためのモジュールです。
  258. %if %{with mana}
  259. %package mana
  260. Summary: Mana support for Uim
  261. Summary(ja): uim の真字モジュール
  262. License: BSD
  263. Group: System Environment/Libraries
  264. Requires: %{name} = %{version}-%{release}
  265. Requires: mana, manadic
  266. Requires(post): %{name} = %{version}-%{release}
  267. Requires(postun): %{name}
  268. %description mana
  269. This package provides support for mana, a Japanese input method.
  270. %description -l ja mana
  271. 連文節かな漢字変換エンジン 真字 (Mana) を使って日本語を入力・変換するための
  272. モジュールです。
  273. %endif
  274. %if %{with emacsen}
  275. %package el
  276. Summary: Emacsen uim bridge
  277. Summary(ja): Emacsen-uim ブリッジ
  278. License: BSD
  279. Group: Applications/Editors/Emacs
  280. Requires: %{name} = %{version}-%{release}
  281. Requires: emacsen
  282. Requires(post): emacsen-common
  283. Requires(preun): emacsen-common
  284. %description el
  285. uim.el is a bridge software between Emacsen and uim.
  286. uim.el makes you able to use uim supported IMs from Emacs
  287. directly.
  288. %description -l ja el
  289. uim.el は uim と Emacsen を結ぶブリッジです。
  290. uim.el を導入すると、Emacsen 上で uim を利用した文字入力が可能と
  291. なります。
  292. %endif
  293. %package m17n
  294. Summary: m17n-lib support for Uim
  295. Summary(ja): uim の m17n-lib モジュール
  296. License: BSD
  297. Group: System Environment/Libraries
  298. Requires: uim = %{version}-%{release}
  299. Requires(post): gtk2 /usr/bin/uim-module-manager
  300. Requires(postun): gtk2 /usr/bin/uim-module-manager
  301. %description m17n
  302. This package provides support for m17n-lib, which allows input of
  303. many languages using the input table map from m17n-db.
  304. %package devel
  305. Summary: Development tools for libuim applications.
  306. Summary(ja): libuim を使ったアプリケーションを開発するためのファイル
  307. License: BSD and LGPLv2
  308. Group: Development/Libraries
  309. Requires: %{name} = %{version}-%{release}
  310. %description devel
  311. uim-devel package contains the header files and static libraries to
  312. develop a libuim applications.
  313. %description -l ja devel
  314. uim-devel パッケージには libuim を利用したアプリケーションを開発
  315. するためのヘッダファイルとライブラリが含まれています。
  316. %prep
  317. %setup -q -n %{name}-%{version}%{?extraver:-%extraver}
  318. #%setup -q -a 6 -a 7 -n %{name}-%{commit}
  319. # for Git
  320. #%{__rm} -rf sigscheme
  321. #%{__mv} sigscheme-%{sigscheme_commit} sigscheme
  322. #%{__rm} -rf sigscheme/libgcroots
  323. #%{__mv} libgcroots-%{libgcroots_commit} sigscheme/libgcroots
  324. %build
  325. %if %{with qt3}
  326. unset QTDIR
  327. export QTDIR=%{_qt3_prefix}
  328. %endif
  329. #for Git
  330. #pushd sigscheme/libgcroots
  331. #./autogen.sh
  332. #popd
  333. #pushd sigscheme
  334. #./autogen.sh
  335. #popd
  336. #./autogen.sh
  337. %configure --with-x --with-xft \
  338. --with-anthy --with-anthy-utf8 \
  339. --without-scim --without-prime \
  340. --with-gtk2 \
  341. --with-gtk3 \
  342. --with-m17nlib \
  343. --with-curl \
  344. --with-expat \
  345. --with-ffi \
  346. --with-eb --with-eb-conf=%{_sysconfdir}/eb.conf \
  347. --disable-static \
  348. --enable-maintainer-mode \
  349. %if %{with gnome}
  350. --enable-gnome3-applet \
  351. %else
  352. --disable-gnome-applet \
  353. %endif
  354. %if %{with qt3}
  355. --with-qt \
  356. --with-qt-immodule \
  357. %else
  358. --without-qt \
  359. --without-qt-immodule \
  360. %endif
  361. %if %{with qt4}
  362. --with-qt4 \
  363. --with-qt4-immodule \
  364. %else
  365. --without-qt4 \
  366. --without-qt4-immodule \
  367. %endif
  368. %if %{with kde}
  369. --disable-kde-applet \
  370. --enable-kde4-applet \
  371. %else
  372. --disable-kde-applet \
  373. --disable-kde4-applet \
  374. %endif
  375. %if %{with canna}
  376. --with-canna \
  377. %else
  378. --without-canna \
  379. %endif
  380. %if %{without emacsen}
  381. --disable-emacs \
  382. %endif
  383. %if %{with mana}
  384. --with-mana
  385. %else
  386. --without-mana
  387. %endif
  388. #sed -i -e 's/^\(hardcode_direct=\)$/\1no/' -e 's/^\(hardcode_minus_L=\)$/\1no/' -e 's/^\(libext=\)$/\1"a"/' libtool
  389. #LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/uim/.libs:$LD_LIBRARY_PATH make
  390. make %{_smp_mflags}
  391. %install
  392. [ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
  393. # remove anthy,canna,skk,mana from {installed-modules,loader}.scm
  394. #pushd scm
  395. #srcdir=%{_builddir}/%{buildsubdir}
  396. #LIBUIM_SCM_FILES=${srcdir}/scm LIBUIM_PLUGIN_LIB_DIR=${srcdir}/uim/.libs \
  397. # %{_builddir}/%{buildsubdir}/uim/uim-module-manager \
  398. # --path ${srcdir}/scm --unregister anthy skk mana
  399. #popd
  400. make install DESTDIR=%{buildroot}
  401. %find_lang %{name}
  402. # remove unneeded files
  403. %__rm -f %{buildroot}%{_libdir}/lib*.la
  404. %__rm -f %{buildroot}%{_datadir}/uim/scim.scm
  405. #__rm -f %{buildroot}%{_datadir}/uim/m17nlib.scm
  406. %__rm -f %{buildroot}%{_datadir}/uim/prime.scm
  407. %__rm -f %{buildroot}%{_datadir}/uim/prime-*.scm
  408. %__rm -f %{buildroot}%{_libdir}/gtk-2.0/*/immodules/*.{a,la}
  409. %__rm -f %{buildroot}%{_libdir}/gtk-3.0/*/immodules/*.{a,la}
  410. %__rm -f %{buildroot}%{_libdir}/uim/plugin/*.{a,la}
  411. %__rm -f %{buildroot}%{_datadir}/uim/pixmaps/scim.*
  412. %__rm -f %{buildroot}%{_datadir}/uim/pixmaps/prime*.*
  413. %__rm -f %{buildroot}%{_qt3_plugindir}/inputmethods/*.{a,la}
  414. %__rm -f %{buildroot}%{_qt4_plugindir}/inputmethods/*.{a,la}
  415. %if %{without canna}
  416. %__rm -f %{buildroot}%{_libdir}/uim/plugin/libuim-canna.so
  417. %__rm -f %{buildroot}%{_datadir}/uim/canna*.scm
  418. %__rm -f %{buildroot}%{_datadir}/uim/pixmaps/canna.*
  419. %endif
  420. %if %{without mana}
  421. %__rm -f %{buildroot}%{_libdir}/uim/plugin/libuim-mana.so
  422. %__rm -f %{buildroot}%{_datadir}/uim/mana.scm
  423. %__rm -f %{buildroot}%{_datadir}/uim/mana-*.scm
  424. %__rm -f %{buildroot}%{_datadir}/uim/pixmaps/mana.*
  425. %endif
  426. %if %{without qt3}
  427. %__rm -f %{buildroot}%{_datadir}/locale/*/LC_MESSAGES/uim-chardict-qt.mo
  428. %endif
  429. %if %{without qt4}
  430. %__rm -f %{buildroot}%{_datadir}/locale/*/LC_MESSAGES/uim-chardict-qt4.mo
  431. %endif
  432. %if %{with emacsen}
  433. %__mkdir_p %{buildroot}%{emacsen_pkgdir}/install
  434. %__mkdir_p %{buildroot}%{emacsen_pkgdir}/remove
  435. %_installemacsenscript %{name}-el %{SOURCE1}
  436. %_removeemacsenscript %{name}-el %{SOURCE2}
  437. %__cp -p %{SOURCE4} %{SOURCE5} %{buildroot}%{_datadir}/emacs/site-lisp/uim-el
  438. %endif
  439. # move documents for sigscheme
  440. rm -rf installed-doc
  441. mkdir -p installed-doc/sigscheme
  442. cp -p sigscheme/doc/*.txt installed-doc/sigscheme
  443. #cp -p sigscheme/doc/*.html installed-doc/sigscheme
  444. # script to register prefered engine
  445. %__cat %{SOURCE3} \
  446. | sed -e "s|@BINDIR@|%{_bindir}|g" \
  447. -e "s|@SYSCONFDIR@|%{_sysconfdir}|g" \
  448. -e "s|@DATADIR@|%{_datadir}|g" \
  449. > update-installed-modules.sh
  450. %__install -m755 update-installed-modules.sh %{buildroot}%{_datadir}/%{name}
  451. # prefered engines
  452. %__mkdir_p %{buildroot}%{_sysconfdir}/sysconfig
  453. %__cat << EOF > %{buildroot}%{_sysconfdir}/sysconfig/uim
  454. PREFERED_ENGINE=anthy
  455. EOF
  456. %clean
  457. [ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
  458. %post -p /sbin/ldconfig
  459. %postun -p /sbin/ldconfig
  460. %post gtk
  461. %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules ||:
  462. %postun gtk
  463. if [ $1 = 0 ] ; then
  464. %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules ||:
  465. fi
  466. %post gtk3
  467. %{_bindir}/gtk-query-immodules-3.0 --update-cache || : > /dev/null 2>&1
  468. %postun gtk3
  469. if [ $1 = 0 ] ; then
  470. %{_bindir}/gtk-query-immodules-3.0 --update-cache || : > /dev/null 2>&1
  471. fi
  472. %post anthy
  473. %{_datadir}/uim/update-installed-modules.sh --register anthy > /dev/null 2>&1
  474. %preun anthy
  475. if [ $1 = 0 ] ; then
  476. %{_bindir}/uim-module-manager --unregister anthy > /dev/null 2>&1
  477. fi
  478. %if %{with canna}
  479. %post canna
  480. %{_datadir}/uim/update-installed-modules.sh --register canna > /dev/null 2>&1
  481. %preun canna
  482. if [ $1 = 0 ] ; then
  483. %{_bindir}/uim-module-manager --unregister canna > /dev/null 2>&1
  484. fi
  485. %endif
  486. %post skk
  487. %{_datadir}/uim/update-installed-modules.sh --register skk > /dev/null 2>&1
  488. %preun skk
  489. if [ $1 = 0 ] ; then
  490. %{_bindir}/uim-module-manager --unregister skk > /dev/null 2>&1
  491. fi
  492. %if %{with mana}
  493. %post mana
  494. %{_datadir}/uim/update-installed-modules.sh --register mana > /dev/null 2>&1
  495. %preun mana
  496. if [ $1 = 0 ] ; then
  497. %{_bindir}/uim-module-manager --unregister mana > /dev/null 2>&1
  498. fi
  499. %endif
  500. %if %{with emacsen}
  501. %post el
  502. if [ $1 = 2 ] ; then
  503. %_emacsenPackageRemove %{name}-el
  504. fi
  505. %_addemacsenlist %{name}-el
  506. %_emacsenPackageInstall %{name}-el
  507. %preun el
  508. if [ $1 = 0 ] ; then
  509. %_emacsenPackageRemove %{name}-el
  510. %_removeemacsenlist %{name}-el
  511. fi
  512. %endif
  513. %post m17n
  514. %{_datadir}/uim/update-installed-modules.sh --register m17nlib > /dev/null 2>&1
  515. %preun m17n
  516. if [ $1 = 0 ] ; then
  517. %{_bindir}/uim-module-manager --unregister m17nlib > /dev/null 2>&1
  518. fi
  519. %files -f %{name}.lang
  520. %defattr(-,root,root)
  521. %{!?_licensedir:%global license %%doc}
  522. %license COPYING
  523. %doc AUTHORS ChangeLog* NEWS README RELNOTE
  524. %config(noreplace) %{_sysconfdir}/sysconfig/uim
  525. %{_bindir}/uim-help
  526. %{_bindir}/uim-sh
  527. %{_bindir}/uim-module-manager
  528. %{_libdir}/*.so.*
  529. %{_datadir}/uim
  530. %exclude %{_datadir}/uim/anthy*.scm
  531. %exclude %{_datadir}/uim/skk*.scm
  532. %exclude %{_datadir}/uim/pixmaps/anthy.*
  533. %exclude %{_datadir}/uim/pixmaps/skk.*
  534. %if %{with canna}
  535. %exclude %{_datadir}/uim/canna*.scm
  536. %exclude %{_datadir}/uim/pixmaps/canna.*
  537. %endif
  538. %if %{with mana}
  539. %exclude %{_datadir}/uim/mana.scm
  540. %exclude %{_datadir}/uim/mana-*.scm
  541. %exclude %{_datadir}/uim/pixmaps/mana.*
  542. %endif
  543. %dir %{_libdir}/uim
  544. %dir %{_libdir}/uim/plugin
  545. %{_libdir}/uim/plugin/libuim-curl.so
  546. %{_libdir}/uim/plugin/libuim-custom-enabler.so
  547. %{_libdir}/uim/plugin/libuim-eb.so
  548. %{_libdir}/uim/plugin/libuim-editline.so
  549. %{_libdir}/uim/plugin/libuim-expat.so
  550. %{_libdir}/uim/plugin/libuim-ffi.so
  551. %{_libdir}/uim/plugin/libuim-fileio.so
  552. %{_libdir}/uim/plugin/libuim-lolevel.so
  553. %{_libdir}/uim/plugin/libuim-look.so
  554. %{_libdir}/uim/plugin/libuim-process.so
  555. %{_libdir}/uim/plugin/libuim-socket.so
  556. %{_libexecdir}/uim-helper-server
  557. %files xim
  558. %defattr(-,root,root)
  559. %doc xim/README
  560. %{_bindir}/uim-xim
  561. %{_mandir}/man1/uim-xim.1*
  562. %files gtk
  563. %defattr(-,root,root)
  564. %{_bindir}/uim-im-switcher-gtk
  565. %{_bindir}/uim-input-pad-ja
  566. %{_bindir}/uim-pref-gtk
  567. %{_bindir}/uim-toolbar-gtk
  568. %{_bindir}/uim-toolbar-gtk-systray
  569. %{_libexecdir}/uim-candwin-gtk
  570. %{_libexecdir}/uim-candwin-horizontal-gtk
  571. %{_libexecdir}/uim-candwin-tbl-gtk
  572. %{_libdir}/gtk-2.0/*/immodules/*.so
  573. %{_datadir}/applications/uim.desktop
  574. %files gtk3
  575. %defattr(-,root,root)
  576. %{_bindir}/uim-im-switcher-gtk3
  577. %{_bindir}/uim-input-pad-ja-gtk3
  578. %{_bindir}/uim-pref-gtk3
  579. %{_bindir}/uim-toolbar-gtk3
  580. %{_bindir}/uim-toolbar-gtk3-systray
  581. %{_libexecdir}/uim-candwin-gtk3
  582. %{_libexecdir}/uim-candwin-horizontal-gtk3
  583. %{_libexecdir}/uim-candwin-tbl-gtk3
  584. %{_libdir}/gtk-3.0/*/immodules/*.so
  585. %if %{with qt3}
  586. %files qt
  587. %defattr(-,root,root)
  588. # BSD and LGPLv2+
  589. %{_bindir}/uim-chardict-qt
  590. # BSD
  591. %{_bindir}/uim-im-switcher-qt
  592. # BSD and LGPLv2+
  593. %{_bindir}/uim-pref-qt
  594. # BSD
  595. %{_bindir}/uim-toolbar-qt
  596. %{_libexecdir}/uim-candwin-qt
  597. %{_qt3_plugindir}/inputmethods/*.so
  598. %endif
  599. %if %{with qt4}
  600. %files qt4
  601. %defattr(-,root,root)
  602. # BSD and LGPLv2+
  603. %{_bindir}/uim-chardict-qt4
  604. # BSD
  605. %{_bindir}/uim-im-switcher-qt4
  606. # BSD and LGPLv2+
  607. %{_bindir}/uim-pref-qt4
  608. # BSD
  609. %{_bindir}/uim-toolbar-qt4
  610. %{_libexecdir}/uim-candwin-qt4
  611. %{_qt4_plugindir}/inputmethods/*.so
  612. %endif
  613. %if %{with gnome}
  614. %files applet
  615. %defattr(-,root,root)
  616. %{_libexecdir}/uim-toolbar-applet-gnome3
  617. %{_datadir}/dbus-1/services/org.gnome.panel.applet.UimAppletFactory.service
  618. %{_datadir}/gnome-panel/4.0/applets/UimApplet.panel-applet
  619. %endif
  620. %if %{with kde}
  621. %files kde-applet
  622. %defattr(-,root,root)
  623. %{_libdir}/kde4/plasma_applet_uim.*
  624. %{_datadir}/kde4/services/plasma-applet-uim.desktop
  625. %endif
  626. %files fep
  627. %defattr(-,root,root)
  628. %license fep/COPYING
  629. %doc fep/README* fep/INSTALL
  630. %{_bindir}/uim-fep
  631. %{_bindir}/uim-fep-tick
  632. %files anthy
  633. %defattr(-,root,root)
  634. %{_libdir}/uim/plugin/libuim-anthy.so
  635. %{_libdir}/uim/plugin/libuim-anthy-utf8.so
  636. %{_datadir}/uim/anthy*.scm
  637. %{_datadir}/uim/pixmaps/anthy.*
  638. %if %{with canna}
  639. %files canna
  640. %defattr(-,root,root)
  641. %{_libdir}/uim/plugin/libuim-canna.so
  642. %{_datadir}/uim/canna*.scm
  643. %{_datadir}/uim/pixmaps/canna.*
  644. %endif
  645. %files skk
  646. %defattr(-,root,root)
  647. %{_libdir}/uim/plugin/libuim-skk.so
  648. %{_datadir}/uim/skk*.scm
  649. %{_datadir}/uim/pixmaps/skk.*
  650. %if %{with mana}
  651. %files mana
  652. %defattr(-,root,root)
  653. %{_libdir}/uim/plugin/libuim-mana.so
  654. %{_datadir}/uim/mana.scm
  655. %{_datadir}/uim/mana-*.scm
  656. %{_datadir}/uim/pixmaps/mana.*
  657. %endif
  658. %if %{with emacsen}
  659. %files el
  660. %defattr(-,root,root)
  661. %license emacs/COPYING
  662. %doc emacs/README*
  663. %{_bindir}/uim-el-agent
  664. %{_bindir}/uim-el-helper-agent
  665. %{_datadir}/emacs/site-lisp/uim-el
  666. %{emacsen_pkgdir}/*/%{name}-el
  667. %endif
  668. %files m17n
  669. %defattr (-, root, root, -)
  670. %license COPYING
  671. %doc AUTHORS ChangeLog* NEWS README
  672. %{_bindir}/uim-m17nlib-relink-icons
  673. %{_libdir}/uim/plugin/libuim-m17nlib.so
  674. %{_datadir}/uim/m17nlib.scm
  675. %dir %{_datadir}/uim
  676. %files devel
  677. %defattr(-,root,root)
  678. %doc doc/PLUGIN installed-doc/sigscheme
  679. %{_libdir}/*.so
  680. %{_libdir}/uim/plugin/*.so
  681. %{_includedir}/*.h
  682. %{_includedir}/uim
  683. %{_libdir}/pkgconfig/*
  684. %changelog
  685. * Sat May 19 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.8.8-1
  686. - update to 1.8.8
  687. - add Packager
  688. * Sat Mar 24 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.8.6-6.gitc79432c
  689. - update to current Git master
  690. - add BuildRequires: librsvg2
  691. - add BuildRequres: perl, ruby, asciidoc
  692. - add '--enable-maintainer-mode'
  693. - drop Patch1: upstream fixed (#76)
  694. * Thu Dec 14 2017 Toshiaki Ara <ara_t@384.jp> 1.8.6-5
  695. - add Patch1 (uim-gtk2_immodule_uim-cand-win-gtk.c.patch)
  696. - fix the issue that conversion candidates are not displayed
  697. * Thu Jul 28 2016 Toshiaki Ara <ara_t@384.jp> 1.8.6-4
  698. - add %{!?_licensedir:%global license %%doc}
  699. * Thu Jul 7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.6-3
  700. - rebuilt with new toolchain.
  701. * Thu Apr 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.8.6-2
  702. - fixed Requires in qt4 subpackage
  703. - used bcond macros
  704. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.6-1
  705. - new upstream release
  706. - drop %%{name}-applet subpackage
  707. * Sat Sep 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-4
  708. - rebuild with qt4-4.8.3
  709. * Tue Sep 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-3
  710. - rebuild with qt4-4.8.2
  711. * Sat Jan 7 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7.1-2
  712. - rebuilt with qt4-4.8.0
  713. * Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7.1-1
  714. - new upstream release
  715. - built with gtk3 and GNOME3
  716. * Tue Mar 8 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-2
  717. - rebuilt with qt4-4.7.2
  718. * Sun Jan 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-1
  719. - new upstream release
  720. - built with qt4-4.7.1
  721. * Sun Jan 2 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.0-4
  722. - build with eb 4.4.3
  723. * Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 1.6.0-3
  724. - rebuilt with rpm-4.8.1 for pkg-config
  725. * Mon Aug 30 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.0-2
  726. - apply vine-default for el subpackage
  727. - add vine-default-uim-el.el (Source4)
  728. - add uim-el-init.el (Source5)
  729. - update uim-el-{install,remove}.sh (Source1,2)
  730. - update BuildRequires for with_emacsen: emacsen to emacs
  731. - using emacsen_pkgdir rpm macro
  732. * Sat Aug 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.0-1
  733. - new upstream release
  734. - dropt Patch0
  735. - Obsoletes: uim-qt-common
  736. * Sun Jul 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.7-1
  737. - new upstream release
  738. - added Patch0
  739. - added BR: cmake
  740. - provides KDE4 applets
  741. - updated Qt version auto detection macros
  742. * Sun Jan 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.6-6
  743. - updated Qt version detection macros to build properly
  744. * Fri Jan 22 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.6-5
  745. - rebuilt with qt-4.6.1
  746. * Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.6-4
  747. - fixed kde-applet Requires:
  748. * Sat Oct 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.6-3
  749. - fixed kde-applet BR
  750. * Fri Oct 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.6-2
  751. - made uim-qt4, uim-qt-common sub-package
  752. * Thu Jul 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.6-1
  753. - applied new versioning policy, spec in UTF-8
  754. - new upstream release
  755. - disabled canna subpackage
  756. - added m17n subpackage
  757. - removed lib*.la, lib*.a from devel package
  758. * Sun Apr 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-1vl5
  759. - new upstream release
  760. * Sun Aug 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.1-0vl5
  761. - rebuild with qt-3.3.8-0vl2
  762. * Tue May 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl4
  763. - rebuild with new environment/toolchain
  764. * Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl3
  765. - rebuild with gtk+-2.10
  766. * Mon Mar 26 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-0vl2
  767. - add BuildConflicts: uim-devel < 1.4.0
  768. * Sun Mar 25 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-0vl1
  769. - upstream release
  770. * Sat Feb 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.0-0vl1
  771. - upstream release
  772. - run uim-module-manager with absolute path in %%install section
  773. - add '--disable-static' option to %%configure
  774. * Mon Dec 25 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3.1-0vl2
  775. - add Requires: manadic to uim-mana package
  776. - add Japanese summaries and descriptions
  777. - add new sub-package: uim-kde-applet
  778. * Fri Dec 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3.1-0vl1
  779. - upstream release
  780. * Sun Dec 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3.0-0vl1
  781. - upstream release
  782. - drop obsolete workaround-for-flashplayer.patch (patch11)
  783. * Sun Oct 29 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl6
  784. - add workaround-for-flashplayer.patch (svn trunk r3938:r3941)
  785. * Tue Sep 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl5
  786. - add support for immodule for Qt
  787. * Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl4.0qtimm.1
  788. - add Requires: %%{name}-qt-immodule (qt) if qtimm is enabled
  789. * Thu Sep 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl4.0qtimm
  790. - add support for immodule for Qt
  791. * Tue Sep 12 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl4
  792. - add --without-eb option to %%configure
  793. * Mon Sep 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl3
  794. - changed uim-el Group to Appliations/Editors/Emacs <BTS:VineLinux:163>
  795. - changed uim-applet Group to User Interface/Desktops
  796. * Fri Sep 01 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl2
  797. - add %%with_canna, %%with_gnome
  798. - use %%{_prefix}/lib instead of %%{_libdir} for elisp directory
  799. - for biarch support
  800. - update required gtk2 version (>= 2.8.13)
  801. - use %%{_sysconfdir}/gtk-2.0/%%{_arch}/gtk.immodules
  802. * Mon Aug 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl1
  803. - upstream release
  804. * Fri Aug 11 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.0-0vl1
  805. - upstream release
  806. - add Makefile.patch (patch1)
  807. * Sat Jul 08 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.1-0vl1
  808. - upstream release
  809. - drop Obsoletes: %%{name} < 1.0.0 from uim-mana
  810. - move %%postun el script to %%preun el
  811. * Sat Jun 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.0-0vl1
  812. - upstream release
  813. * Sun Jun 04 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.0-0vl0.0beta.1
  814. - add Requires(post): %{name} = %{version} for uim-gtk
  815. * Fri Jun 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.0-0vl0.0beta
  816. - update to uim-1.1.0-beta
  817. * Sun May 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.0-0vl0.0alpha.1
  818. - update uim-update-installed-modules.sh (source3) for uim-1.1.0-alpha
  819. * Sun May 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.0-0vl0.0alpha
  820. - update to uim-1.1.0-alpha
  821. - update desktop.patch (patch0), kanji-key.patch (patch10)
  822. - update %%files
  823. * Sun May 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-0vl5
  824. - fix %%preun script to avoid incorrect re-registration
  825. - add mana support
  826. * Wed Apr 12 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-0vl4
  827. - add uim-update-installed-modules.sh (source3)
  828. * Tue Jan 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-0vl3
  829. - fix typo
  830. - remove prime*.scm
  831. * Sat Dec 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-0vl2
  832. - separate uim-{anthy,canna,skk} sub-packages
  833. - update {installed-modules,loader}.scm at %%install
  834. * Fri Dec 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-0vl1
  835. - upstream release
  836. - drop anthy-use-with-vi.patch
  837. - update desktop.patch
  838. - change groups
  839. - add Requires: libgnomeui to uim-applet sub-package
  840. - add uim-gtk sub-package
  841. - move uim-*-gtk, uim.desktop from main package
  842. - move uim-candwin-gtk from uim-xim sub-package
  843. - add uim-qt sub-package
  844. - BuildRequires: qt-devel
  845. - Obsoletes/Provides: uim-qtkde-helper
  846. - add uim-el sub-package
  847. - add uim-el-{install,remove}.sh (source1,2)
  848. - BuildRequires: emacsen
  849. * Sat Oct 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.4.9.1-0vl1
  850. - [SECURITY] upstream release
  851. - fix privilege escalation
  852. - reverse-import desktop.patch (patch0) from momonga
  853. * Fri Sep 30 2005 Ichiro Nakai <ichiro@n.email.ne.jp>
  854. - (0.4.9.1-2m)
  855. - revise Patch10: uim-0.4.9.1-desktop.patch
  856. * Thu Sep 29 2005 Ichiro Nakai <ichiro@n.email.ne.jp>
  857. - (0.4.9.1-1m)
  858. - import and modify desktop.patch from VineSeedPlus
  859. * Sat Sep 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.4.9-0vl1
  860. - upstream release
  861. * Tue Aug 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.4.8-0vl1
  862. - upstream release
  863. - update anthy-use-with-vi patch (patch11)
  864. - implemented in svn r1197
  865. - update desktop.patch (patch0)
  866. * Sat Aug 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.4.7.1-0vl2
  867. - make uim-anthy friendly for vi users (patch11)
  868. - exit vi's insert mode and switch IM to Latin mode
  869. * Wed Aug 03 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.4.7.1-0vl1
  870. - upstream release
  871. * Sat Jul 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.4.7-0vl3
  872. - remove %%{_libdir}/uim/plugin/*.{a,la}
  873. - add doc/PLUGIN instead of doc/LIB (uim-devel)
  874. * Mon Jul 18 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.4.7-0vl2
  875. - update uim.desktop (patch0)
  876. * Sun Jul 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.4.7-0vl1
  877. - [SECURITY] new upstream release
  878. - use ja.po in source archive
  879. - add BuildRequires:
  880. - ncurses-devel, libbonoboui-devel, libgnomeui-devel, anthy-devel
  881. - add new files:
  882. - uim package:
  883. - %%{_bindir}/uim-pref-gtk
  884. - %%{_bindir}/uim-im-swicher-gtk (instead of uim-im-switcher)
  885. - %%{_libdir}/uim
  886. - %%{_datadir}/applications/uim.desktop
  887. - use %%find_lang macro
  888. - update kanji-key.patch (patch10)
  889. * Wed Oct 20 2004 IWAI, Masaharu <iwai@alib.jp> 0.4.5-0vl1
  890. - new upstream release
  891. - add new files:
  892. - uim package: uim-toolbar-gtk, uim-toolbar-gtk-systray
  893. uim-im-switcher and uim-input-pad-ja in %%{_bindir}
  894. - uim-xim package: %%{_bindir}/uim-candwin-gtk
  895. - uim-applet package: %%{_libexecdir}/uim-toolbar-applet
  896. - update ja.po ( Source10 ): based original po file
  897. - update kanji-key patch ( Patch10 )
  898. - drop unnecessary patches:
  899. - skk.scm patch ( Patch1 )
  900. - prime patch ( Patch2 )
  901. - xim_crash patch ( Patch3 )
  902. * Sat Sep 11 2004 IWAI, Masaharu <iwai@alib.jp> 0.4.3-0vl1
  903. - new upstream release
  904. - add some files in devel package
  905. - update ja.po ( Source10 )
  906. - update kanji-key patch ( Patch10 )
  907. - add skk.scm patch ( Patch1 ): from subversion repository ( [Anthy-dev 1029] )
  908. - add prime patch ( Patch2 ): from [Anthy-dev 1031]
  909. - add xim_crash patch ( Patch3 ): from [Anthy-dev 1033]
  910. * Wed Jun 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-0vl1
  911. - new upstream release
  912. - obsoletes uim-screen
  913. - add uim-fep
  914. * Mon Jun 14 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.9-0vl1
  915. - new upstream release
  916. * Tue May 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.8-0vl1
  917. - new upstream release
  918. * Mon May 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.7-0vl1
  919. - new upstream release
  920. * Thu May 6 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.6-0vl1
  921. - new upstream release
  922. * Wed Apr 7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.4.2-0vl1
  923. - new upstream release
  924. * Wed Apr 7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.4.1-0vl1
  925. - new upstream release
  926. * Sun Mar 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.3-0vl1
  927. - new upstream release
  928. * Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-0vl2
  929. - rebuild with gtk+-2.4.0
  930. - add Patch0 to use \$(GTK_VERSION) in gtk/Makefile
  931. * Sun Mar 7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-0vl1
  932. - new upstream release
  933. * Mon Mar 1 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.1-0vl1
  934. - new upstream release
  935. * Sun Feb 29 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.0.1-0vl1
  936. - new upstream release
  937. * Mon Feb 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.0-0vl1
  938. - new upstream release
  939. - add uim-screen subpackage
  940. - add documentations
  941. - drop obsolete patches
  942. * Thu Feb 05 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.8-0vl1
  943. - new upstream release
  944. * Tue Jan 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.7-0vl1
  945. - new upstream release
  946. * Sat Jan 24 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.5.2-0vl1
  947. - new upstream release
  948. * Mon Jan 12 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.4-0vl2
  949. - add %%{_includedir}/uim directory in uim-devel package
  950. - update URL and Source0 values: moved the project web site
  951. * Sun Jan 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.4-0vl1
  952. - new upstream release
  953. * Tue Jan 06 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.3.1-0vl1
  954. - new upstream release
  955. * Wed Dec 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.2-0vl1
  956. - new upstream release
  957. * Tue Dec 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.1-0vl1
  958. - new upstream release
  959. * Mon Dec 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-0vl1
  960. - new upstream release
  961. * Tue Dec 02 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.7-0vl1
  962. - new upstream release
  963. * Thu Nov 27 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.6-0vl1
  964. - new upstream release
  965. * Mon Nov 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.5-0vl1
  966. - new upstream release
  967. * Sun Nov 02 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.4.1-0vl1
  968. - new upstream release
  969. - split xim/uim-applet stuff to sub packages
  970. * Tue Oct 14 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.2-0vl1
  971. - new upstream release
  972. * Wed Oct 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.0-0vl2
  973. - add patch10 to use "Kanji" keysyms instead of "Zenkaku-Hankaku"
  974. - update ja.po
  975. * Wed Oct 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.0-0vl1
  976. - new upstream release
  977. - add patch0 to make status window smaller.
  978. * Sun Oct 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.9-0vl1
  979. - new upstream release
  980. * Mon Sep 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.8-0vl1
  981. - new upstream release
  982. * Sat Sep 27 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.7-0vl1
  983. - new upstream release
  984. * Sun Sep 14 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.6-0vl1
  985. - new upstream release
  986. - split development files to uim-devel subpackage.
  987. * Sun Sep 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.4-0vl1
  988. - new upstream release
  989. * Sat Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.2.1-0vl1
  990. - new upstream release
  991. * Fri Aug 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.1-0vl2
  992. - run ldconfig in %%post and %%postun script
  993. - remove uim entry from gtk.immodule when uim is removed
  994. * Fri Aug 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.1-0vl1
  995. - build for Vine Linux
  996. - add Japanese summary and description
  997. * Wed Aug 27 2003 Yuhei Matsunaga <yuhei@users.sourceforge.jp> 0.0.1-1
  998. - Version updated.
  999. - Added serial for version number.
  1000. - Added uim-comm-client and uim-comm-server.
  1001. * Fri Aug 15 2003 Yuhei Matsunaga <yuhei@users.sourceforge.jp> 2013-1
  1002. - Version updated.
  1003. - Added Japanese locale file.
  1004. * Tue Aug 12 2003 Yuhei Matsunaga <yuhei@users.sourceforge.jp> 2010-1
  1005. - Version updated.
  1006. * Sun Aug 10 2003 Yuhei Matsunaga <yuhei@users.sourceforge.jp> 2005-1
  1007. - Version updated.
  1008. - Removed --without-canna option at configure.
  1009. - Added Canna-devel to BuildRequires.
  1010. - Changed command for cleaning rpm_build_root because of the safety.
  1011. * Tue Aug 5 2003 Yuhei Matsunaga <yuhei@users.sourceforge.jp> 2002-1
  1012. - Version updated.
  1013. - Used _prefix variable.
  1014. - Added uim-xim.
  1015. - Added BuildRequires.
  1016. * Sat Jul 5 2003 Yuhei Matsunaga <yuhei@users.sourceforge.jp> 1928-1
  1017. - Version updated.
  1018. * Sat Jul 5 2003 Yuhei Matsunaga <yuhei@users.sourceforge.jp> 1903-1
  1019. - Version updated.
  1020. - Added description.
  1021. * Sat Dec 7 2002 TABATA Yusuke <yusuke@localhost.localdomain>
  1022. - Initial build.