Update to 1.19 and add default perl filter

epel9
Emmanuel Seyman 13 years ago
parent f22db4f793
commit c63010c00e

1
.gitignore vendored

@ -1,2 +1,3 @@
CSS-Tiny-1.15.tar.gz
/CSS-Tiny-1.18.tar.gz
/CSS-Tiny-1.19.tar.gz

@ -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

@ -1 +1 @@
f9a294ee9daf23eb0c11e96b7c4cd157 CSS-Tiny-1.18.tar.gz
f3f2f3d67d35d0e2b4c3b53c8b3f9483 CSS-Tiny-1.19.tar.gz

Loading…
Cancel
Save