|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-CSS-Tiny
|
|
|
|
|
Version: 1.18
|
|
|
|
|
Version: 1.19
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Read/Write .css files with as little code as possible
|
|
|
|
|
|
|
|
|
@ -16,8 +16,10 @@ BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Clone)
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
CSS::Tiny is a perl class to read and write .css stylesheets with as
|
|
|
|
|
CSS::Tiny is a perl class to read and write .css style-sheets with as
|
|
|
|
|
little code as possible, reducing load time and memory overhead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -48,6 +50,10 @@ make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 1.19-1
|
|
|
|
|
- Update to 1.19
|
|
|
|
|
- Add perl default filter
|
|
|
|
|
|
|
|
|
|
* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 1.18-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
|