SPECS: python.spec - really expand

glen glen at pld-linux.org
Thu Jan 26 12:04:25 CET 2006


Author: glen                         Date: Thu Jan 26 11:04:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- really expand

---- Files affected:
SPECS:
   python.spec (1.250 -> 1.251) 

---- Diffs:

================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.250 SPECS/python.spec:1.251
--- SPECS/python.spec:1.250	Thu Jan 26 11:47:45 2006
+++ SPECS/python.spec	Thu Jan 26 12:04:14 2006
@@ -538,7 +538,7 @@
 
 # create several useful scripts, such as timeit.py, profile.py, pdb.py, smtpd.py
 for script in timeit profile pdb pstats smtpd; do
-    cat <<'END' > $RPM_BUILD_ROOT%{_bindir}/${script}$SCRIPT_EXT
+    cat <<END > $RPM_BUILD_ROOT%{_bindir}/${script}$SCRIPT_EXT
 #!/bin/sh
 exec %{_bindir}/python %{py_scriptdir}/${script}.pyc \${1:+"\$@"}
 END
@@ -821,6 +821,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.251  2006/01/26 11:04:14  glen
+- really expand
+
 Revision 1.250  2006/01/26 10:47:45  glen
 - $script needs to be expanded (thx wrobell)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python.spec?r1=1.250&r2=1.251&f=u



More information about the pld-cvs-commit mailing list