mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
packaging menu.dat is currently not a good idea due to lack of a clean
place to put it. id1 and qw are essentially sacrosanct
This commit is contained in:
parent
fba516e70b
commit
eff63a6fe4
1 changed files with 2 additions and 3 deletions
|
@ -289,9 +289,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING INSTALL TODO doc/*
|
%doc COPYING INSTALL TODO doc/*
|
||||||
%attr(-,root,root) %dir %{fs_sharepath}
|
|
||||||
%attr(-,root,root) %dir %{fs_sharepath}/id1
|
|
||||||
%attr(-,root,root) %{fs_sharepath}/id1/menu.dat*
|
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
%attr(-,root,root) /etc/quakeforge.conf
|
%attr(-,root,root) /etc/quakeforge.conf
|
||||||
|
@ -426,6 +423,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(-,root,root) %{_prefix}/man/man1/qfvis.1.gz
|
%attr(-,root,root) %{_prefix}/man/man1/qfvis.1.gz
|
||||||
|
|
||||||
%files stub
|
%files stub
|
||||||
|
%attr(-,root,root) %dir %{fs_sharepath}
|
||||||
|
%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
|
||||||
|
|
Loading…
Reference in a new issue