ibus-anthy-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. %define ver 1.2.6
  2. %define rel 2
  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. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-2
  44. - rebuild with python-2.7.2
  45. * Thu May 26 2011 IWAI, Masaharu <iwai@alib.jp> 1.2.6-1
  46. - new upstream release
  47. * Thu Dec 23 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.5-1
  48. - new upstream release
  49. * Wed Oct 20 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.3-1
  50. - new upstream release
  51. * Tue Jun 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-2
  52. - rebuild with anthy-9100h-8
  53. * Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.1-1
  54. - new upstream release
  55. - clean up:
  56. - drop unused git_source and python_sitearch
  57. * Fri Apr 16 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20100313-1
  58. - new upstream release
  59. * Sun Nov 29 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091127-1
  60. - new upstream release
  61. * Thu Oct 8 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090917-1
  62. - new upstream release
  63. * Thu Sep 17 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090907-1
  64. - new upstream release
  65. - update BuildRequires
  66. * Fri Aug 28 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090814-1
  67. - new upstream release
  68. * Sat Jun 20 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090603-1
  69. - new upstream release
  70. - add Packager tag
  71. * Sat Apr 4 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090402-1
  72. - new upstream release
  73. * Mon Feb 23 2009 IWAI, Masaharu <iwai@alib.jp> - 1.1.0.20090211-1
  74. - new upstream release
  75. * Mon Jan 26 2009 IWAI, Masaharu <iwai@alib.jp> - 0.1.1.20090126-1
  76. - initial release