packages: perl-Data-ObjectDriver/perl-Data-ObjectDriver.spec - up to 0.09
zbyniu
zbyniu at pld-linux.org
Tue Jan 17 09:40:54 CET 2012
Author: zbyniu Date: Tue Jan 17 08:40:54 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.09
---- Files affected:
packages/perl-Data-ObjectDriver:
perl-Data-ObjectDriver.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/perl-Data-ObjectDriver/perl-Data-ObjectDriver.spec
diff -u packages/perl-Data-ObjectDriver/perl-Data-ObjectDriver.spec:1.2 packages/perl-Data-ObjectDriver/perl-Data-ObjectDriver.spec:1.3
--- packages/perl-Data-ObjectDriver/perl-Data-ObjectDriver.spec:1.2 Tue Aug 18 22:25:33 2009
+++ packages/perl-Data-ObjectDriver/perl-Data-ObjectDriver.spec Tue Jan 17 09:40:49 2012
@@ -9,13 +9,13 @@
Summary: Data::ObjectDriver - Simple, transparent data interface, with caching
#Summary(pl.UTF-8):
Name: perl-Data-ObjectDriver
-Version: 0.06
+Version: 0.09
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/Data/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: ff9a34c466b0e200b14b56e1aec8bcbf
+# Source0-md5: b7691b4b2b63a144cf98061546ef2e11
URL: http://search.cpan.org/dist/Data-ObjectDriver/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
@@ -32,21 +32,20 @@
%define _noautoreq 'perl(DBD::Oracle)' 'perl(DBI::db)'
%description
-Data::ObjectDriver is an object relational mapper, meaning that it maps
-object-oriented design concepts onto a relational database.
+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.
-
-It's currently considered ALPHA code. The API is largely fixed, but may seen
-some small changes in the future. For what it's worth, the likeliest area
-for changes are in the syntax for the search method, and would most
-likely not break much in the way of backwards compatibility.
-
-
+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.
+
+It's currently considered ALPHA code. The API is largely fixed, but
+may seen some small changes in the future. For what it's worth, the
+likeliest area for changes are in the syntax for the search method,
+and would most likely not break much in the way of backwards
+compatibility.
# %description -l pl.UTF-8
# TODO
@@ -55,17 +54,17 @@
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-%{__perl} Build.PL \
- destdir=$RPM_BUILD_ROOT \
- installdirs=vendor
-./Build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
-%{?with_tests:./Build test}
+%{?with_tests:%{__make} test}
%install
rm -rf $RPM_BUILD_ROOT
-./Build install
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@@ -83,9 +82,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2012/01/17 08:40:49 zbyniu
+- up to 0.09
+
Revision 1.2 2009/08/18 20:25:33 adamg
- do not generate dependencies on Oracle stuff
Revision 1.1 2009/08/18 20:15:31 adamg
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Data-ObjectDriver/perl-Data-ObjectDriver.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list