[packages/perl-JavaScript-Minifier] - up to 1.09

arekm arekm at pld-linux.org
Sat Jan 25 11:13:00 CET 2014


commit a66b9798f15ce65ba497b7157744ee4cfe194f3a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Jan 25 11:12:58 2014 +0100

    - up to 1.09

 perl-JavaScript-Minifier.spec | 30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)
---
diff --git a/perl-JavaScript-Minifier.spec b/perl-JavaScript-Minifier.spec
index 7627815..0697300 100644
--- a/perl-JavaScript-Minifier.spec
+++ b/perl-JavaScript-Minifier.spec
@@ -6,15 +6,14 @@
 %define		pnam	Minifier
 %include	/usr/lib/rpm/macros.perl
 Summary:	JavaScript::Minifier - Perl extension for minifying JavaScript code
-#Summary(pl.UTF-8):	
 Name:		perl-JavaScript-Minifier
-Version:	1.05
+Version:	1.09
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/JavaScript/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	14c1fa2fcf76c97de4d0fe0d8d7fc145
+# Source0-md5:	63f58ce5929780e3bd5273eeadd56b25
 # generic URL, check or change before uncommenting
 #URL:		http://search.cpan.org/dist/JavaScript-Minifier/
 BuildRequires:	perl-devel >= 1:5.8.0
@@ -25,17 +24,24 @@ BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module removes unnecessary whitespace from JavaScript code. The primary requirement developing this module is to not break working code: if working JavaScript is in input then working JavaScript is output. It is ok if the input has missing semi-colons, snips like '++ +' or '12 .toString()', for example. Internet Explorer conditional comments are copied to the output but the code inside these comments will not be minified.
+This module removes unnecessary whitespace from JavaScript code. The
+primary requirement developing this module is to not break working
+code: if working JavaScript is in input then working JavaScript is
+output. It is ok if the input has missing semi-colons, snips like '++
++' or '12 .toString()', for example. Internet Explorer conditional
+comments are copied to the output but the code inside these comments
+will not be minified.
 
-The ECMAScript specifications allow for many different whitespace characters: space, horizontal tab, vertical tab, new line, carriage return, form feed, and paragraph separator. This module understands all of these as whitespace except for vertical tab and paragraph separator. These two types of whitespace are not minimized.
+The ECMAScript specifications allow for many different whitespace
+characters: space, horizontal tab, vertical tab, new line, carriage
+return, form feed, and paragraph separator. This module understands
+all of these as whitespace except for vertical tab and paragraph
+separator. These two types of whitespace are not minimized.
 
-For static JavaScript files, it is recommended that you minify during the build stage of web deployment. If you minify on-the-fly then it might be a good idea to cache the minified file. Minifying static files on-the-fly repeatedly is wasteful.
-
-
-
-
-# %description -l pl.UTF-8
-# TODO
+For static JavaScript files, it is recommended that you minify during
+the build stage of web deployment. If you minify on-the-fly then it
+might be a good idea to cache the minified file. Minifying static
+files on-the-fly repeatedly is wasteful.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-JavaScript-Minifier.git/commitdiff/a66b9798f15ce65ba497b7157744ee4cfe194f3a



More information about the pld-cvs-commit mailing list