ibus-anthy-vl.spec 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. %define ver 1.2.6
  2. %define rel 1
  3. Name: ibus-anthy
  4. Version: %{ver}
  5. Release: %{rel}%{?_dist_release}
  6. Summary: The Anthy engine for IBus input platform
  7. License: GPLv2+
  8. Group: System Environment/Libraries
  9. URL: http://code.google.com/p/ibus/
  10. Source0: %{name}-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: gettext, libtool, python-devel >= 2.5, anthy-devel, swig
  13. Requires: ibus, anthy
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: iwaim
  17. %description
  18. The Anthy engine for iBus platform. It provides Japanese input method from
  19. libanthy.
  20. %prep
  21. %setup -q
  22. %build
  23. %configure --disable-static
  24. make %{?_smp_mflags}
  25. %install
  26. rm -rf %{buildroot}
  27. make DESTDIR=%{buildroot} install
  28. %find_lang %{name}
  29. %clean
  30. rm -rf %{buildroot}
  31. %check
  32. make check
  33. %files -f %{name}.lang
  34. %defattr(-,root,root,-)
  35. %doc AUTHORS COPYING ChangeLog NEWS README
  36. %{_libexecdir}/ibus-engine-anthy
  37. %{_libexecdir}/ibus-setup-anthy
  38. %{python_sitearch}/*
  39. %dir %{_datadir}/ibus-anthy
  40. %{_datadir}/ibus-anthy/*
  41. %{_datadir}/ibus/component/anthy.xml
  42. %changelog
  43. * Thu May 26 2011 IWAI, Masaharu <iwai@alib.jp> 1.2.6-1
  44. - new upstream release
  45. * Thu Dec 23 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.5-1
  46. - new upstream release
  47. * Wed Oct 20 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.3-1
  48. - new upstream release
  49. * Tue Jun 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-2
  50. - rebuild with anthy-9100h-8
  51. * Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.1-1
  52. - new upstream release
  53. - clean up:
  54. - drop unused git_source and python_sitearch
  55. * Fri Apr 16 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20100313-1
  56. - new upstream release
  57. * Sun Nov 29 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091127-1
  58. - new upstream release
  59. * Thu Oct 8 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090917-1
  60. - new upstream release
  61. * Thu Sep 17 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090907-1
  62. - new upstream release
  63. - update BuildRequires
  64. * Fri Aug 28 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090814-1
  65. - new upstream release
  66. * Sat Jun 20 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090603-1
  67. - new upstream release
  68. - add Packager tag
  69. * Sat Apr 4 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090402-1
  70. - new upstream release
  71. * Mon Feb 23 2009 IWAI, Masaharu <iwai@alib.jp> - 1.1.0.20090211-1
  72. - new upstream release
  73. * Mon Jan 26 2009 IWAI, Masaharu <iwai@alib.jp> - 0.1.1.20090126-1
  74. - initial release