tuxtype2-vl.spec 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. %define name tuxtype2
  2. %define version 1.5.3
  3. %define release 1%{?_dist_release}
  4. Summary: An educational typing tutor for children
  5. Summary(ja): 子供向けのタイピング練習ゲーム
  6. Name: %{name}
  7. Version: %{version}
  8. Release: %{release}
  9. Source0: %{name}-%{version}.tar.bz2
  10. Source1: tuxtype2.desktop
  11. License: GPL
  12. Group: Applications/Games
  13. URL: http://tuxtype.sourceforge.net/
  14. Requires: SDL >= 1.2.5, SDL_image >= 1.2.3
  15. Requires: SDL_mixer >= 1.2.5, SDL_ttf >= 2.0.5
  16. BuildRequires: SDL-devel >= 1.2.5, SDL_image-devel >= 1.2.3
  17. BuildRequires: SDL_mixer-devel >= 1.2.5, SDL_ttf-devel >= 2.0.5
  18. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  19. %description
  20. "Tux Typing" is an educational typing tutor for children. It features
  21. several different types of gameplay, at a variety of difficulty levels.
  22. %description -l ja
  23. Tux Typing は,子供向けのタイピング練習ゲームです。数種類の異なるゲームが
  24. 含まれていて、難易度も自由に選ぶことができます。
  25. %prep
  26. %setup
  27. %build
  28. %configure
  29. %__make
  30. %install
  31. %__rm -rf ${RPM_BUILD_ROOT}
  32. %makeinstall
  33. # install menu entry.
  34. %__install -d %{buildroot}%{_datadir}/applications
  35. %__install -p -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/
  36. # remove duplicated documents.
  37. %__rm -rf ${RPM_BUILD_ROOT}/usr/doc/tuxtype2
  38. %clean
  39. %__rm -rf ${RPM_BUILD_ROOT}
  40. %files
  41. %defattr(-,root,root)
  42. %doc AUTHORS COPYING ChangeLog INSTALL README TODO
  43. %doc tuxtype/docs/en/howtotheme.html tuxtype.lsm
  44. %{_bindir}/tuxtype2
  45. %{_datadir}/tuxtype2
  46. %{_datadir}/applications/tuxtype2.desktop
  47. %changelog
  48. * Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 1.5.3-1vl5
  49. - applied new versioning policy, spec in utf-8
  50. * Sun May 07 2005 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.5.3-0vl1
  51. - initial build for VineSeed Plus.