Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 84615631bf72867b18b293bb50e8d614 > files > 6

dreamchess-0.2.0-1.src.rpm

Name:		dreamchess
Version:	0.2.0
Release:	%mkrel 1
Summary:	OpenGL chess game
License:	GPLv3+
URL:		http://www.dreamchess.org/
Group:		Games/Boards
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}-48.png
Patch0:		dreamchess-0.2.0-pthread.patch
Patch1:		dreamchess-0.2.0-sfmt.patch
BuildRequires:	mesagl-devel
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	jpeg-devel
BuildRequires:	png-devel
BuildRequires:	mxml-devel
BuildRequires:	zlib-devel
Requires:	%{name}-data = %{EVRD}

%description
DreamChess is a user interface for playing chess. It comes with its own
engine called Dreamer. Both DreamChess and Dreamer are compatible with the
xboard/Winboard chess engine communication protocol. This means that
DreamChess can be used with other xboard-compatible chess engines such as
crafty (ftp://ftp.cis.uab.edu/pub/hyatt/) and GNU Chess
(http://www.gnu.org/software/chess/). Similarly, the Dreamer chess engine can
be used with other xboard-compatible user interfaces such as xboard and
Winboard (http://www.tim-mann.org/xboard.html) and recent editions of the
commercial chess program Chessmaster (http://www.chessmaster.com/).

%package data
Summary:	Data files for DreamChess game
Group:		Games/Boards
BuildArch:	noarch
Requires:	%{name} = %{EVRD}

%description data
This package contains data files for DreamChess game.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std
%__install -pD -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
%__install -pD -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png

%clean
%__rm -rf %{buildroot}

%files
%doc README COPYING ChangeLog AUTHORS INSTALL
%{_gamesbindir}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/*

%files data
%{_gamesdatadir}/*



%changelog
* Wed Mar 14 2012 Andrey Bondrov <abondrov@mandriva.org> 0.2.0-1
+ Revision: 784922
- imported package dreamchess