xpuyopuyo-vl.spec 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Name: xpuyopuyo
  2. Version: 0.9.8
  3. Release: 1%{?_dist_release}
  4. Summary: Xpuyopuyo is a Tetris-like puzzle game
  5. Summary(ja): Xpuyopuyo はテトリスと似たパズルゲームです
  6. License: GPL2
  7. Group: Applications/Games
  8. Source: http://chaos2.org/%{name}/%{name}-%{version}.tar.gz
  9. Source1: xpuyopuyo.desktop
  10. URL: http://chaos2.org/xpuyopuyo/
  11. BuildPrereq: gtk+-devel glib-devel mikmod-devel desktop-file-utils
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. Xpuyopuyo is a Tetris-like puzzle game where you strive to match up four
  17. "blobs" of the same color. Each match gives you points, and also dumps gray
  18. rocks on your opponent which are irritating and troublesome to get rid of.
  19. Multiple matches at one time score more points, and result in more rocks
  20. being dumped on the opponent (much to their dismay). First person to fill
  21. up their screen with puyopuyo blobs loses.
  22. The game features an AI, and is capable of single-player, human-human play,
  23. human-AI gameplay, or AI-AI gameplay (demo mode). It will keep track of the
  24. total number of matches each player recieves, and the number of
  25. single-matches, double-matches, triple-matches, etc. as well.
  26. %description -l ja
  27. Xpuyopuyo は同じ色のブロックを並べる、テトリスに似たパズルゲームです。
  28. 一回並べるごとにポイントが入り、敵にはいらいらのもとになる邪魔な灰色の岩が
  29. 落ちます。一度にたくさん並べると多くの点が入り、たくさんの岩が敵に降ります。
  30. 一番早くpuyopuyoブロックをスクリーン一杯にためてしまった人が負けです。
  31. このゲームは AI を搭載しており、一人で遊ぶことも、人対人で遊ぶことも、人対
  32. AIで遊ぶことも、AI対AIでデモを行うこともできます。
  33. %prep
  34. %setup -q
  35. %build
  36. rm -rf $RPM_BUILD_ROOT
  37. %configure
  38. make
  39. %install
  40. make DESTDIR=$RPM_BUILD_ROOT install
  41. rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Games
  42. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
  43. desktop-file-install --vendor= \
  44. --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
  45. %{SOURCE1}
  46. %clean
  47. rm -rf $RPM_BUILD_ROOT
  48. %files
  49. %defattr(-,root,root)
  50. %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
  51. %{_bindir}/xpuyopuyo
  52. %{_mandir}/man6/*
  53. %{_datadir}/applications/xpuyopuyo.desktop
  54. #%{_datadir}/gnome/apps/Games/xpuyopuyo.desktop
  55. %{_datadir}/pixmaps/xpuyopuyo.xpm
  56. %{_datadir}/xpuyopuyo/
  57. %changelog
  58. * Wed Oct 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.9.5-1vl5
  59. - applied new versioning policy, spec in utf-8
  60. * Sat Feb 2 2002 Jun Nishii <jun@vinelinux.org> - 0.9.5-0vl1
  61. - updated to 0.9.8
  62. - changed Group to Applications/Games
  63. * Sat Feb 2 2002 Jun Nishii <jun@vinelinux.org> - 0.9.5-0vl1
  64. - ver.up
  65. * Thu Sep 21 2000 Jun Nishii <jun@vinelinux.org>
  66. - 0.9.2-0vl1
  67. - with gnome
  68. - build for Vine Linux 2.1
  69. * Fri Jan 14 2000 Jun Nishii <jun@vinelinux.org>
  70. - --without-gnome
  71. * Wed Jan 5 2000 Ian Macdonald <ian@caliban.org>
  72. - updated to 0.3.1
  73. * Sun Jan 2 2000 Ian Macdonald <ian@caliban.org>
  74. - updated to 0.3.0
  75. * Fri Dec 10 1999 Ian Macdonald <ian@caliban.org>
  76. - first RPM release (0.2.10)