Пакет perl-DBD-Multi: Specfile

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

%define module DBD-Multi
%define m_distro DBD-Multi
%define m_name DBD::Multi
%define m_author_id DWRIGHT
%define _enable_test 1

Name: perl-%m_distro
Version: 0.18
Release: alt1

Summary: Manage Multiple Data Sources with Failover and Load Balancing

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/DBD-Multi/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/D/DW/DWRIGHT/DBD-Multi-%{version}.tar.gz

# Automatically added by buildreq on Mon May 26 2008
BuildRequires: perl-Class-Accessor perl-DBD-File perl-DBD-SQLite perl-Module-Install perl-Sys-SigAction perl-Test-Exception perl-Test-Pod perl-Test-Pod-Coverage

%description
This software manages multiple database connections for failovers and also simple load balancing. It acts as a proxy between your code and your database connections, transparently choosing a connection for each query, based on your preferences and present availability of the DB server.

This module is intended for read-only operations (where some other application is being used to handle replication).

This software does not prevent write operations from being executed. This is left up to the user.

The interface is nearly the same as other DBI drivers with one notable exception.

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

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%exclude %perl_vendor_archlib

%changelog
* Wed Jul 24 2013 Igor Vlasenko <viy@altlinux.ru> 0.18-alt1
- automated CPAN update

* Mon Sep 19 2011 Igor Vlasenko <viy@altlinux.ru> 0.16-alt1
- automated CPAN update

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

* Fri Jul 16 2010 Igor Vlasenko <viy@altlinux.ru> 0.15-alt1
- automated CPAN update

* Mon Oct 06 2008 Igor Vlasenko <viy@altlinux.ru> 0.14-alt1.1
- NMU for unknown reason:
  the person above was too neglectant to add --changelog "- NMU: <reason>" option.

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