X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=llvm.spec.in;h=d4ef08ae5ad3defe3af354cf27c5e78bfbcae39b;hp=d1f53cb2e452dab7253d141b4f39fcfedbb67eba;hb=1bfe978e5d0ac77f381b0ccef78204f7f3593a01;hpb=10e46630fb6b19a51f34211942f5f00a438508b4 diff --git a/llvm.spec.in b/llvm.spec.in index d1f53cb2e45..d4ef08ae5ad 100644 --- a/llvm.spec.in +++ b/llvm.spec.in @@ -1,7 +1,7 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: 0 -Summary: The Low Level Virtual Machine (An Optimizing Compiler Infrastructure) +Summary: LLVM (An Optimizing Compiler Infrastructure) License: University of Illinois/NCSA Open Source License Vendor: None (open source) Group: Development/Compilers @@ -15,8 +15,9 @@ BuildRequires: gcc >= 3.4 LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. LLVM is written in C++ and has been developed since 2000 at the University of -Illinois and Apple. It currently supports compilation of C and C++ programs, -using front-ends derived from GCC 3.4 and 4.0.2. The compiler infrastructure +Illinois and Apple. It currently supports compilation of C and C++ programs, +using front-ends derived from GCC 4.0.1. A new front-end for the C family of +languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality. @@ -64,3 +65,4 @@ rm -rf %{buildroot} * Mon Feb 09 2003 Brian R. Gaeke - Initial working version of RPM spec file. +