|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-CSS-Minifier-XS
|
|
|
|
|
Version: 0.08
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 0.09
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
# lib/CSS/Minifier/XS.pm -> GPL+ or Artistic
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -19,11 +19,11 @@ BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
'CSS::Minifier::XS' is a CSS "minifier"; it's designed to remove un-
|
|
|
|
|
necessary whitespace and comments from CSS files, while also *not*
|
|
|
|
|
breaking the CSS. 'CSS::Minifier::XS' is similar in function to
|
|
|
|
|
'CSS::Minifier', but is substantially faster as it's written in XS and
|
|
|
|
|
not just pure Perl.
|
|
|
|
|
'CSS::Minifier::XS' is a CSS "minifier". It's designed to remove
|
|
|
|
|
unnecessary white-space and comments from CSS files, while also
|
|
|
|
|
*not* breaking the CSS. 'CSS::Minifier::XS' is similar in function
|
|
|
|
|
to 'CSS::Minifier', but is substantially faster as it's written
|
|
|
|
|
in XS and not just pure Perl.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -51,6 +51,10 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 03 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.09-1
|
|
|
|
|
- Update to 0.09
|
|
|
|
|
- Modify description to fix rpmlint warnings
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|