Author: glen                         Date: Mon Nov  1 14:51:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- real shebangs; rel 1 for testing

---- Files affected:
packages/llvm:
   llvm.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: packages/llvm/llvm.spec
diff -u packages/llvm/llvm.spec:1.14 packages/llvm/llvm.spec:1.15
--- packages/llvm/llvm.spec:1.14        Mon Nov  1 14:34:39 2010
+++ packages/llvm/llvm.spec     Mon Nov  1 15:51:24 2010
@@ -17,7 +17,7 @@
 Summary(pl.UTF-8):     Niskopoziomowa maszyna wirtualna (infrastruktura 
kompilatora optymalizującego)
 Name:          llvm
 Version:       2.8
-Release:       0.2
+Release:       1
 License:       University of Illinois/NCSA Open Source License
 Group:         Development/Languages
 Source0:       http://llvm.org/releases/%{version}/%{name}-%{version}.tgz
@@ -190,6 +190,11 @@
 mv clang-*.* tools/clang
 %patch3 -p1
 
+grep -rl /usr/bin/env tools utils | xargs sed -i -e '1{
+       s,^#!.*bin/env python,#!%{__python},
+       s,^#!.*bin/env perl,#!%{__perl},
+}'
+
 install -d obj
 
 %build
@@ -385,6 +390,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2010/11/01 14:51:24  glen
+- real shebangs; rel 1 for testing
+
 Revision 1.14  2010/11/01 13:34:39  glen
 - up to 2.8, large merges from fc git spec
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/llvm/llvm.spec?r1=1.14&r2=1.15&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to