|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-CSS-Tiny
|
|
|
|
Name: perl-CSS-Tiny
|
|
|
|
Version: 1.11
|
|
|
|
Version: 1.14
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Read/Write .css files with as little code as possible
|
|
|
|
Summary: Read/Write .css files with as little code as possible
|
|
|
|
|
|
|
|
|
|
|
@ -47,11 +47,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes LICENSE README test.css
|
|
|
|
%doc Changes LICENSE README
|
|
|
|
%{perl_vendorlib}/CSS/
|
|
|
|
%{perl_vendorlib}/CSS/
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
|
|
|
|
|
|
|
|
- Update to 1.14.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
|
|
|
|
* Sat May 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
|
|
|
|
- First build.
|
|
|
|
- First build.
|
|
|
|