Name: perl-Data-Pond Version: 0.004 Release: 1%{?dist} Summary: Perl-based open notation for data License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Pond/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Data-Pond-%{version}.tar.gz BuildRequires: perl >= 0:5.008 BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Classify) BuildRequires: perl(parent) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) Requires: perl(Carp) Requires: perl(Exporter) Requires: perl(Params::Classify) Requires: perl(XSLoader) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module is concerned with representing data structures in a textual notation known as "Pond" (Perl-based open notation for data). The notation is a strict subset of Perl expression syntax, but is intended to have language- independent use. It is similar in spirit to JSON, which is based on JavaScript, but Pond represents fewer data types directly. %prep %setup -q -n Data-Pond-%{version} %build %{__perl} Build.PL installdirs=vendor optimize="%{optimize}" ./Build %install ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check ./Build test %files %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Data* %{_mandir}/man3/* %changelog * Sun Mar 25 2012 Iain Arnell 0.004-1 - Specfile autogenerated by cpanspec 1.79.