Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37704476
en ru br
ALT Linux repos
S:1.02-alt1.1
5.0: 0.14-alt1.1

Group :: Development/Perl
RPM: perl-DBD-Multi

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
#
#   - 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: 1.02
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 at altlinux.ru>

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/D/DW/DWRIGHT/%{module}-%{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 perl(Test/TCP.pm)

%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 %{module}-%{version}
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README.md TODO
%perl_vendor_privlib/*
%exclude %perl_vendor_archlib

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin