Пакет perl-JSON-DWIW: Specfile

#
#   - JSON-DWIW -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       JSON::DWIW
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module JSON-DWIW
%define m_distro JSON-DWIW
%define m_name Class::Accessor::Grouped
%define m_author_id DOWENS
%define _enable_test 1

Name: perl-JSON-DWIW
Version: 0.38
Release: alt1

Summary: Flexible and fast JSON converter for Perl

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/JSON-DWIW/

Packager: Michael Bochkaryov <misha@altlinux.ru>

Source: http://search.cpan.org//CPAN/authors/id/D/DO/DOWENS/%m_distro-%version.tar.gz

# Automatically added by buildreq on Sat Sep 06 2008 (-bi)
BuildRequires: perl-Math-BigInt perl-devel

%description
Other JSON modules require setting several parameters before
calling the conversion methods to do what I want.  This module
does things by default that I think should be done when working
with JSON in Perl.  This module also encodes and decodes faster
than JSON.pm and JSON::Syck in my benchmarks.

This means that any piece of data in Perl (assuming it's valid
unicode) will get converted to something in JSON instead of
throwing an exception.  It also means that output will be strict
JSON, while accepted input will be flexible, without having to
set any options.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_archlib/JSON*
%perl_vendor_autolib/JSON*
%exclude %perl_vendor_man3dir/*
%doc Artistic INSTALL README WhatsNew

%changelog
* Mon Sep 28 2009 Michael Bochkaryov <misha@altlinux.ru> 0.38-alt1
- 0.38 version
  + fixed build for x86_64
  + added ascii, bare_solidus, and minimal_escaping options
  + miscelaneous fixes - see WhatsNew file

* Sat Sep 06 2008 Michael Bochkaryov <misha@altlinux.ru> 0.27-alt1
- 0.27 version
  + documented the is_valid_utf8() method
  + added the upgrade_to_utf8() method
  + added shell-style comment support to the from_json() method
  + documented comment support
- fix directory ownership violation

* Thu Jul 31 2008 Michael Bochkaryov <misha@altlinux.ru> 0.26-alt1
- 0.26 version build
  + fixed number parsing bug (rt.cpan.org #37541)
  + documented utility functions

* Mon May 26 2008 Michael Bochkaryov <misha@altlinux.ru> 0.24-alt1
- 0.24 version

* Sun Apr 13 2008 Michael Bochkaryov <misha@altlinux.ru> 0.23-alt1
- first build for ALT Linux Sisyphus