ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/llvm.spec
(Generate patch)

Comparing COMP/CMSDIST/llvm.spec (file contents):
Revision 1.9 by eulisse, Wed Mar 30 12:19:05 2011 UTC vs.
Revision 1.11 by eulisse, Wed Apr 13 08:09:25 2011 UTC

# Line 1 | Line 1
1 < ### RPM external llvm 2.9rc3
1 > ### RPM external llvm 2.9
2   ## INITENV +PATH LD_LIBRARY_PATH %i/lib64
3  
4   # s/#/S/ to use the official version.
5 < #ource0: http://llvm.org/releases/%realversion/llvm-%realversion.tgz
6 < #ource1: http://llvm.org/releases/%realversion/clang-%realversion.tgz
5 > Source0: http://llvm.org/releases/%realversion/llvm-%realversion.tgz
6 > Source1: http://llvm.org/releases/%realversion/clang-%realversion.tgz
7   # SVN builds. Comment out to use the official version.
8 < Source0: svn://llvm.org/svn/llvm-project/llvm/tags/RELEASE_29/rc3/?scheme=http&module=llvm-%realversion&output=/llvm-%realversion.tgz
9 < Source1: svn://llvm.org/svn/llvm-project/cfe/tags/RELEASE_29/rc3/?scheme=http&module=clang-%realversion&output=/clang-%realversion.tgz
10 < Patch0: llvm-2.9rc3-custom-gcc
8 > #Source0: svn://llvm.org/svn/llvm-project/llvm/tags/RELEASE_29/rc3/?scheme=http&module=llvm-%realversion&output=/llvm-%realversion.tgz
9 > #Source1: svn://llvm.org/svn/llvm-project/cfe/tags/RELEASE_29/rc3/?scheme=http&module=clang-%realversion&output=/clang-%realversion.tgz
10 > Patch0: llvm-2.9-custom-gcc
11  
12   %prep
13   %setup -T -b0 -n llvm-%realversion
# Line 31 | Line 31 | cd objs
31   make install
32   # Fix up a perl path
33   perl -p -i -e 's|^#!.*perl(.*)|#!/usr/bin/env perl$1|' %i/bin/llvm-config
34
35 case %cmsos in
36  osx*)
37    #Fix up install names for some of the libraries.
38    for x in BugpointPasses.dylib profile_rt.dylib LLVMHello.dylib
39    do
40      install_name_tool -change $x lib$x -id lib$x %i/lib/lib$x
41    done
42  ;;
43 esac

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines