SPECS: postgresql.spec - for php module add php api requires
glen
glen at pld-linux.org
Thu Sep 15 21:02:39 CEST 2005
Author: glen Date: Thu Sep 15 19:02:39 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- for php module add php api requires
---- Files affected:
SPECS:
postgresql.spec (1.335 -> 1.336)
---- Diffs:
================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.335 SPECS/postgresql.spec:1.336
--- SPECS/postgresql.spec:1.335 Fri Aug 5 15:08:00 2005
+++ SPECS/postgresql.spec Thu Sep 15 21:02:33 2005
@@ -2,6 +2,7 @@
#
# TODO:
# - pg_autovacuum init support? look at its readme file, please
+# - plphp has no files section
#
# Conditional build:
%bcond_without tests # disable testing
@@ -59,7 +60,8 @@
BuildRequires: pam-devel
%{?with_perl:BuildRequires: perl-devel}
%if %{with php}
-BuildRequires: php-devel
+BuildRequires: php-devel >= 3:5.0.0
+BuildRequires: rpmbuild(macros) >= 1.238
%endif
%if %{with python}
BuildRequires: python >= 1:2.3
@@ -595,6 +597,7 @@
Summary(pl): PL/PHP - język proceduralny bazy danych PostgreSQL
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
+%{?requires_php_extension}
%description module-plphp
From PostgreSQL documentation:
@@ -1113,6 +1116,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.336 2005/09/15 19:02:33 glen
+- for php module add php api requires
+
Revision 1.335 2005/08/05 13:08:00 mwinkler
- BR for python-modules
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.335&r2=1.336&f=u
More information about the pld-cvs-commit
mailing list