gnuchess-vl.spec 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. Summary: The GNU chess program.
  2. Summary(ja): GNU チェスゲーム
  3. Name: gnuchess
  4. Version: 5.07
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Games
  8. URL: ftp://ftp.gnu.org/pub/gnu/chess/
  9. Source: ftp://ftp.gnu.org/pub/gnu/chess/%{name}-%{version}.tar.gz
  10. ##Source1: http://ftp.gnu.org/pub/gnu/chess/book_1.00.pgn.gz
  11. # use precompiled book.dat:
  12. Source1: http://ftp.gnu.org/pub/gnu/chess/book.dat.gz
  13. #Patch0: gnuchess-5.02-fsstnd.patch
  14. Patch1: gnuchess-5.06-bookpath.patch
  15. Patch2: gnuchess-5.07-common.patch
  16. Buildroot: %{_tmppath}/%{name}-%{version}-root
  17. Provides: chessprogram
  18. %description
  19. The gnuchess package contains the GNU chess program. By default,
  20. GNUchess uses a curses text-based interface. Alternatively, GNUchess
  21. can be used in conjunction with the xboard user interface and the X
  22. Window System for a graphical chessboard.
  23. Install the gnuchess package if you would like to play chess on your
  24. computer. If you'd like to use a graphical interface with GNUchess,
  25. you'll also need to install the xboard package and the X Window System.
  26. %description -l ja
  27. GNUチェスプログラムを含むパッケージです。デフォルトはテキストベースで
  28. すが、グラフィックチェス用のxboardインターフェイスと組み合わせることに
  29. より、グラフィカルに楽しめます。
  30. コンピュータ上でチェスを楽しみたいのであればこのパッケージをインストー
  31. ルしましょう。ただし、グラフィカルに楽しみたいのであれば、xbordとX
  32. Window Systemをあらかじめインストールしておいてください。
  33. %prep
  34. %setup -q -n %{name}-%{version}
  35. #%patch0 -p1 -b .fsp
  36. %patch1 -p1 -b .bp
  37. %patch2 -p1 -b .common
  38. gzip -dc %{SOURCE1} > book/book.dat
  39. %build
  40. %configure
  41. make
  42. %install
  43. rm -rf $RPM_BUILD_ROOT
  44. mkdir -p $RPM_BUILD_ROOT/var/lib/games/gnuchess $RPM_BUILD_ROOT/usr/bin
  45. install -m 755 src/gnuchess $RPM_BUILD_ROOT/usr/bin
  46. install -m 644 book/book.dat $RPM_BUILD_ROOT/var/lib/games/gnuchess
  47. cd $RPM_BUILD_ROOT
  48. strip usr/bin/gnuchess
  49. %clean
  50. rm -rf $RPM_BUILD_ROOT
  51. %files
  52. %defattr(-,root,root)
  53. %attr(2755,root,games) %{_bindir}/%{name}
  54. %dir /var/lib/games/%{name}
  55. %attr(664,root,games) /var/lib/games/%{name}/book.dat
  56. %doc doc/* COPYING
  57. %changelog
  58. * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.07-1vl5
  59. - applied new versioning policy
  60. - spec in UTF-8
  61. * Tue Jan 29 2008 Shu KONNO <owa@bg.wakwak.com> - 5.07-0vl1
  62. - updated gnuchess to 5.07
  63. - added gnuchess-5.07-common.patch
  64. * Mon Sep 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.06-2vl2
  65. - rebuilt with new toolchains
  66. - changed Group to Applications/Games
  67. * Thu Aug 14 2003 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  68. - Japanized this spec file.
  69. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  70. - rebuilt
  71. * Mon May 05 2003 Karsten Hopp <karsten@redhat.de> 5.06-1
  72. - update
  73. - precompile book.dat
  74. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  75. - rebuilt
  76. * Tue Nov 19 2002 Tim Powers <timp@redhat.com>
  77. - rebuild for all arches
  78. * Sat Jul 27 2002 Karsten Hopp <karsten@redhat.de>
  79. - compress SRPM with bzip2 to save some space
  80. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  81. - automated rebuild
  82. * Thu May 30 2002 Karsten Hopp <karsten@redhat.de>
  83. - remove obsolete Obsoletes: gnuchess
  84. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  85. - automated rebuild
  86. * Fri Jan 25 2002 Karsten Hopp <karsten@redhat.de>
  87. - Fix buffer overflow
  88. * Wed Jan 23 2002 Karsten Hopp <karsten@redhat.de> (5.02-4)
  89. - remove ExcludeArch Alpha
  90. * Wed Dec 19 2001 Karsten Hopp <karsten@redhat.de> 5.02-2
  91. - fix #57687 (book.dat not writable)
  92. * Wed Nov 28 2001 Karsten Hopp <karsten@redhat.de>
  93. - Update gnuchess to 5.02
  94. - added URL (#54612)
  95. - ExcludeArch alpha until the compiler is fixed
  96. * Wed Jul 07 2001 Karsten Hopp <karsten@redhat.de>
  97. - dir /usr/lib/games/gnuchess owned by this package
  98. * Sat Jul 07 2001 Karsten Hopp <karsten@redhat.de>
  99. - add BuildRequires (#45026)
  100. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  101. - automatic rebuild
  102. * Fri Jun 10 2000 Bill Nottingham <notting@redhat.com>
  103. - rebuid in new environment
  104. * Mon Apr 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  105. - Rebuild with new ncurses
  106. - do NOT update to 5.00 because it sucks: The UI is gone, the print
  107. tools are gone, and the Makefile contains DOS-specific instructions.
  108. * Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
  109. - handle compressed man pages
  110. * Sat Aug 14 1999 Bill Nottingham <notting@redhat.com>
  111. - provide chessprogram, don't require xboard
  112. * Fri Jul 29 1999 Bill Nottingham <notting@redhat.com>
  113. - update to 4.0pl80
  114. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  115. - auto rebuild in the new build environment (release 3)
  116. * Mon Jan 23 1999 Michael Maher <mike@redhat.com>
  117. - changed group name
  118. * Thu Dec 17 1998 Michael Maher <mike@redhat.com>
  119. - rebuilt for 6.0, cleaned up spec file.
  120. * Fri May 01 1998 Prospector System <bugs@redhat.com>
  121. - translations modified for de, fr, tr
  122. * Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
  123. - built against new ncurses
  124. * Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
  125. - BuildRoot'ed
  126. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  127. - built against glibc