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