3:6b1fa51d98b6 | 4:0ffb6997e353 |
---|---|
29 Packager: OpenPKG Foundation e.V. | 29 Packager: OpenPKG Foundation e.V. |
30 Distribution: OpenPKG Community | 30 Distribution: OpenPKG Community |
31 Class: BASE | 31 Class: BASE |
32 Group: Web | 32 Group: Web |
33 License: PHP | 33 License: PHP |
34 Version: 5.4.5 | 34 Version: 5.4.8 |
35 Release: 20120800 | 35 Release: 20120800 |
36 | 36 |
37 # package options | 37 # package options |
38 %option with_bc no | 38 %option with_bc no |
39 %option with_bdb no | 39 %option with_bdb no |
76 %option with_ssl no | 76 %option with_ssl no |
77 %option with_tidy no | 77 %option with_tidy no |
78 %option with_versioning no | 78 %option with_versioning no |
79 %option with_wddx no | 79 %option with_wddx no |
80 %option with_xml no | 80 %option with_xml no |
81 %option with_xmlwriter no | |
81 %option with_xslt no | 82 %option with_xslt no |
82 %option with_zlib no | 83 %option with_zlib no |
83 %option with_zip no | 84 %option with_zip no |
84 | 85 |
85 # fixing implicit extension dependencies and correlations | 86 # fixing implicit extension dependencies and correlations |
193 PreReq: imap, openssl | 194 PreReq: imap, openssl |
194 %endif | 195 %endif |
195 %if "%{with_xml}" == "yes" | 196 %if "%{with_xml}" == "yes" |
196 BuildPreReq: libxml | 197 BuildPreReq: libxml |
197 PreReq: libxml | 198 PreReq: libxml |
199 %endif | |
200 %if "%{with_xmlwriter}" == "yes" | |
201 %undefine with_xml | |
202 %define with_xml yes | |
198 %endif | 203 %endif |
199 %if "%{with_xslt}" == "yes" | 204 %if "%{with_xslt}" == "yes" |
200 BuildPreReq: libxslt | 205 BuildPreReq: libxslt |
201 PreReq: libxslt | 206 PreReq: libxslt |
202 %endif | 207 %endif |
500 --without-tidy \ | 505 --without-tidy \ |
501 %endif | 506 %endif |
502 %if "%{with_zip}" == "yes" | 507 %if "%{with_zip}" == "yes" |
503 --enable-zip \ | 508 --enable-zip \ |
504 %endif | 509 %endif |
510 %if "%{with_xmlwriter}" == "yes" | |
511 --enable-xmlwriter \ | |
512 %endif | |
505 --with-apxs2=%{l_prefix}/sbin/apxs \ | 513 --with-apxs2=%{l_prefix}/sbin/apxs \ |
506 --disable-cli \ | 514 --disable-cli \ |
507 --disable-cgi | 515 --disable-cgi |
508 | 516 |
509 # build package | 517 # build package |