packages: jag/jag.spec (NEW) - added to cvs - problem with fonts in game
lisu
lisu at pld-linux.org
Thu Feb 4 11:35:46 CET 2010
Author: lisu Date: Thu Feb 4 10:35:46 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- added to cvs
- problem with fonts in game
---- Files affected:
packages/jag:
jag.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/jag/jag.spec
diff -u /dev/null packages/jag/jag.spec:1.1
--- /dev/null Thu Feb 4 11:35:46 2010
+++ packages/jag/jag.spec Thu Feb 4 11:35:40 2010
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+#
+# TODO: fix text display in the game
+#
+Summary: 2d arcade-puzzle game like KDiamonds
+Summary(pl.UTF-8): Logiczno-zręcznościowa gra podobna do KDiamonds
+Name: jag
+Version: 0.3.1
+Release: 0.1
+License: GPL
+Group: X11/Applications/Games
+Source0: %{name}-%{version}-src.zip
+# Source0-md5: 78a408629ca9858dc8279d9c124386f7
+Patch0: %{name}-paths.patch
+URL: http://jag.xlabsoft.com
+BuildRequires: OpenGL-GL-devel
+BuildRequires: OpenGL-GLU-devel
+BuildRequires: QtGui-devel
+BuildRequires: QtOpenGL-devel
+BuildRequires: QtXml-devel
+BuildRequires: SDL_mixer-devel
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+BuildRequires: sed >= 4.0
+BuildRequires: unzip
+BuildRequires: xorg-lib-libXrandr-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+JAG is an arcade-puzzle 2D game similar to KDiamonds, Cradle of Rome,
+Big Kahuna Reef etc. The aim of JAG is to break all of the target
+pieces on each level, and to do this before the time runs out.
+
+%description -l pl.UTF-8
+JAG jest logiczno-zręcznościową grą podobną do KDiamonds, Cradle of
+Rome, Big Kahuna Reef itp. Celem gry jest zniszczenie wszystkich
+elementów na danym poziomie oraz zmieszczenie się w wyznaczonych
+granicach czasu.
+
+%prep
+%setup -q -n %{name}-%{version}-src
+%patch0 -p1
+
+%build
+qmake-qt4
+%{__sed} -i 's,local/games,share,g;s,local/,,g' Makefile
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/jag
+%{_datadir}/%{name}
+
+%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 2010/02/04 10:35:40 lisu
+- added to cvs
+- problem with fonts in game
+
================================================================
More information about the pld-cvs-commit
mailing list