Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37746131
en ru br
ALT Linux repos
S:0.22-alt1

Group :: Development/Perl
RPM: perl-Data-ObjectDriver

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
BuildRequires: perl(Module/Build.pm) perl(Test/Exception.pm) perl(Module/Build/Tiny.pm)
#
#   - Data-ObjectDriver -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       --spec-only Data::ObjectDriver
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Data-ObjectDriver
%define m_distro Data-ObjectDriver
%define m_name Data-ObjectDriver
%define m_author_id unknown
%define _enable_test 1

Name: perl-Data-ObjectDriver
Version: 0.21
Release: alt1

Summary: Simple, transparent data interface, with caching

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

Packager: Denis Baranov <baraka at altlinux.ru>

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/S/SI/SIXAPART/%{module}-%{version}.tar.gz

# Automatically added by buildreq on Thu Mar 10 2011

BuildRequires: libnss-role perl-Class-Accessor perl-Class-Data-Inheritable perl-Class-Trigger perl-DBI

%description
Data::ObjectDriver is an object relational mapper,
meaning that it maps object-oriented design concepts onto a relational database.

It's inspired by, and descended from, the MT::ObjectDriver classes
in Six Apart's Movable Type and TypePad weblogging products.
But it adds in caching and partitioning layers, allowing you
to spread data across multiple physical databases,
without your application code needing to know where the data is stored.

%prep
%setup -q -n %{module}-%{version}
%build
%perl_vendor_build

%install
%perl_vendor_install
rm -f %buildroot/%perl_vendor_privlib/Data/ObjectDriver/Driver/DBD/Oracle.pm
rm -f %buildroot/%perl_vendor_privlib/Data/ObjectDriver/Driver/DBD/SQLite.pm

%files
%doc ToDo README.md Changes
%perl_vendor_privlib/Data/ObjectDriver/*
%perl_vendor_privlib/Data/ObjectDriver.pm

%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