]> git.pld-linux.org Git - packages/php-pear-MDB2.git/blame - php-pear-MDB2.spec
- release .1
[packages/php-pear-MDB2.git] / php-pear-MDB2.spec
CommitLineData
d3772f7d
AG
1%include /usr/lib/rpm/macros.php
2%define _class MDB2
3%define _pearname %{_class}
bb491e32 4%define _status beta
d3772f7d
AG
5
6Summary: %{_pearname} - unified database API
7Summary(pl): %{_pearname} - zunifikowane API baz danych
8Name: php-pear-%{_pearname}
9Version: 2.0.0
ae29fd0b 10%define _pre beta2
5ef238f8 11Release: 0.%{_pre}.1
d3772f7d
AG
12Epoch: 1
13License: BSD style
14Group: Development/Languages/PHP
15Source0: http://pear.php.net/get/%{_pearname}-%{version}%{_pre}.tgz
ae29fd0b 16# Source0-md5: 202829a526d27207bc46823b3b5b8553
d3772f7d
AG
17URL: http://pear.php.net/package/MDB2/
18BuildRequires: rpm-php-pearprov >= 4.0.2-98
19Requires: php-pear
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24MDB2 is a merge of PEAR's DB and Metabases that provides a unified DB
25API. It also provides methods for DB portability and DB feature
26emulation. Most notably it features a DB independent XML-Schema
27manager.
28
3501cee2 29In PEAR status of this package is: %{_status}.
d3772f7d
AG
30
31%description -l pl
32