X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=llvm.spec.in;h=d4ef08ae5ad3defe3af354cf27c5e78bfbcae39b;hp=1091f2d9f818ab56bffe14f45c7cbecd29d5c420;hb=777479f80202057f041683129d4fd9e574ffea79;hpb=422fa625d9bdc37ebba9fc8ce16f141ffa80fc58 diff --git a/llvm.spec.in b/llvm.spec.in index 1091f2d9f81..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.1. 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. +