]> git.pld-linux.org Git - packages/php4.git/blame - php4.spec
- fix BR for sablotron-devel
[packages/php4.git] / php4.spec
CommitLineData
95decd1b 1#
8d03ce31 2# TODO:
422bc385 3# - fastcgi option in cgi SAPI? or separate fcgi SAPI?
8d03ce31 4#
95decd1b
PG
5# Automatic pear requirements finding:
6%include /usr/lib/rpm/macros.php
7f2d8ce7 7
8%define _apache2 %(rpm -q apache-devel 2> /dev/null | grep -Eq '\\-2\\.[0-9]+\\.' && echo 1 || echo 0)
7687e874 9%define apxs /usr/sbin/apxs
b65cb5d0
AM
10
11%if %{_apache2}
12%define _without_recode 1
13%define _without_mm 1
14%endif
15
7f2d8ce7 16%ifnarch %{ix86}
17%define _without_msession 1
18%endif
19
e199e256 20# Conditional build:
083c6282
JB
21# _with_db3 - use db3 packages instead of db (4.x) for Berkeley DB support
22# _with_interbase_inst - use InterBase install., not Firebird (BR: proprietary libs)
e6e515f1
JB
23# _with_java - with Java extension module (BR: jdk)
24# _with_oci8 - with Oracle oci8 extension module (BR: proprietary libs)
25# _with_oracle - with oracle extension module (BR: proprietary libs)
26# _with_pcntl - with pcntl extension module (problems: SEGV on exit)
27# _without_cpdf - without cpdf extension module
bb8a24f1 28# _without_curl - without CURL extension module
7f2d8ce7 29# _without_domxslt - without DOM XSLT/EXSLT support in DOM XML extension module
e6e515f1 30# _without_gif - build GD extension module with gd library without GIF support
7f2d8ce7 31# _without_imap - without IMAP extension module
083c6282 32# _without_interbase - without InterBase extension module
7f2d8ce7 33# _without_ldap - without LDAP extension module
bb8a24f1
JB
34# _without_mhash - without mhash extension module
35# _without_ming - without ming extension module
7f2d8ce7 36# _without_mm - without mm support for session storage
bb8a24f1 37# _without_mnogosearch - without mnogosearch extension module
7f2d8ce7 38# _without_msession - without msession extension module
39# _without_odbc - without ODBC extension module
facc0768 40# _without_openssl - without OpenSSL support and OpenSSL extension module
e6e515f1 41# _without_pcre - without PCRE extension module
facc0768 42# _without_pdf - without PDF extension module
7028934d 43# _without_pgsql - without PostgreSQL extension module
b4657e6e 44# _without_pspell - without pspell extension module
7f2d8ce7 45# _without_recode - without recode extension module
b4657e6e 46# _without_snmp - without SNMP extension module
e6e515f1 47# _without_sybase_ct - without Sybase-CT extension module
7f2d8ce7 48# _without_wddx - without WDDX extension module
e6e515f1 49# _without_xmlrpc - without XML-RPC extension module
b4657e6e 50# _without_xml - without XML extension module
7f2d8ce7 51# _without_xslt - without XSLT extension module
b4657e6e 52# _without_yaz - without YAZ extension module
05039a7d 53
5b453425 54Summary: The PHP HTML-embedded scripting language for use with Apache
55Summary(fr): Le langage de script embarque-HTML PHP pour Apache
56