mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-12 04:12:13 +00:00
spec file corrections from Edward Rudd (Closes: #55). This will be taken to
the trunk once things have stabilized.
This commit is contained in:
parent
bf194e074c
commit
113439e242
1 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,7 @@ Source: %{name}-%{version}.tar.gz
|
|||
Group: Amusements/Games
|
||||
Copyright: GPL
|
||||
#Icon:
|
||||
Requires: quakeforge-common, quakeforge-client, quake-game
|
||||
Requires: quakeforge-common, quake-game
|
||||
BuildRoot: /var/tmp/%{name}-%{version}
|
||||
Summary: QuakeForge 3D game engine
|
||||
%description
|
||||
|
@ -427,8 +427,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%attr(-,root,root) %dir %{fs_sharepath}/id1
|
||||
|
||||
%post stub
|
||||
if test -f %{fs_sharepath}/id1/pak0.pak; then
|
||||
else
|
||||
if test ! -f %{fs_sharepath}/id1/pak0.pak; then
|
||||
echo Warning: %{fs_sharepath}/id1/pak0.pak not found
|
||||
echo Install either the shareware or registered quake data in
|
||||
echo %{fs_sharepath}
|
||||
|
|
Loading…
Reference in a new issue