]> git.pld-linux.org Git - packages/php-adodb.git/commitdiff
optional driver deps auto/th/php-adodb-5.18a-2
authorElan Ruusamäe <glen@delfi.ee>
Mon, 3 Feb 2014 15:12:22 +0000 (17:12 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 3 Feb 2014 15:12:22 +0000 (17:12 +0200)
php-adodb.spec

index 6e785517f8045ac87fa4f7e3c9fddd1f76ac718f..a1119d56b3f0b788c23c9bff79df0e5a11e3d9a7 100644 (file)
@@ -7,13 +7,13 @@
 
 %define                ver             %(echo %{version} | tr -d .)
 %define                pkgname adodb
-%define                php_min_version 5.2.0
+%define                php_min_version 5.2.3
 %include       /usr/lib/rpm/macros.php
 Summary:       Unique interface to access different SQL databases
 Summary(pl.UTF-8):     Jednolity inferfejs dostępu do baz danych SQL
 Name:          php-%{pkgname}
 Version:       5.18a
-Release:       1
+Release:       2
 License:       BSD-Style and LGPL
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/adodb/adodb%{ver}.tgz
@@ -41,6 +41,11 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _appdir         %{php_data_dir}/%{pkgname}
 %define                _noautoreq_pear \.\./.* adodb.* test.*
 
+# optional
+%define                _noautophp      php-sqlite php-pgsql php-mysql php-mysqli php-session
+
+%define                _noautoreq      %{?_noautophp}
+
 %description
 PHP's database access functions are not standardized. This creates a
 need for a database class library to hide the differences between the
This page took 0.027854 seconds and 4 git commands to generate.