File: polyglot.spec

package info (click to toggle)
polyglot 2.0.4%2Bgit20210322-1
  • links: PTS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,284 kB
  • sloc: ansic: 10,443; sh: 3,711; makefile: 18
file content (42 lines) | stat: -rw-r--r-- 936 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Summary: A Winboard protocol to UCI protocol adapter
Name: polyglot
Version: 2.01
Release: 1
License: GPL
Group: Amusement/Games
URL: http://hgm.nubati.net/cgi-bin/gitweb.cgi

Source: http://hgm.nubati.net/polyglot/polyglot-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
PolyGlot is a "UCI adapter".  It connects a GUI interface (such as
 XBoard, Winboard, Arena or Chessbase) to a UCI chess engine.

%prep
%setup

%build
%configure 
%{__make}

%install
%{__rm} -rf %{buildroot}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc %{_mandir}/man6/polyglot.6* 
%doc %{_docdir}/polyglot/README*
%doc %{_docdir}/polyglot/book_format.html
%{_bindir}/polyglot

%changelog
* Sat Apr 18 2012 H.G.Muller <h.g.muller@hccnet.nl> - 2.0.1
- Start of new fork
* Sat Jan 3 2009 Michel Van den Bergh <michel.vandenbergh@uhasselt.be> - 1.4w10UCIb10-1
- Initial spec file