version 1.4.37b
[polyglot.git] / polyglot.spec
1 Summary: A Winboard protocol to UCI protocol adapter
2 Name: polyglot
3 Version: 1.4.37b
4 Release: 1
5 License: GPL
6 Group: Amusement/Games
7 URL: http://alpha.uhasselt.be/Research/Algebra/Toga
8
9 Source: http://alpha.uhasselt.be/Research/Algebra/Toga/polyglot-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12 %description
13 PolyGlot is a "UCI adapter".  It connects a GUI interface (such as
14  XBoard, Winboard, Arena or Chessbase) to a UCI chess engine.
15
16 %prep
17 %setup
18
19 %build
20 %configure 
21 %{__make}
22
23 %install
24 %{__rm} -rf %{buildroot}
25 %makeinstall
26
27 %clean
28 %{__rm} -rf %{buildroot}
29
30 %files
31 %defattr(-, root, root, 0755)
32 %doc %{_mandir}/man6/polyglot.6* 
33 %doc %{_docdir}/polyglot/README*
34 %doc %{_docdir}/polyglot/book_format.html
35 %{_bindir}/polyglot
36
37 %changelog
38 * Sat Jan 3 2009 Michel Van den Bergh <michel.vandenbergh@uhasselt.be> - 1.4w10UCIb10-1
39 - Initial spec file
40