source: projects/specs/trunk/g/gnuchess/gnuchess-vl.spec @ 10494

Revision 10494, 5.8 KB checked in by tomop, 8 years ago (diff)

gnuchess-6.1.2-3

Line 
1Summary: The GNU chess program.
2Summary(ja): GNU チェスゲーム
3Name: gnuchess
4Version: 6.1.2
5Release: 3%{?_dist_release}
6
7License: GPLv3+
8Group: Applications/Games
9URL: ftp://ftp.gnu.org/pub/gnu/chess/
10
11Source: http://ftp.gnu.org/pub/gnu/chess/%{name}-%{version}.tar.gz
12#Source1: http://ftp.gnu.org/pub/gnu/chess/book_1.02.pgn.gz
13# use precompiled book.dat:
14Source1: book_1.02.dat.gz
15
16Buildroot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: ncurses-devel
18BuildRequires: readline-devel
19BuildRequires: flex
20Provides: chessprogram
21
22Distribution: Vine Linux
23Vendor: Project Vine
24Packager: inagaki, owa
25
26
27%description
28The gnuchess package contains the GNU chess program.  By default,
29GNUchess uses a curses text-based interface.  Alternatively, GNUchess
30can be used in conjunction with the xboard user interface and the X
31Window System for a graphical chessboard.
32
33Install the gnuchess package if you would like to play chess on your
34computer.  If you'd like to use a graphical interface with GNUchess,
35you'll also need to install the xboard package and the X Window System.
36
37%description -l ja
38GNUチェスプログラムを含むパッケージです。デフォルトはテキストベースで
39すが、グラフィックチェス用のxboardインターフェイスと組み合わせることに
40より、グラフィカルに楽しめます。
41
42コンピュータ上でチェスを楽しみたいのであればこのパッケージをインストー
43ルしましょう。ただし、グラフィカルに楽しみたいのであれば、xboardとX
44Window System をあらかじめインストールしておいてください。
45
46
47%prep
48%setup -q -n %{name}-%{version}
49gzip -dc %{SOURCE1} > book.dat
50
51%build
52%configure
53make %{?_smp_mflags}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57mkdir -p $RPM_BUILD_ROOT/var/lib/games/gnuchess $RPM_BUILD_ROOT%{_bindir}
58install -m 755 src/gnuchess $RPM_BUILD_ROOT%{_bindir}
59install -m 644 book.dat $RPM_BUILD_ROOT%{_var}/lib/games/gnuchess
60#Add gnuchess.ini, BZ 1075958
61mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnuchess/
62install -m 644 src/gnuchess.ini $RPM_BUILD_ROOT%{_datadir}/gnuchess/
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(-,root,root)
69%doc doc/* COPYING AUTHORS NEWS TODO README
70%attr(2755,root,games) %{_bindir}/%{name}
71%{_datadir}/gnuchess/gnuchess.ini
72%dir %{_var}/lib/games/%{name}
73%attr(664,root,games) %{_var}/lib/games/%{name}/book.dat
74
75%changelog
76* Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 6.1.2-3
77- rebuilt with new toolchain.
78
79* Thu Apr  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 6.1.2-2
80- rebuilt with readline 6.3
81
82* Tue Nov  4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 6.1.2-1
83- updated to 6.1.2
84
85* Tue Apr 19 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.07-4
86- add missing BuildRequires: flex
87
88* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.07-3
89- added Distribution and Vendor tag
90- rebuilt with current VineSeed
91
92* Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> - 5.07-2
93- added gnuchess-5.07-getline.patch
94- rebuilt with new environment
95
96* Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.07-1vl5
97- applied new versioning policy
98- spec in UTF-8
99
100* Tue Jan 29 2008 Shu KONNO <owa@bg.wakwak.com> - 5.07-0vl1
101- updated gnuchess to 5.07
102- added gnuchess-5.07-common.patch
103
104* Mon Sep 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.06-2vl2
105- rebuilt with new toolchains
106- changed Group to Applications/Games
107
108* Thu Aug 14 2003 Susumu Tanimura  <stanimura-ngs@umin.ac.jp>
109- Japanized this spec file.
110
111* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
112- rebuilt
113
114* Mon May 05 2003 Karsten Hopp <karsten@redhat.de> 5.06-1
115- update
116- precompile book.dat
117
118* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
119- rebuilt
120
121* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
122- rebuild for all arches
123
124* Sat Jul 27 2002 Karsten Hopp <karsten@redhat.de>
125- compress SRPM with bzip2 to save some space
126
127* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
128- automated rebuild
129
130* Thu May 30 2002 Karsten Hopp <karsten@redhat.de>
131- remove obsolete Obsoletes: gnuchess
132
133* Thu May 23 2002 Tim Powers <timp@redhat.com>
134- automated rebuild
135
136* Fri Jan 25 2002 Karsten Hopp <karsten@redhat.de>
137- Fix buffer overflow
138
139* Wed Jan 23 2002 Karsten Hopp <karsten@redhat.de> (5.02-4)
140- remove ExcludeArch Alpha
141
142* Wed Dec 19 2001 Karsten Hopp <karsten@redhat.de> 5.02-2
143- fix #57687  (book.dat not writable)
144
145* Wed Nov 28 2001 Karsten Hopp <karsten@redhat.de>
146- Update gnuchess to 5.02
147- added URL (#54612)
148- ExcludeArch alpha until the compiler is fixed
149
150* Wed Jul 07 2001 Karsten Hopp <karsten@redhat.de>
151- dir /usr/lib/games/gnuchess owned by this package
152
153* Sat Jul 07 2001 Karsten Hopp <karsten@redhat.de>
154- add BuildRequires  (#45026)
155
156* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
157- automatic rebuild
158
159* Fri Jun 10 2000 Bill Nottingham <notting@redhat.com>
160- rebuid in new environment
161
162* Mon Apr  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
163- Rebuild with new ncurses
164- do NOT update to 5.00 because it sucks: The UI is gone, the print
165  tools are gone, and the Makefile contains DOS-specific instructions.
166
167* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
168- handle compressed man pages
169
170* Sat Aug 14 1999 Bill Nottingham <notting@redhat.com>
171- provide chessprogram, don't require xboard
172
173* Fri Jul 29 1999 Bill Nottingham <notting@redhat.com>
174- update to 4.0pl80
175
176* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
177- auto rebuild in the new build environment (release 3)
178
179* Mon Jan 23 1999 Michael Maher <mike@redhat.com>
180- changed group name
181
182* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
183- rebuilt for 6.0, cleaned up spec file.
184
185* Fri May 01 1998 Prospector System <bugs@redhat.com>
186- translations modified for de, fr, tr
187
188* Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
189- built against new ncurses
190
191* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
192- BuildRoot'ed
193
194* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
195- built against glibc
Note: See TracBrowser for help on using the repository browser.