Author: qboosh Date: Fri Jan 4 03:40:23 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - unbzip2ped patches, cleanup - pl
---- Files affected: SPECS: Sjeng-Free.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/Sjeng-Free.spec diff -u SPECS/Sjeng-Free.spec:1.2 SPECS/Sjeng-Free.spec:1.3 --- SPECS/Sjeng-Free.spec:1.2 Sun Nov 18 14:30:48 2007 +++ SPECS/Sjeng-Free.spec Fri Jan 4 04:40:17 2008 @@ -1,19 +1,21 @@ # $Revision$, $Date$ Summary: Chess program that plays many variants +Summary(pl.UTF-8): Program szachowy grający w wiele wariantów Name: Sjeng-Free Version: 11.2 Release: 1 License: GPL v2 -Group: Applications/Games/Boards +Group: Applications/Games Source0: http://www.sjeng.org/ftp/%{name}-%{version}.tar.gz # Source0-md5: 6561e740b7af703c16701304697d2870 Source1: %{name}.6 Source2: %{name}-README -Patch0: %{name}-cleanup.patch.bz2 -Patch1: %{name}-FHS.patch.bz2 +Patch0: %{name}-cleanup.patch +Patch1: %{name}-FHS.patch URL: http://sjeng.org/ BuildRequires: automake BuildRequires: gdbm-devel +BuildRequires: perl-base Provides: chess_backend Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -23,12 +25,21 @@ losers. It can also play variants which have the same rules as normal chess, but a different starting position. It uses the XBoard/WinBoard interface by Tim Mann, so it can be used with xboard or eboard. It is -also capable of playing on internet chess servers. +also capable of playing on Internet chess servers. + +%description -l pl.UTF-8 +Sjeng to program szachowy grający w zwykłe szachy, a także wiele +wariantów, takich jak crazyhouse, kloc (bughouse), antyszachy (znane +także jako szybka szpila; ang. suicide chess, giveaway, anti-chess, +loser's chess). Potrafi także grać w warianty z normalnymi regułami, +ale inną pozycją początkową. Wykorzystuje interfejs XBoard/WinBoard +Tima Manna, więc może być używany wraz z xboard lub eboard. Potrafi +także grać z wykorzystaniem internetowych serwerów szachowych. %prep %setup -q -%patch0 -p1 -b .cleanup -%patch1 -p1 -b .fhs +%patch0 -p1 +%patch1 -p1 cp %{SOURCE2} README.debian # (Abel) supress annoying rpmlint warning message @@ -42,14 +53,14 @@ %install rm -rf $RPM_BUILD_ROOT -install -d ${RPM_BUILD_ROOT}{%{_datadir}/sjeng,%{_sysconfdir},%{_mandir}/man6} +install -d $RPM_BUILD_ROOT{%{_datadir}/sjeng,%{_sysconfdir},%{_mandir}/man6} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install sjeng.rc ${RPM_BUILD_ROOT}%{_sysconfdir} -install books/*.opn ${RPM_BUILD_ROOT}%{_datadir}/sjeng -install %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man6/sjeng.6 +install sjeng.rc $RPM_BUILD_ROOT%{_sysconfdir} +install books/*.opn $RPM_BUILD_ROOT%{_datadir}/sjeng +install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man6/sjeng.6 %clean rm -rf $RPM_BUILD_ROOT @@ -69,9 +80,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-04 03:40:17 qboosh +- unbzip2ped patches, cleanup +- pl + Revision 1.2 2007-11-18 13:30:48 blues - typo Revision 1.1 2007-11-18 13:18:31 blues - initial release, based on MDK spec, patches from MDK - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Sjeng-Free.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
