]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- for php module add php api requires
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 15 Sep 2005 19:02:33 +0000 (19:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.336

postgresql.spec

index faaa2cf0d2534cc4bc6c42ac1540577811e19ba5..960d16fcf8b1999b9530322805ced81c14559c15 100644 (file)
@@ -1,6 +1,7 @@
 #
 # TODO:
 # - pg_autovacuum init support? look at its readme file, please
+# - plphp has no files section
 #
 # Conditional build:
 %bcond_without tests                   # disable testing
@@ -58,7 +59,8 @@ BuildRequires:        openssl-devel >= 0.9.7d
 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
@@ -594,6 +596,7 @@ Summary:    PL/PHP - PostgreSQL procedural language
 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:
This page took 0.188887 seconds and 4 git commands to generate.