|
|
@@ -34,7 +34,7 @@ Class: EVAL
|
|
|
Group: Language
|
|
|
License: PHP
|
|
|
Version: 5.0.0
|
|
|
-Release: 20040714
|
|
|
+Release: 20040725
|
|
|
|
|
|
# package options
|
|
|
%option with_calendar no
|
|
|
@@ -43,7 +43,6 @@ Release: 20040714
|
|
|
%option with_gd no
|
|
|
%option with_bdb no
|
|
|
%option with_debug no
|
|
|
-%option with_pdflib no
|
|
|
%option with_zlib no
|
|
|
%option with_bzip2 no
|
|
|
%option with_ssl no
|
|
|
@@ -87,7 +86,7 @@ Release: 20040714
|
|
|
%undefine with_gd
|
|
|
%define with_gd yes
|
|
|
%endif
|
|
|
-%if "%{with_mysql}" == "yes" || "%{with_pdflib}" == "yes" || "%{with_gd}" == "yes" || "%{with_dom}" == "yes"
|
|
|
+%if "%{with_mysql}" == "yes" || "%{with_gd}" == "yes" || "%{with_dom}" == "yes"
|
|
|
%undefine with_zlib
|
|
|
%define with_zlib yes
|
|
|
%endif
|
|
|
@@ -120,10 +119,6 @@ PreReq: gd >= 2.0.20, jpeg, png
|
|
|
BuildPreReq: db
|
|
|
PreReq: db
|
|
|
%endif
|
|
|
-%if "%{with_pdflib}" == "yes"
|
|
|
-BuildPreReq: pdflib, jpeg, png
|
|
|
-PreReq: pdflib, jpeg, png
|
|
|
-%endif
|
|
|
%if "%{with_zlib}" == "yes"
|
|
|
BuildPreReq: zlib
|
|
|
PreReq: zlib
|
|
|
@@ -329,11 +324,6 @@ AutoReqProv: no
|
|
|
%if "%{with_bzip2}" == "yes"
|
|
|
--with-bz2=%{l_prefix} \
|
|
|
%endif
|
|
|
-%if "%{with_pdflib}" == "yes"
|
|
|
- --with-pdflib=%{l_prefix} \
|
|
|
- --with-jpeg-dir=%{l_prefix} \
|
|
|
- --with-png-dir=%{l_prefix} \
|
|
|
-%endif
|
|
|
%if "%{with_ssl}" == "yes" || "%{with_openldap}" == "yes"
|
|
|
--with-openssl=%{l_prefix} \
|
|
|
%endif
|