Package perl-Data-Dumper-Concise: Specfile

%define dist Data-Dumper-Concise
Name: perl-%dist
Version: 1.200
Release: alt1

Summary: Less indentation and newlines plus sub deparsing
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: %dist-%version.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Fri Apr 09 2010
BuildRequires: perl-Module-Install

%description
This module always exports a single function, Dumper, which can be called
with an array of values to dump those values or with no arguments to
return the Data::Dumper object it's created.

%prep
%setup -q -n %dist-%version
rm -r inc/

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes
%perl_vendor_privlib/Data*
%perl_vendor_privlib/Devel*

%changelog
* Fri Apr 09 2010 Alexey Tourbin <at@altlinux.ru> 1.200-alt1
- initial revision, for perl-DBIx-Class