jmode-vl.spec 867 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Summary: X Input Method Server for Japanese conversion system of Anthy
  2. Name: jmode
  3. Version: 0.7.6
  4. Release: 0vl1
  5. URL: http://sourceforge.jp/projects/anthy/
  6. Source0: %{name}-%{version}.tar.gz
  7. License: GPL
  8. Group: User Interface/X
  9. BuildRoot: %{_tmppath}/%{name}-root
  10. Requires: gtk2 >= 2.0, gnome-panel >= 2.0
  11. BuildRequires: gtk2-devel >= 2.0, gnome-panel >= 2.0
  12. %description
  13. X Input Method Server for Japanese conversion system of Anthy
  14. %prep
  15. %setup -q
  16. %build
  17. %configure
  18. make
  19. %install
  20. rm -rf %{buildroot}
  21. %makeinstall
  22. %{find_lang} %{name}
  23. %clean
  24. rm -rf %{buildroot}
  25. %files -f %{name}.lang
  26. %defattr(-,root,root)
  27. %doc README NEWS AUTHORS COPYING ChangeLog
  28. %{_bindir}/jmode*
  29. %{_libdir}/bonobo/servers/GNOME_JmodeApplet.server
  30. %{_libexecdir}/jmode*
  31. %{_datadir}/jmode
  32. %changelog
  33. * Sat Aug 30 2003 IWAI, Masaharu <iwai@alib.jp> 0.7.6-0vl1
  34. - initial build for Vine Linux