Author: koorek Date: Wed Mar 2 03:56:25 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added rc-scripts (from 0.5.4) - subpackege added (cd-file) - added qwprogs.dat (needed by qw server) - TODO
---- Files affected: SPECS: quakeforge.spec (1.75 -> 1.76) ---- Diffs: ================================================================ Index: SPECS/quakeforge.spec diff -u SPECS/quakeforge.spec:1.75 SPECS/quakeforge.spec:1.76 --- SPECS/quakeforge.spec:1.75 Tue Mar 1 06:34:19 2005 +++ SPECS/quakeforge.spec Wed Mar 2 04:56:20 2005 @@ -1,5 +1,13 @@ # $Revision$, $Date$ # +# TODO: +# - check video/audio plugins usability +# - check game mods +# - cleanups +# - could some of 'proper license' guys check qwprogs.dat license? +# This file is freely available over the internet so it's at least +# distributable I think (this file is needed by QuakeWorld server) +# # Conditional build: %bcond_without alsa # without ALSA %bcond_without svga # without SVGAlib & 3dfx support @@ -8,13 +16,16 @@ Summary(pl): Silnik gry 3D bazujący na silniku Quake id Software Name: quakeforge Version: 0.5.5 -Release: 0.1 +Release: 0.6 License: GPL Group: Applications/Games Source0: http://dl.sourceforge.net/quake/%{name}-%{version}.tar.bz2 # Source0-md5: b750b491ce24135f1a4a1360029de3a2 Source1: %{name}.conf Source2: %{name}.png +Source3: nq-serverd +Source4: qw-serverd +Source5: qwprogs.dat #Patch0: %{name}-alsa.patch Patch1: %{name}-svga-noasm.patch #Patch2: %{name}-libdir.patch @@ -231,6 +242,21 @@ QuakeForge - wtyczka CD używająca mechanizmów charakterystycznych dla Linuksa. +%package cd-file +Summary: QuakeForge - File CD plugin +Summary(pl): QuakeForge - wtyczka CD +Group: Applications/Games +Requires: %{name}-common = %{version}-%{release} + +%description cd-file +QuakeForge - file based CD plugin, oggs, wavs and midis can be used +for background music. Default CD plugin for all platforms. + +%description cd-file -l pl +QuakeForge - oprta o pliki wtyczka CD, pliki ogg, wav i mid mogą +być użyte jako podkład muzyczny. Domyślna wtyczka CD dla wszystkich +platform. + %package cd-sdl Summary: QuakeForge - SDL CD plugin Summary(pl): QuakeForge - wtyczka CD dla SDL @@ -383,6 +409,8 @@ cd - install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} +install %{SOURCE3} %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/ +install %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/qw qfver="glx sdl sdl32 sgl x11" @@ -548,7 +576,7 @@ %attr(755,root,root) %{_bindir}/nq-server %attr(755,root,root) %{_libdir}/%{name}/console_server.so %{_datadir}/%{name}/qw/server.cfg -#%attr(754,root,root) /etc/rc.d/init.d/*-[!m]* +%attr(754,root,root) /etc/rc.d/init.d/*-[!m]* %files utils %defattr(644,root,root,755) @@ -614,6 +642,10 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/%{name}/cd_linux.so +%files cd-file +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/%{name}/cd_file.so + %files cd-sdl %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/%{name}/cd_sdl.so @@ -652,6 +684,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.76 2005/03/02 03:56:20 koorek +- added rc-scripts (from 0.5.4) +- subpackege added (cd-file) +- added qwprogs.dat (needed by qw server) +- TODO + Revision 1.75 2005/03/01 05:34:19 koorek - removed Source2 (no file) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/quakeforge.spec?r1=1.75&r2=1.76&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
