tuxtype-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. Summary: An educational typing tutor game starring Tux
  2. Summary(ja): Tux が主人公のタイピング練習ゲーム
  3. Name: tuxtype
  4. Version: 1.0.1
  5. Release: 1vl1
  6. License: GPL
  7. Group: Applications/Games
  8. Source0: http://prdownloads.sourceforge.net/tuxtype/tuxtype-%{version}.tar.gz
  9. ## Vine Patch(es)
  10. Patch100: tuxtype-1.0.1-dataprefix.patch
  11. URL: http://www.geekcomix.com/dm/tuxtype/
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildPreReq: SDL-devel >= 1.2.0, SDL_image-devel, SDL_mixer-devel
  14. BuildRequires: autoconf213
  15. %description
  16. Tux Typing is an educational typing tutor game starring Tux, the Linux
  17. penguin. It is graphical and requires SDL to run. This is a stable
  18. release.
  19. %description -l ja
  20. Tux Typing は,Linux ペンギンの Tux が活躍するタイピング練習ゲームです.
  21. 動作には SDL が必要となります.
  22. %prep
  23. %setup -q
  24. %patch100 -p1
  25. find . -type f | \
  26. xargs perl -p -i -e 's|\$\(prefix\)/tuxtype|\$\(datadir\)/tuxtype|'
  27. %build
  28. autoconf-2.13
  29. %configure
  30. make
  31. %install
  32. rm -rf %{buildroot}
  33. %makeinstall
  34. %clean
  35. rm -rf %{buildroot}
  36. %files
  37. %defattr(-,root,root)
  38. %doc AUTHORS COPYING ChangeLog INSTALL* README* TODO
  39. %doc tuxtype/*/README_*.TXT tuxtype/docs/*/index*
  40. %{_datadir}/tuxtype
  41. %{_bindir}/tuxtype
  42. %changelog
  43. * Sun Jul 2 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-1vl1
  44. - rebuilt with new toolchains
  45. - changed Group to Applications/Games
  46. - s/Copyright/License/
  47. * Tue Sep 25 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.1-1vl0
  48. - based on 1.0.1-1 and modified "arege" spec too much :-P
  49. * Wed Aug 01 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  50. Tweaked gameplay & menu speeds. Prep for 1.0 release
  51. * Fri Jul 27 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  52. Fixed word cascade LinuxPPC/Win32 crashing bug
  53. * Sun Jul 15 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  54. Added alpha blit option for fast word emphasis. Prepping for 1.0pre1 rel.
  55. * Fri Jul 13 2001 Jesse Andrews <jdandr2@pop.uky.edu>
  56. Fixed clipping blit bug as well as menu glitches
  57. * Sat Jul 07 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  58. Added preliminary theme support
  59. * Tue Jun 20 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  60. Added keyboard support to main menu
  61. * Sat Jun 16 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  62. Fixed tutorial screen crashing bug. Other minor work. Prepping for 0.9 rel.
  63. * Fri Jun 15 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  64. Better Kdevelop/SDL integration to fix non-POSIX OS support (first Win32 release).
  65. * Tue Jun 12 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  66. Further Tutorial stabilization work.
  67. * Sat Jun 09 2001 Jesse Andrews <jdandr2@sheffield.cslab.uky.edu>
  68. Fixed several small problems with Tutorial/Main screen bug.
  69. * Sat May 19 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  70. Fixed GIF->PNG and "yellow outline" in gameplay bugs.
  71. * Mon May 14 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  72. Packaged up the 0.8 release.
  73. * Fri May 04 2001 Sam "Criswell" Hart <criswell@geekcomix.com>
  74. RPM ChangeLog began. For previous changes, see ChangeLog.old