ibus-m17n-vl.spec 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. %define ver 1.3.0
  2. %define rel 2
  3. Summary: The M17N engine for IBus platform
  4. Name: ibus-m17n
  5. Version: %{ver}
  6. Release: %{rel}%{?_dist_release}
  7. Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
  8. License: GPLv2+
  9. Group: System Environment/Libraries
  10. URL: http://code.google.com/p/ibus/
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: ibus-devel >= 1.2.0
  13. BuildRequires: m17n-lib-devel
  14. Requires: ibus
  15. Requires: m17n-lib m17n-db
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: iwaim
  19. %description
  20. M17N engine for IBus input platform. It allows input of many launguaes using
  21. the input table maps from m17n-db.
  22. %prep
  23. %setup -q
  24. %build
  25. %configure
  26. %{__make} %{?_smp_mflags}
  27. %install
  28. %{__rm} -rf ${RPM_BUILD_ROOT}
  29. make install DESTDIR=${RPM_BUILD_ROOT}
  30. %find_lang %{name}
  31. %clean
  32. %{__rm} -rf ${RPM_BUILD_ROOT}
  33. %check
  34. make check
  35. %files -f %{name}.lang
  36. %defattr(-,root,root)
  37. %doc AUTHORS COPYING ChangeLog NEWS README
  38. %{_libexecdir}/ibus-engine-m17n
  39. %{_datadir}/ibus/component/m17n.xml
  40. %{_datadir}/ibus-m17n
  41. %changelog
  42. * Thu Aug 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3.0-2
  43. - rebuilt with ibus-1.3.9
  44. * Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
  45. - new upstream release
  46. * Mon Jan 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091217-1
  47. - new upstream release
  48. - add BuildRequires: ibus-devel >= 1.2.0: fix <BTS:VineLinux:902>
  49. * Thu Oct 8 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090930-1
  50. - new upstream release
  51. * Thu Sep 17 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090617-1
  52. - new upstream release
  53. - add Packager tag
  54. * Wed Apr 1 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090211-1
  55. - initial relase