YAML::Tiny is a perl class for reading and writing YAML-style files,
written with as little code as possible, reducing load time and memory
overhead.
This commit is contained in:
parent
0b885cea9b
commit
6159ef4afe
@ -1 +1 @@
|
||||
YAML-Tiny-1.04.tar.gz
|
||||
YAML-Tiny-1.08.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-YAML-Tiny
|
||||
Version: 1.04
|
||||
Version: 1.08
|
||||
Release: 1%{?dist}
|
||||
Summary: Read/Write YAML files with as little code as possible
|
||||
License: GPL or Artistic
|
||||
@ -15,8 +15,9 @@ BuildRequires: perl(Test::Pod)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
YAML::Tiny is a perl class to read and write YAML-style files with as
|
||||
little code as possible, reducing load time and memory overhead.
|
||||
YAML::Tiny is a perl class for reading and writing YAML-style files,
|
||||
written with as little code as possible, reducing load time and
|
||||
memory overhead.
|
||||
|
||||
%prep
|
||||
%setup -q -n YAML-Tiny-%{version}
|
||||
@ -48,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sat May 19 2007 Steven Pritchard <steve@kspei.com> 1.08-1
|
||||
- Update to 1.08.
|
||||
- Update description.
|
||||
|
||||
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1.04-1
|
||||
- Specfile autogenerated by cpanspec 1.70.
|
||||
- Drop redundant perl build dependency.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user