Merging r258729:
[oota-llvm.git] / llvm.spec.in
index 1091f2d9f818ab56bffe14f45c7cbecd29d5c420..d4ef08ae5ad3defe3af354cf27c5e78bfbcae39b 100644 (file)
@@ -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.
 
+