Package perl-PHP-Serialization: Specfile

#
#   - PHP::Serialization -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       '--packager=Igor Vlasenko <viy@altlinux.ru>' --name PHP-Serialization --version 0.27 http://search.cpan.org/CPAN/authors/id/J/JB/JBROWN/php-serialization/PHP-Serialization-0.27.tar.gz
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module PHP-Serialization
%define m_distro PHP-Serialization
%define m_name PHP::Serialization
%define m_author_id unknown
%define _enable_test 1

Name: perl-PHP-Serialization
Version: 0.34
Release: alt1

Summary: converts the output of PHP's serialize() into the equivalent Perl memory structure, and vice versa

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Igor Vlasenko <viy@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org/CPAN/authors/id/J/JB/JBROWN/php-serialization/%m_distro-%version.tar.gz

Patch:	PHP-Serialization-0.27-alt-extra-tests.patch

# Automatically added by buildreq on Wed Sep 19 2007
BuildRequires: perl-devel

%description
Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa.

NOTE: Converts PHP arrays into Perl Arrays when the PHP array used exclusively numeric indexes, and into Perl Hashes then the PHP array did not.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%exclude %perl_vendor_archlib

%changelog
* Wed Sep 14 2011 Igor Vlasenko <viy@altlinux.ru> 0.34-alt1
- new version

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

* Wed Sep 03 2008 Igor Vlasenko <viy@altlinux.ru> 0.27-alt3
- removed perl dir ownership

* Fri Sep 21 2007 Igor Vlasenko <viy@altlinux.ru> 0.27-alt2
- fixed bug with negative numbers

* Wed Sep 19 2007 Igor Vlasenko <viy@altlinux.ru> 0.27-alt1
- first build for ALT Linux Sisyphus