Author: glen                         Date: Tue Nov  6 23:18:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, seems like missing files in tarball

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

---- Diffs:

================================================================
Index: SPECS/quetoo.spec
diff -u /dev/null SPECS/quetoo.spec:1.1
--- /dev/null   Wed Nov  7 00:18:30 2007
+++ SPECS/quetoo.spec   Wed Nov  7 00:18:24 2007
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:       Quetoo: quetoo for deathmatch haX0rs
+Name:          quetoo
+Version:       0.6.1
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Games
+Source0:       http://tastyspleen.net/~jdolan/%{name}-%{version}.tar.bz2
+# Source0-md5: 2255c1d9857c725f6e82662593fcb51e
+URL:           http://jdolan.dyndns.org/trac/wiki/Quetoo
+BuildRequires: OpenGL-GLX-devel
+BuildRequires: SDL-devel
+BuildRequires: mysql-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _gamelibdir     %{_libdir}/quetoo
+%define                _gamedatadir    %{_datadir}/quetoo
+%define                _gamehomedir    /var/games/quetoo
+
+%description
+This is a source port of id Software's Quake II. Initially a fork of
+the Quake2Forge project, this engine aims to provide security and
+performance enhancements. If you're looking for visual effect updates
+and gimmick features, run something else...
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --with-opengl \
+       --with-sdl \
+       --with-zlib \
+       --with-mysql \
+       --with-games='baseq2 ctf qmass'
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS HACKING README TODO
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/11/06 23:18:24  glen
+- new, seems like missing files in tarball
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to