Author: glen                         Date: Thu Mar  3 20:17:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 20110119

---- Files affected:
packages/closure-compiler:
   closure-compiler.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/closure-compiler/closure-compiler.spec
diff -u packages/closure-compiler/closure-compiler.spec:1.2 
packages/closure-compiler/closure-compiler.spec:1.3
--- packages/closure-compiler/closure-compiler.spec:1.2 Thu Mar  3 21:14:58 2011
+++ packages/closure-compiler/closure-compiler.spec     Thu Mar  3 21:17:00 2011
@@ -1,17 +1,16 @@
 # $Revision$, $Date$
 # TODO
 # - build from source
-# - NOTE: build-data.properties is included twice in .jar
 
 %include       /usr/lib/rpm/macros.java
 Summary:       Closure Compiler - JavaScript compressor
 Name:          closure-compiler
-Version:       20100201
-Release:       0.1
+Version:       20110119
+Release:       1
 License:       Apache v2.0
 Group:         Applications/WWW
 Source0:       
http://closure-compiler.googlecode.com/files/compiler-%{version}.tar.gz
-# Source0-md5: 71bb4f8975ffc81fd0b9a82e18318a49
+# Source0-md5: 1e88d14026e63051df2aa3a89c9efcf3
 Source1:       %{name}.sh
 URL:           http://closure-compiler.appspot.com/
 BuildRequires: rpm-javaprov
@@ -20,12 +19,13 @@
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Closure Compiler is a JavaScript optimizing compiler. It parses your
-JavaScript, analyzes it, removes dead code and rewrites and minimizes
-what's left. It also checks syntax, variable references, and types,
-and warns about common JavaScript pitfalls. It is used in many of
-Google's JavaScript apps, including Gmail, Google Web Search, Google
-Maps, and Google Docs.
+The Closure Compiler is a tool for making JavaScript download and run
+faster. It is a true compiler for JavaScript. Instead of compiling
+from a source language to machine code, it compiles from JavaScript to
+better JavaScript. It parses your JavaScript, analyzes it, removes
+dead code and rewrites and minimizes what's left. It also checks
+syntax, variable references, and types, and warns about common
+JavaScript pitfalls.
 
 %prep
 %setup -qc
@@ -54,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/03/03 20:17:00  glen
+- up to 20110119
+
 Revision 1.2  2011/03/03 20:14:58  glen
 - keep startup wrapper in separate source control
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/closure-compiler/closure-compiler.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to