Package perl-JSON-Any: Specfile

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

%define module JSON-Any
%define m_distro JSON-Any
%define m_name JSON-Any
%define m_author_id PERIGRIN
%define _enable_test 1

Name: perl-JSON-Any
Version: 1.22
Release: alt1.1

Summary: Wrapper Class for the various JSON classes

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

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: %m_distro-%version.tar.gz

# Automatically added by buildreq on Fri Apr 09 2010 (-bi)
BuildRequires: perl-JSON perl-JSON-DWIW perl-JSON-XS perl-Module-Install perl-YAML-Syck

%description
This module will provide a coherent API to bring together the various JSON
modules currently on CPAN. This module will allow you to code to any JSON API
and have it work regardless of which JSON module is actually installed.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/JSON*
%doc Changes README

%changelog
* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 1.22-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Fri Apr 09 2010 Alexey Tourbin <at@altlinux.ru> 1.22-alt1
- 1.21 -> 1.22

* Sat Oct 03 2009 Michael Bochkaryov <misha@altlinux.ru> 1.21-alt1
- 1.21 version

* Sat Sep 06 2008 Michael Bochkaryov <misha@altlinux.ru> 1.17-alt1
- 1.17 version
  * documentation indicating that allow_blessed works for most useful cases
	* support for obtaining the underlying representations for true/false in JSON
- fix directory ownership violation

* Mon May 26 2008 Michael Bochkaryov <misha@altlinux.ru> 1.16-alt1
- first build for ALT Linux Sisyphus