SPECS: qtchess.spec (NEW) - initial

shadzik shadzik at pld-linux.org
Sun Apr 8 15:39:28 CEST 2007


Author: shadzik                      Date: Sun Apr  8 13:39:28 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   qtchess.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/qtchess.spec
diff -u /dev/null SPECS/qtchess.spec:1.1
--- /dev/null	Sun Apr  8 15:39:28 2007
+++ SPECS/qtchess.spec	Sun Apr  8 15:39:23 2007
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+
+Summary:	QtChess
+Summary(pl.UTF-8):	Szachy napisane w Qt
+Name:		qtchess
+Version:	2.05
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/qtchess/%{name}%{version}.d.tar
+# Source0-md5:	0aed29e2c8eb4c24f4a16861962b5228
+URL:		http://qtchess.sourceforge.net/
+BuildRequires:	qmake
+BuildRequires:	qt-devel
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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
+TCP/IP for communications.
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q -n scsi/backup/backup.d/%{name}2.d/
+
+%build
+export QTDIR=%{_prefix}
+qmake
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install qtchess $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/qtchess
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/08 13:39:23  shadzik
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list