ibus-anthy-vl.spec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
  2. %define git_source 0
  3. Name: ibus-anthy
  4. Version: 1.2.0.20100313
  5. Release: 1%{?_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. %if %{git_source}
  24. ./autogen.sh
  25. %endif
  26. %configure --disable-static
  27. make %{?_smp_mflags}
  28. %install
  29. rm -rf %{buildroot}
  30. make DESTDIR=%{buildroot} install
  31. %find_lang %{name}
  32. %clean
  33. rm -rf %{buildroot}
  34. %check
  35. make check
  36. %files -f %{name}.lang
  37. %defattr(-,root,root,-)
  38. %doc AUTHORS COPYING ChangeLog NEWS README
  39. %{_libexecdir}/ibus-engine-anthy
  40. %{_libexecdir}/ibus-setup-anthy
  41. %{python_sitearch}/*
  42. %dir %{_datadir}/ibus-anthy
  43. %{_datadir}/ibus-anthy/*
  44. %{_datadir}/ibus/component/anthy.xml
  45. %changelog
  46. * Fri Apr 16 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20100313-1
  47. - new upstream release
  48. * Sun Nov 29 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091127-1
  49. - new upstream release
  50. * Thu Oct 8 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090917-1
  51. - new upstream release
  52. * Thu Sep 17 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090907-1
  53. - new upstream release
  54. - update BuildRequires
  55. * Fri Aug 28 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090814-1
  56. - new upstream release
  57. * Sat Jun 20 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090603-1
  58. - new upstream release
  59. - add Packager tag
  60. * Sat Apr 4 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090402-1
  61. - new upstream release
  62. * Mon Feb 23 2009 IWAI, Masaharu <iwai@alib.jp> - 1.1.0.20090211-1
  63. - new upstream release
  64. * Mon Jan 26 2009 IWAI, Masaharu <iwai@alib.jp> - 0.1.1.20090126-1
  65. - initial release