Package perl-DBIx-Class: Specfile

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

%define module DBIx-Class
%define m_distro DBIx-Class
%define m_name DBIx::Class
%define m_author_id unknown
%def_enable test

Name: perl-DBIx-Class
Version: 0.07999_02
Release: alt1

Summary: %m_name - Extensible and flexible object <-> relational mapper

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

Packager: Sir Raorn <raorn@altlinux.ru>

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

# Automatically added by buildreq on Fri Mar 23 2007 (-bi)
BuildRequires: perl-Carp-Clan perl-Class-Accessor-Grouped perl-Class-C3 perl-Class-Inspector perl-Class-Trigger perl-DBD-Pg perl-DBD-SQLite perl-DBIx-ContextualFetch perl-Data-Page perl-DateTime-TimeZone perl-JSON perl-Module-Find perl-Module-Install perl-SQL-Abstract-Limit perl-SQL-Translator perl-Test-Pod perl-Test-Pod-Coverage perl-Text-CSV_XS perl-threads

%description
This is an SQL to OO mapper with an object API inspired by
Class::DBI (and a compatibility layer as a springboard for
porting) and a resultset API that allows abstract encapsulation
of database operations. It aims to make representing queries in
your code as perl-ish as possible while still providing access
to as many of the capabilities of the database as possible,
including retrieving related records from multiple tables in a
single query, JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and
HAVING support.

%prep
%setup -q -n DBIx-Class-%version

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/*

%files
%perl_vendor_privlib/*

%changelog
* Thu Mar 22 2007 Sir Raorn <raorn@altlinux.ru> 0.07999_02-alt1
- first build for ALT Linux Sisyphus