supertux-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Summary: Super Mario Bros like 2D jump 'n run sidescroller game.
  2. Summary(ja): スーパーマリオブラザース風の 2D 横スクロールゲーム
  3. Name: supertux
  4. Version: 0.1.3
  5. Release: 2%{?_dist_release}
  6. Source0: %{name}-%{version}.tar.bz2
  7. Patch0: supertux-0.1.3-gcc4.patch
  8. License: GPL
  9. Group: Applications/Games
  10. URL: http://super-tux.sf.net/
  11. Requires: mesa-libGL
  12. BuildRequires: SDL-devel >= 1.2.4
  13. BuildRequires: SDL_image-devel
  14. BuildRequires: SDL_mixer-devel >= 1.2.7
  15. BuildRequires: zlib-devel
  16. BuildRequires: xorg-x11-devel
  17. BuildRequires: mesa-libGL-devel
  18. BuildRequires: mesa-libGLU-devel
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. %description
  23. SuperTux is a 2D jump 'n run sidescroller game, with strong inspiration
  24. from the Super Mario Bros games for Nintendo.
  25. Run and jump through multiple worlds, fighting off enemies by jumping
  26. on them or bumping them from below. Grabbing power-ups and other stuff
  27. on the way.
  28. %description -l ja
  29. SuperTux は 任天堂のスーパーマリオブラザースから強い影響を浮けた
  30. 2D の横スクロールゲームです。
  31. 複数のステージを走ったりジャンプしたりしながら、敵の上にジャンプしたり
  32. 下から突き上げたりして戦うゲームです。また途中でパワーアップアイテムや
  33. その他のアイテムが手に入れられます。
  34. %prep
  35. %setup -q
  36. %patch0 -p0 -b .gcc4
  37. %build
  38. %configure \
  39. --disable-dependency-tracking \
  40. ;
  41. %__make
  42. %install
  43. %__rm -rf ${RPM_BUILD_ROOT}
  44. %makeinstall
  45. %clean
  46. %__rm -rf ${RPM_BUILD_ROOT}
  47. %files
  48. %defattr(-,root,root)
  49. %doc AUTHORS COPYING ChangeLog INSTALL LEVELDESIGN
  50. %doc NEWS README TODO
  51. %{_bindir}/supertux
  52. %{_datadir}/applications/supertux.desktop
  53. %{_datadir}/supertux
  54. %{_datadir}/pixmaps/supertux.png
  55. %changelog
  56. * Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.1.3-2
  57. - rebuild for Vine Linux 6
  58. - remove dependency information for Vine Linux 4
  59. - add Vendor and Distribution tag
  60. - add BuildRequires: mesa-libGLU-devel
  61. * Sun Jan 25 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.1.3-1
  62. - apply new versioning policy
  63. - spec in utf-8
  64. - apply supertux-0.1.3-gcc4.patch for vl5
  65. - added Requires:
  66. - mesa-libGL (for vl5)
  67. - XOrg-gl (for vl4)
  68. - added BuildRequires:
  69. - xorg-x11-devel (for vl5)
  70. - mesa-libGL-devel (for vl5)
  71. - XOrg-devel (for vl4)
  72. - XOrg-gl-devel (for vl4)
  73. * Sat Mar 10 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1.3-0vl1
  74. - initial build for Vine Linux