]> git.pld-linux.org Git - packages/php-pecl-dbx.git/blame - php-pecl-dbx.spec
- use new php extension related macros
[packages/php-pecl-dbx.git] / php-pecl-dbx.spec
CommitLineData
3f680b54
AG
1%define _modname dbx
2%define _status stable
3f680b54
AG
3Summary: %{_modname} - database abstraction functions
4Summary(pl): %{_modname} - funkcje abstrakcji baz danych
5Name: php-pecl-%{_modname}
6Version: 1.1.0
912a849b 7Release: 7
3f680b54
AG
8License: PHP 2.02
9Group: Development/Languages/PHP
10Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
11# Source0-md5: 82d1091c75e047c4a8f9aea7b279e13b
12URL: http://pecl.php.net/package/dbx/
3f680b54 13BuildRequires: php-devel >= 3:5.0.0
6b750153 14BuildRequires: rpmbuild(macros) >= 1.344
3b345264 15%{?requires_php_extension}
6b750153 16Requires: php-common >= 4:5.0.4
83550c6f 17Obsoletes: php-dbx
3f680b54
AG
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
3f680b54
AG
20%description
21The dbx module is a database abstraction layer. The dbx functions
22allow you to access all supported databases using a single calling
23convention. The dbx-functions themselves do not interface directly to
24the databases, but interface to the modules that are used to support
25these databases.
26
27The currently supported databases are MySQL, ODBC, Oracle (oci8), MS
28SQL Server, PostgreSQL, FrontBase, Sybase-CT and SQLite.
29
30In PECL status of this extension is: %{_status}.
31
32%description -l pl
33