mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 01:41:13 +00:00
merge in the changes on the release_0_5_2 branch in preparation for 0.5.3
This commit is contained in:
parent
1be25d5ddf
commit
74e56609b0
3 changed files with 14 additions and 8 deletions
|
@ -28,7 +28,7 @@ Source: %{name}-%{version}.tar.gz
|
||||||
Group: Amusements/Games
|
Group: Amusements/Games
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
#Icon:
|
#Icon:
|
||||||
Requires: quakeforge-common, quakeforge-client, quake-game
|
Requires: quakeforge-common, quake-game
|
||||||
BuildRoot: /var/tmp/%{name}-%{version}
|
BuildRoot: /var/tmp/%{name}-%{version}
|
||||||
Summary: QuakeForge 3D game engine
|
Summary: QuakeForge 3D game engine
|
||||||
%description
|
%description
|
||||||
|
@ -430,8 +430,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(-,root,root) %dir %{fs_sharepath}/id1
|
%attr(-,root,root) %dir %{fs_sharepath}/id1
|
||||||
|
|
||||||
%post stub
|
%post stub
|
||||||
if test -f %{fs_sharepath}/id1/pak0.pak; then
|
if test ! -f %{fs_sharepath}/id1/pak0.pak; then
|
||||||
else
|
|
||||||
echo Warning: %{fs_sharepath}/id1/pak0.pak not found
|
echo Warning: %{fs_sharepath}/id1/pak0.pak not found
|
||||||
echo Install either the shareware or registered quake data in
|
echo Install either the shareware or registered quake data in
|
||||||
echo %{fs_sharepath}
|
echo %{fs_sharepath}
|
||||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
quakeforge (0.5.2-1.1) frozen unstable; urgency=low
|
||||||
|
|
||||||
|
* The "It is a silly place" release.
|
||||||
|
* Fix /etc/quakeforge.conf to load the default plugin, like all the work on
|
||||||
|
the plugins made everyone think it would work. :)
|
||||||
|
|
||||||
|
-- Jeff Teunissen <deek@d2dc.net> Thu, 10 Oct 2002 00:54:23 -0400
|
||||||
|
|
||||||
quakeforge (0.5.2-1) frozen unstable; urgency=low
|
quakeforge (0.5.2-1) frozen unstable; urgency=low
|
||||||
|
|
||||||
* New release.
|
* New release.
|
||||||
|
|
9
debian/quakeforge.conf
vendored
9
debian/quakeforge.conf
vendored
|
@ -1,17 +1,16 @@
|
||||||
// QuakeForge Configuration
|
// QuakeForge Configuration
|
||||||
|
|
||||||
// Location of shared data
|
// Location of shared data
|
||||||
setrom fs_sharepath "/usr/share/games/quake"
|
set fs_sharepath "/usr/share/games/quake"
|
||||||
|
|
||||||
// Location of user's personal data
|
// Location of user's personal data
|
||||||
setrom fs_userpath "~/.quake"
|
set fs_userpath "~/.quakeforge"
|
||||||
|
|
||||||
// CD Audio
|
// CD Audio
|
||||||
set cd_plugin linux
|
set cd_plugin linux
|
||||||
|
|
||||||
// Uncomment one of these to choose audio support
|
// Digital sound output
|
||||||
//set snd_output oss
|
set snd_output default
|
||||||
//set snd_output alsa0_9
|
|
||||||
|
|
||||||
// Video defaults
|
// Video defaults
|
||||||
set vid_width 640
|
set vid_width 640
|
||||||
|
|
Loading…
Reference in a new issue