SPECS: qtchess.spec - pl - no slashes in setup -n (breaks clean)

qboosh qboosh at pld-linux.org
Mon Apr 16 19:07:14 CEST 2007


Author: qboosh                       Date: Mon Apr 16 17:07:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- no slashes in setup -n (breaks clean)

---- Files affected:
SPECS:
   qtchess.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/qtchess.spec
diff -u SPECS/qtchess.spec:1.2 SPECS/qtchess.spec:1.3
--- SPECS/qtchess.spec:1.2	Sun Apr  8 15:40:45 2007
+++ SPECS/qtchess.spec	Mon Apr 16 19:07:09 2007
@@ -1,12 +1,11 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - polish description
 # - .desktop file as Source1
 #
 
-Summary:	QtChess
-Summary(pl.UTF-8):	Szachy napisane w Qt
+Summary:	QtChess - chess program with Qt user interface
+Summary(pl.UTF-8):	QtChess - szachy z interfejsem użytkownika opartym na Qt
 Name:		qtchess
 Version:	2.05
 Release:	1
@@ -22,15 +21,19 @@
 
 %description
 QtChess is the world's least powerful peer-to-peer Chess program.
-Written in C++, it has a 2-D Qt/OpenGL user interface and utilizes
+Written in C++, it has a 2D Qt/OpenGL user interface and utilizes
 TCP/IP for communications.
 
-#%description -l pl.UTF-8
+%description -l pl.UTF-8
+QtChess to program szachowy peer-to-peer o najmniejszych możliwościach
+na świecie. Jest napisany w C++, ma dwuwymiarowy interfejs użytkownika
+Qt/OpenGL i wykorzystuje do komunikacji protokół TCP/IP.
 
 %prep
-%setup -q -n scsi/backup/backup.d/%{name}2.d/
+%setup -q -c
 
 %build
+cd scsi/backup/backup.d/%{name}2.d
 export QTDIR=%{_prefix}
 qmake
 %{__make}
@@ -39,7 +42,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-install qtchess $RPM_BUILD_ROOT%{_bindir}
+install scsi/backup/backup.d/%{name}2.d/qtchess $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,9 +57,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/04/16 17:07:09  qboosh
+- pl
+- no slashes in setup -n (breaks clean)
+
 Revision 1.2  2007/04/08 13:40:45  shadzik
 - add TODO
 
 Revision 1.1  2007/04/08 13:39:23  shadzik
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qtchess.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list