Package perl-Data-Dump: Specfile

#
#   - Data::Dump -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#

%define module Data-Dump
%define m_distro Data-Dump
%define m_name Data::Dump
%define m_author_id unknown
%def_enable test

Name: perl-Data-Dump
Version: 1.11
Release: alt1

Summary: %m_name - Pretty printing of data structures

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/Data-Dump/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/G/GA/GAAS/%m_distro-%version.tar.gz

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

%description
This module provides a single function called dump() that takes a list
of values as its argument and produces a string as its result.  The string
contains Perl code that, when "eval"ed, produces a deep copy of the
original arguments.  The string is formatted for easy reading.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/Data*
%exclude %perl_vendor_man3dir/*
%doc Changes README

%changelog
* Sat Sep 13 2008 Michael Bochkaryov <misha@altlinux.ru> 1.11-alt1
- 1.11 version build
- fix directory ownership violation

* Wed Mar 21 2007 Sir Raorn <raorn@altlinux.ru> 1.08-alt1
- first build for ALT Linux Sisyphus