SPECS: doom3.spec - avoid shell expansion at build time

glen glen at pld-linux.org
Sat Nov 5 01:16:16 CET 2005


Author: glen                         Date: Sat Nov  5 00:16:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid shell expansion at build time

---- Files affected:
SPECS:
   doom3.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/doom3.spec
diff -u SPECS/doom3.spec:1.5 SPECS/doom3.spec:1.6
--- SPECS/doom3.spec:1.5	Fri Dec 10 00:12:07 2004
+++ SPECS/doom3.spec	Sat Nov  5 01:16:10 2005
@@ -15,7 +15,7 @@
 Summary(pl):	Doom III - trzecia część klasyki FPP z id Software
 Name:		doom3
 Version:	1.1.1286
-Release:	0.1
+Release:	0.2
 Vendor:		id Software
 License:	DOOM3
 Group:		Applications/Games
@@ -58,7 +58,7 @@
 install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
 
-cat << EOF > $RPM_BUILD_ROOT%{_bindir}/%{name}
+cat << 'EOF' > $RPM_BUILD_ROOT%{_bindir}/%{name}
 #!/bin/sh
 # Needed to make symlinks/shortcuts work.
 # the binaries must run with correct working directory
@@ -101,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/11/05 00:16:10  glen
+- avoid shell expansion at build time
+
 Revision 1.5  2004/12/09 23:12:07  paszczus
 - unifications
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/doom3.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list