]> git.pld-linux.org Git - packages/perl-JavaScript-Minifier.git/commitdiff
- up to 1.09 auto/th/perl-JavaScript-Minifier-1.09-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Jan 2014 10:12:58 +0000 (11:12 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Jan 2014 10:12:58 +0000 (11:12 +0100)
perl-JavaScript-Minifier.spec

index 76278159688f041e8d607055311c461f96f205d3..0697300a9bd27e0d9cefa912111dfdb6fa6d1362 100644 (file)
@@ -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}
This page took 0.105231 seconds and 4 git commands to generate.