spec file corrections from Edward Rudd (Closes: #55). This will be taken to

the trunk once things have stabilized.
This commit is contained in:
Bill Currie 2002-10-02 21:08:56 +00:00
parent bf194e074c
commit 113439e242

View file

@ -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
@ -427,8 +427,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}