]> git.pld-linux.org Git - packages/Sjeng-Free.git/commitdiff
- unbzip2ped patches, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 03:40:17 +0000 (03:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pl

Changed files:
    Sjeng-Free.spec -> 1.3

Sjeng-Free.spec

index bcc754f2305d6b2ca941a0c0fa9df08434600cb9..6428f2213866686edd7d8d4516c00e3997bcaa04 100644 (file)
@@ -1,18 +1,20 @@
 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)
 
@@ -22,12 +24,21 @@ like crazyhouse, bughouse, suicide (aka giveaway or anti-chess) and
 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
@@ -41,14 +52,14 @@ autoreconf --force --install
 
 %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
This page took 0.08198 seconds and 4 git commands to generate.