Changed descriptions

This commit is contained in:
Bradley Bell 2004-05-22 23:43:06 +00:00
parent 9e217b256b
commit ded6d98b13
2 changed files with 18 additions and 12 deletions

View file

@ -1,3 +1,7 @@
2004-05-22 Bradley Bell <btb@icculus.org>
* rpm/d2x.spec.in: Changed descriptions
2004-05-22 Matthew Mueller <donut@dakotacom.net> 2004-05-22 Matthew Mueller <donut@dakotacom.net>
* arch/ogl/gr.c: fix compile when GL_NV_register_combiners isn't * arch/ogl/gr.c: fix compile when GL_NV_register_combiners isn't

View file

@ -10,7 +10,7 @@ Copyright: Freely Redistributable
Packager: btb@icculus.org Packager: btb@icculus.org
Group: Contrib/Games Group: Contrib/Games
Summary: The port of Descent 2 Version 1.2 for Linux. Summary: The port of Descent 2 for Linux.
Provides: d2x, descent2 Provides: d2x, descent2
URL: http://icculus.org/d2x/ URL: http://icculus.org/d2x/
@ -18,45 +18,45 @@ Source: d2x-%{version}.tar.gz
BuildRoot: /var/tmp/%name-buildroot BuildRoot: /var/tmp/%name-buildroot
%description %description
This is the port of Descent 2 Version 1.2, the famous 3D game for PC. This is the port of Descent 2, the famous 3D game for PC.
D2X is based on source code that was released the 14 December 1999 by D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation. Parallax Software Corporation.
To use this package you'll need the datafiles from the Retail version To use this package you'll need some datafiles installed in
of Descent 2 Version 1.2 installed in /usr/share/games/descent2. /usr/share/games/descent2. See installation.txt.
%package -n d2x-sdl %package -n d2x-sdl
Group: Contrib/Games Group: Contrib/Games
Summary: Descent 2 Version 1.2 for Linux, SDL version. Summary: Descent 2 for Linux, SDL version.
Provides: d2x-sdl Provides: d2x-sdl
Requires: d2x Requires: d2x
%description -n d2x-sdl %description -n d2x-sdl
This is the port of Descent 2 Version 1.2, the famous 3D game for PC. This is the port of Descent 2, the famous 3D game for PC.
D2X is based on source code that was released the 14 December 1999 by D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation. Parallax Software Corporation.
To use this package you'll need the datafiles from the Retail version To use this package you'll need some datafiles installed in
of Descent 2 Version 1.2 installed in /usr/share/games/descent2. /usr/share/games/descent2. See installation.txt.
This version uses SDL for Audio, Input/Output and graphics rendering. This version uses SDL for Audio, Input/Output and graphics rendering.
%package -n d2x-gl %package -n d2x-gl
Group: Contrib/Games Group: Contrib/Games
Summary: Descent 2 Version 1.2 for Linux, OpenGL version. Summary: Descent 2 for Linux, OpenGL version.
Provides: d2x-gl Provides: d2x-gl
Requires: d2x Requires: d2x
%description -n d2x-gl %description -n d2x-gl
This is the port of Descent 2 Version 1.2, the famous 3D game for PC. This is the port of Descent 2, the famous 3D game for PC.
D2X is based on source code that was released the 14 December 1999 by D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation. Parallax Software Corporation.
To use this package you'll need the datafiles from the Retail version To use this package you'll need some datafiles installed in
of Descent 2 Version 1.2 installed in /usr/share/games/descent2. /usr/share/games/descent2. See installation.txt.
This version uses SDL for Audio and Input/Output and OpenGL for graphics This version uses SDL for Audio and Input/Output and OpenGL for graphics
rendering. rendering.
@ -137,6 +137,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/games/d2x-gl.real /usr/games/d2x-gl.real
%changelog %changelog
* Thu Oct 16 2003 - Bradley Bell <btb@icculus.org>
- Changed descriptions
* Sun Jul 13 2003 - Paolo Ulivi <pulivi@libero.it> * Sun Jul 13 2003 - Paolo Ulivi <pulivi@libero.it>
- Build correctly with gcc3. - Build correctly with gcc3.
- Build all of the utilities and install manpages. - Build all of the utilities and install manpages.