scim-uim-vl.spec 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Summary: SCIM-UIM input method engine which use uim library as the backend
  2. Summary(ja): バックエンドとして uim ライブラリを使った SCIM-UIM インプットメソッドエンジン
  3. Name: scim-uim
  4. Version: 0.2.0
  5. Release: 5%{?_dist_release}
  6. License: GPL
  7. Group: System Environment/Libraries
  8. URL: http://scim.freedesktop.org/
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Source0: http://prdownloads.sourceforge.net/scim/%{name}-%{version}.tar.gz
  12. Patch0: scim-uim-0.2.0-include.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: scim-devel >= 1.4.4
  15. BuildRequires: uim-devel >= 1.2.0
  16. Requires: scim >= 1.4.4
  17. Requires: uim >= 1.2.0
  18. %description
  19. This is a SCIM IMEngine module which uses UIM input method library
  20. as the backend.
  21. %description -l ja
  22. バックエンドとして uim ライブラリを使った SCIM-UIM インプットメソッド
  23. エンジンのモジュールです。
  24. %prep
  25. %setup -q
  26. %patch0 -p1 -b .include
  27. %build
  28. %configure --disable-static
  29. make
  30. %install
  31. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
  32. make DESTDIR=%{buildroot} install
  33. %clean
  34. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root)
  37. %doc AUTHORS COPYING ChangeLog NEWS README THANKS
  38. %{_libdir}/scim-1.0/1.4.0/IMEngine/uim.so
  39. %exclude %{_libdir}/scim-1.0/1.4.0/IMEngine/uim.la
  40. %dir %{_datadir}/scim
  41. %dir %{_datadir}/scim/icons
  42. %{_datadir}/scim/icons/scim-uim.png
  43. %changelog
  44. * Fri Jul 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.0-5
  45. - rebuilt with new toolchain.
  46. * Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-4
  47. - rebuild with libpng-1.6.12
  48. * Sat Aug 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-3
  49. - rebuilt with uim-1.6.0
  50. - updated Patch0
  51. * Sat Oct 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-2
  52. - rebuilt with uim-1.5.6 (added Patch0 for building uim-1.5.6)
  53. * Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.0-1vl5
  54. - new upstream release
  55. - build with uim-1.4.2
  56. - removed *.la
  57. - applied new versioning policy, spec in utf-8
  58. * Sat Aug 12 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.1.4-0vl3
  59. - rebuild with uim-1.2.0
  60. - update URL (source0)
  61. - update Requires: uim, BuildRequires: uim-devel (>= 1.2.0)
  62. * Sun Jul 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.4-0vl2
  63. - changed Group to System Environment/Libraries
  64. * Sun Jun 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.4-0vl1
  65. - new upstream release
  66. - build with scim-1.4.4/uim-1.1.0
  67. * Fri Oct 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.1.3-0vl2
  68. - add Japanese summary and description
  69. * Wed Sep 8 2004 IWAI, Masaharu <iwai@alib.jp> 0.1.3-0vl1
  70. - initial build