]> git.pld-linux.org Git - packages/php-pear-DB_DataObject.git/blame - php-pear-DB_DataObject.spec
- updated to 1.2
[packages/php-pear-DB_DataObject.git] / php-pear-DB_DataObject.spec
CommitLineData
3e3d8fc2
PG
1%include /usr/lib/rpm/macros.php
2%define _class DB
3%define _subclass DataObject
c15165d4 4%define _status stable
3e3d8fc2 5%define _pearname %{_class}_%{_subclass}
81c1f399
PG
6Summary: %{_pearname} - An SQL Builder, Object Interface to Database Tables
7Summary(pl): %{_pearname} - SQL Builder, obiektowy interfejs do tabel bazodanowych
3e3d8fc2 8Name: php-pear-%{_pearname}
7c1eef6d 9Version: 1.2
61437fc1 10Release: 1
3e3d8fc2
PG
11License: PHP 2.02
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
7c1eef6d 14# Source0-md5: aadd7b9f9ee50bff61d942d41c1e673c
3e3d8fc2 15URL: http://pear.php.net/
213922d3 16BuildRequires: rpm-php-pearprov >= 4.0.2-98
3e3d8fc2
PG
17Requires: php-pear
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22The core class is designed to be extended for each of your tables so
41a3ee94 23that you put the data logic inside the data classes. Included is a
3e3d8fc2
PG
24Generator to make your configuration files and your base classes.
25DataObject performs 2 tasks:
26 - Builds SQL statements based on the objects vars and the builder
27 methods,
41a3ee94
JB
28 - acts as a datastore for a table row.
29
c15165d4
PG
30This class has in PEAR status: %{_status}.
31
41a3ee94
JB
32%description -l pl
33