Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 0d63abda7f9758536d976670281f89fd > files > 2

perl-Chess-Play-0.50.0-1.mga2.src.rpm

%define upstream_name    Chess-Play
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    Play chess games, calculate legal moves, use a search algorithm
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Chess/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch: noarch

%description
This module allows to play a chess game using STDIN or the xboard graphical
interface. Il also can calculate legal moves and uses the Alpha-Beta search
algorithm to find the best move.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog

* Sat Dec 03 2011 kharec <kharec> 0.50.0-1.mga2
+ Revision: 175652
- imported package perl-Chess-Play


* Sat Dec 03 2011 cpan2dist 0.05-1mga
- initial mageia release, generated with cpan2dist