From 113439e24291c74d1d45c615def0c6d0cf1689ed Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 2 Oct 2002 21:08:56 +0000 Subject: [PATCH] spec file corrections from Edward Rudd (Closes: #55). This will be taken to the trunk once things have stabilized. --- RPM/quakeforge.spec.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RPM/quakeforge.spec.in b/RPM/quakeforge.spec.in index cbcc1e47e..a559831b8 100644 --- a/RPM/quakeforge.spec.in +++ b/RPM/quakeforge.spec.in @@ -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}