1 Summary: Static and JIT research compiler infrastructure
5 License: U of Illinois/NCSA Open Source License
6 Group: Development/Languages
8 URL: http://llvm.cs.uiuc.edu/releases/index.html
9 #BuildRequires: llvm-gcc
11 BuildRoot: %{_tmppath}/%{name}-root
12 Requires: /sbin/ldconfig
15 LLVM is a new infrastructure designed for compile-time, link-time, runtime,
16 and "idle-time" optimization of programs from arbitrary programming languages.
17 LLVM is written in C++ and has been developed since 2000 at the
18 University of Illinois. It currently supports compilation of C and C++
19 programs, using front-ends derived from GCC 3.4.
28 --datadir=%{_datadir} \
29 --includedir=%{_includedir} \
35 make install DESTDIR=%{buildroot}
40 %post -p /sbin/ldconfig
42 %postun -p /sbin/ldconfig
45 %defattr(-, root, root)
46 %doc CREDITS.TXT LICENSE.TXT README.txt docs/*.{html,css,gif,jpg} docs/CommandGuide
54 * Mon Feb 09 2003 Brian R. Gaeke
55 - Initial working version of RPM spec file.