]> git.pld-linux.org Git - packages/php.git/blob - php.spec
- virtual php(program) dropped, use /usr/bin/php only
[packages/php.git] / php.spec
1 # TODO:
2 # - think of including support for:
3 #    - mcve,
4 #    - ovrimos,
5 #    - pfpro,
6 #   These extensions BuildRequires proprietary libraries...
7 # - deal with modules removed from php and not moved to PECL
8 #   (existing only in php4):
9 #   db, hyperwave, java, mcal, overload, qtdom
10 #   and removed from php 5.1:
11 #   cpdf, fam, yp, oracle
12 # - mime_magic can't handle new "string/*" entries in magic.mime
13 # - make additional headers added by mail patch configurable
14 # - apply -hardened patch by default ?
15 # - modularize session, standard (output from pure php -m)?
16 #
17 # Conditional build:
18 %bcond_with     db3             # use db3 packages instead of db (4.x) for Berkeley DB support
19 %bcond_with     fdf             # with FDF (PDF forms) module           (BR: proprietary lib)
20 %bcond_with     hardening       # build with hardening patch applied (http://www.hardened-php.net/)
21 %bcond_with     hwapi           # with Hw API support                   (BR: proprietary libs)
22 %bcond_with     interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
23 %bcond_with     oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
24 %bcond_without  curl            # without CURL extension module
25 %bcond_without  imap            # without IMAP extension module
26 %bcond_with     interbase       # with InterBase extension module
27 %bcond_without  ldap            # without LDAP extension module
28 %bcond_without  mhash           # without mhash extension module
29 %bcond_without  ming            # without ming extension module
30 %bcond_without  mm              # without mm support for session storage
31 %bcond_without  msession        # without msession extension module
32 %bcond_without  mssql           # without MS SQL extension module
33 %bcond_without  mysqli          # without mysqli support (Requires mysql > 4.1)
34 %bcond_without  mime_magic      # without mime-magic module
35 %bcond_without  odbc            # without ODBC extension module
36 %bcond_without  openssl         # without OpenSSL support and OpenSSL extension (module)
37 %bcond_without  pcre            # without PCRE extension module
38 %bcond_without  pgsql           # without PostgreSQL extension module
39 %bcond_without  pspell          # without pspell extension module
40 %bcond_without  recode          # without recode extension module
41 %bcond_without  snmp            # without SNMP extension module
42 %bcond_without  sqlite          # without SQLite extension module
43 %bcond_without  sybase          # without Sybase extension module
44 %bcond_without  sybase_ct       # without Sybase-CT extension module
45 %bcond_without  tidy            # without Tidy extension module
46 %bcond_without  wddx            # without WDDX extension module
47 %bcond_without  xmlrpc          # without XML-RPC extension module
48 %bcond_without  apache1         # disable building apache 1.3.x module
49 %bcond_without  apache2         # disable building apache 2.x module
50 %bcond_without  fcgi            # disable building FCGI SAPI
51 %bcond_without  zts             # disable experimental-zts
52 %bcond_with             versioning      # build with experimental versioning (to load php4/php5 into same apache)
53
54 %define apxs1           /usr/sbin/apxs1
55 %define apxs2           /usr/sbin/apxs
56
57 # some problems with apache 2.x
58 %if %{with apache2}
59 %undefine       with_mm
60 %endif
61
62 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
63 %undefine       with_interbase
64 %endif
65
66 %if %{without apache1} && %{without apache2}
67 ERROR: You need to select at least one Apache SAPI to build shared modules.
68 %endif
69
70 # x86-only lib
71 %ifnarch %{ix86}
72 %undefine       with_msession
73 %endif
74
75 %define _rel 9.3
76 Summary:        PHP: Hypertext Preprocessor
77 Summary(fr):    Le langage de script embarque-HTML PHP
78 Summary(pl):    Jêzyk skryptowy PHP
79 Summary(pt_BR): A linguagem de script PHP
80 Summary(ru):    PHP ÷ÅÒÓÉÉ 5 - ÑÚÙË ÐÒÅÐÒÏÃÅÓÓÉÒÏ×ÁÎÉÑ HTML-ÆÁÊÌÏ×, ×ÙÐÏÌÎÑÅÍÙÊ ÎÁ ÓÅÒ×ÅÒÅ
81 Summary(uk):    PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
82 Name:           php
83 Version:        5.1.2
84 Release:        %{_rel}%{?with_hardening:hardened}
85 Epoch:          4
86 License:        PHP
87 Group:          Libraries
88 Source0:        http://www.php.net/distributions/%{name}-%{version}.tar.bz2
89 # Source0-md5:  79cee17e9db85be878000a2a4198378e
90 Source1:        FAQ.%{name}
91 Source2:        zend.gif
92 Source3:        %{name}-module-install
93 Source4:        %{name}-mod_%{name}.conf
94 Source5:        %{name}-cgi-fcgi.ini
95 Source6:        %{name}-cgi.ini
96 Source7:        %{name}-apache.ini
97 Source8:        %{name}-cli.ini
98 Source9:        http://www.hardened-php.net/hardening-patch-5.0.4-0.3.0.patch.gz
99 # Source9-md5:  47a742fa9fab2826ad10c13a2376111a
100 Patch0:         %{name}-shared.patch
101 Patch1:         %{name}-pldlogo.patch
102 Patch2:         %{name}-mail.patch
103 Patch3:         %{name}-link-libs.patch
104 Patch4:         %{name}-libpq_fs_h_path.patch
105 Patch5:         %{name}-msession-shared-lib.patch
106 Patch6:         %{name}-build_modules.patch
107 Patch7:         %{name}-sapi-ini-file.patch
108 Patch8:         %{name}-no-metaccld.patch
109 Patch9:         %{name}-reflection.patch
110 Patch10:        %{name}-ini.patch
111 Patch11:        %{name}-acam.patch
112 Patch14:        %{name}-allow-db31.patch
113 Patch15:        %{name}-threads-acfix.patch
114 Patch16:        %{name}-tsrmlsfetchgcc2.patch
115 Patch17:        %{name}-no_pear_install.patch
116 Patch18:        %{name}-zlib.patch
117 Patch19:        %{name}-sybase-fix.patch
118 Patch20:        %{name}-readline.patch
119 Patch21:        %{name}-nohttpd.patch
120 Patch23:        %{name}-gd_imagerotate_enable.patch
121 Patch24:        %{name}-uint32_t.patch
122 Patch25:        %{name}-hwapi-link.patch
123 Patch26:        %{name}-dba-link.patch
124 Patch30:        %{name}-hardening-fix.patch
125 Patch31:        %{name}-both-apxs.patch
126 Patch32:        %{name}-builddir.patch
127 Patch33:        %{name}-zlib-for-getimagesize.patch
128 Patch34:        %{name}-ini-search-path.patch
129 # Very big hack that is sane only with non-thread MPMs.
130 # The case with threaded MPMs is lost even without this hack.
131 # http://bugs.php.net/bug.php?id=36152
132 Patch35:        %{name}-openssl-huge-hack.patch
133 Patch36:        %{name}-versioning.patch
134 Patch37:        %{name}-linkflags-clean.patch
135 URL:            http://www.php.net/
136 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:        Firebird-devel >= 1.0.2.908-2}}
137 %{?with_pspell:BuildRequires:   aspell-devel >= 2:0.50.0}
138 BuildRequires:  autoconf >= 2.53
139 BuildRequires:  automake >= 1.4d
140 BuildRequires:  bison
141 BuildRequires:  bzip2-devel
142 %{?with_curl:BuildRequires:     curl-devel >= 7.12.0}
143 BuildRequires:  cyrus-sasl-devel
144 %{!?with_db3:BuildRequires:     db-devel >= 4.0}
145 %{?with_db3:BuildRequires:      db3-devel >= 3.1}
146 BuildRequires:  elfutils-devel
147 %if %{with xmlrpc}
148 BuildRequires:  expat-devel
149 %endif
150 %{?with_fcgi:BuildRequires:     fcgi-devel}
151 %{?with_fdf:BuildRequires:      fdftk-devel}
152 BuildRequires:  flex
153 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
154 BuildRequires:  freetds-devel
155 %endif
156 BuildRequires:  freetype-devel >= 2.0
157 BuildRequires:  gd-devel >= 2.0.28-4
158 BuildRequires:  gdbm-devel
159 BuildRequires:  gmp-devel
160 %{?with_imap:BuildRequires:     imap-devel >= 1:2001-0.BETA.200107022325.2}
161 BuildRequires:  libjpeg-devel
162 BuildRequires:  libltdl-devel >= 1.4
163 BuildRequires:  libmcrypt-devel >= 2.4.4
164 BuildRequires:  libpng-devel >= 1.0.8
165 BuildRequires:  libtiff-devel
166 BuildRequires:  libtool >= 1.4.3
167 BuildRequires:  libwrap-devel
168 BuildRequires:  libxml2-devel >= 2.5.10
169 BuildRequires:  libxslt-devel >= 1.0.18
170 %{?with_mhash:BuildRequires:    mhash-devel}
171 %{?with_ming:BuildRequires:     ming-devel >= 0.1.0}
172 %{?with_mm:BuildRequires:       mm-devel >= 1.3.0}
173 BuildRequires:  mysql-devel >= 4.0.0
174 %{?with_mysqli:BuildRequires:   mysql-devel >= 4.1.0}
175 BuildRequires:  ncurses-ext-devel
176 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
177 %if %{with openssl} || %{with ldap}
178 BuildRequires:  openssl-devel >= 0.9.7d
179 %endif
180 %{?with_snmp:BuildRequires:     net-snmp-devel >= 5.0.7}
181 BuildRequires:  pam-devel
182 %{?with_pcre:BuildRequires:     pcre-devel}
183 %{?with_msession:BuildRequires: phoenix-devel}
184 %{?with_pgsql:BuildRequires:    postgresql-backend-devel >= 7.2}
185 %{?with_pgsql:BuildRequires:    postgresql-devel}
186 BuildRequires:  readline-devel
187 %{?with_recode:BuildRequires:   recode-devel >= 3.5d-3}
188 BuildRequires:  rpm-build >= 4.4.0
189 BuildRequires:  rpmbuild(macros) >= 1.238
190 %{?with_sqlite:BuildRequires:   sqlite-devel}
191 %{?with_sqlite:BuildRequires:   sqlite3-devel}
192 BuildRequires:  t1lib-devel
193 %{?with_tidy:BuildRequires:     tidy-devel}
194 %{?with_odbc:BuildRequires:     unixODBC-devel}
195 %{?with_xmlrpc:BuildRequires:   xmlrpc-epi-devel}
196 BuildRequires:  zlib-devel >= 1.0.9
197 %if %{with apache1}
198 BuildRequires:  apache1-devel
199 %endif
200 %if %{with apache2}
201 BuildRequires:  apache-devel >= 2.0.52-2
202 BuildRequires:  apr-devel >= 1:1.0.0
203 BuildRequires:  apr-util-devel >= 1:1.0.0
204 %endif
205 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
206
207 %define         _sysconfdir     /etc/php
208 %define         _phpsharedir    %{_datadir}/php
209 %define         extensionsdir   %{_libdir}/php
210
211 # must be in sync with source. extra check ensuring that it is so is done in %%build
212 %define         php_api_version         20041225
213 %define         zend_module_api         20050922
214 %define         zend_extension_api      220051025
215 %define         zend_zts                        %{!?with_zts:0}%{?with_zts:1}
216 %define         php_debug                       %{!?debug:0}%{?debug:1}
217
218 %description
219 PHP is an HTML-embedded scripting language. PHP attempts to make it
220 easy for developers to write dynamically generated web pages. PHP also
221 offers built-in database integration for several commercial and
222 non-commercial database management systems, so writing a
223 database-enabled web page with PHP is fairly simple. The most common
224 use of PHP coding is probably as a replacement for CGI scripts. The
225 mod_php module enables the Apache web server to understand and process
226 the embedded PHP language in web pages. This package contains php
227 version %{version}. If you use applications which specifically rely on
228 PHP/FI (PHP v2 and earlier), you should instead install the PHP/FI
229 module contained in the phpfi package. If you're just starting with
230 PHP, you should install this package. You'll also need to install the
231 Apache web server.
232
233 %description -l fr
234 PHP est un langage de script embarque dans le HTM. PHP essaye de
235 rendre simple aux developpeurs d'ecrire des pages web generees
236 dynamiquement. PHP incorpore egalement une integration avec plusieurs
237 systemes de gestion de bases de donnees commerciaux et
238 non-connerciaux, qui rent facile la creation de pages web liees avec
239 des bases de donnees. L'utilisation la plus commune de PHP est
240 probablement en remplacement de scripts CGI. Le module mod_php permet
241 au serveur web apache de comprendre et de traiter le langage PHP
242 integre dans des pages web. Ce package contient php version
243 %{version}. Si vous utilisez des applications qui utilisent
244 specifiquement PHP/FI, vous devrez installer le module PHP/FI inclus
245 dans le package mod_php. Si vous debutez avec PHP, vous devriez
246 installer ce package. Vous aurez egalement besoin dinstaller le
247 serveur web Apache.
248
249 %description -l pl
250 PHP jest jêzykiem skryptowym, którego polecenia umieszcza siê w
251 plikach HTML. Pakiet ten zawiera modu³ przeznaczony dla serwera HTTP
252 (jak np. Apache), który interpretuje te polecenia. Umo¿liwia to
253 tworzenie dynamicznie stron WWW. Spora czê¶æ sk³adni PHP zapo¿yczona
254 zosta³a z jêzyków: C, Java i Perl.
255
256 %description -l pt_BR
257 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
258 embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
259 com algumas características únicas, específicas ao PHP. O objetivo da
260 linguagem é permitir que desenvolvedores web escrevam páginas
261 dinamicamente geradas de forma rápida.
262
263 %description -l ru
264 PHP - ÜÔÏ ÑÚÙË ÎÁÐÉÓÁÎÉÑ ÓËÒÉÐÔÏ×, ×ÓÔÒÁÉ×ÁÅÍÙÈ × HTML-ËÏÄ. PHP
265 ÐÒÅÄÌÁÇÁÅÔ ÉÎÔÅÒÇÒÁÃÉÀ Ó ÍÎÏÖÅÓÔ×ÏÍ óõâä, ÐÏÜÔÏÍÕ ÎÁÐÉÓÁÎÉÅ ÓËÒÉÐÔÏ×
266 ÄÌÑ ÒÁÂÏÔÙ Ó ÂÁÚÁÍÉ ÄÁÎÎÙÈ ÏÔÎÏÓÉÔÅÌØÎÏ ÐÒÏÓÔÏ. îÁÉÂÏÌÅÅ ÐÏÐÕÌÑÒÎÏÅ
267 ÉÓÐÏÌØÚÏ×ÁÎÉÅ PHP - ÚÁÍÅÎÁ ÄÌÑ CGI ÓËÒÉÐÔÏ×.
268
269 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÓÁÍÏÄÏÓÔÁÔÏÞÎÕÀ (CGI) ×ÅÒÓÉÀ ÉÎÔÅÒÐÒÅÔÁÔÏÒÁ ÑÚÙËÁ.
270 ÷Ù ÄÏÌÖÎÙ ÔÁËÖÅ ÕÓÔÁÎÏ×ÉÔØ ÐÁËÅÔ %{name}-common. åÓÌÉ ×ÁÍ ÎÕÖÅÎ
271 ÉÎÔÅÒÐÒÅÔÁÔÏÒ PHP × ËÁÞÅÓÔ×Å ÍÏÄÕÌÑ apache, ÕÓÔÁÎÏ×ÉÔÅ ÐÁËÅÔ
272 apache-php.
273
274 %description -l uk
275 PHP - ÃÅ ÍÏ×Á ÎÁÐÉÓÁÎÎÑ ÓËÒÉÐÔ¦×, ÝÏ ×ÂÕÄÏ×ÕÀÔØÓÑ × HTML-ËÏÄ. PHP
276 ÐÒÏÐÏÎÕ¤ ¦ÎÔÅÇÒÁæÀ Ú ÂÁÇÁÔØÍÁ óõâä, ÔÏÍÕ ÎÁÐÉÓÁÎÎÑ ÓËÒÉÐԦנÄÌÑ
277 ÒÏÂÏÔÉ Ú ÂÁÚÁÍÉ ÄÁÎÉÈ ¤ ÄÏ×Ï̦ ÐÒÏÓÔÉÍ. îÁʦÌØÛ ÐÏÐÕÌÑÒÎÅ
278 ×ÉËÏÒÉÓÔÁÎÎÑ PHP - ÚÁͦÎÁ ÄÌÑ CGI ÓËÒÉÐÔ¦×.
279
280 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÓÁÍÏÄÏÓÔÁÔÎÀ (CGI) ×ÅÒÓ¦À ¦ÎÔÅÒÐÒÅÔÁÔÏÒÁ ÍÏ×É. ÷É
281 ÍÁ¤ÔÅ ÔÁËÏÖ ×ÓÔÁÎÏ×ÉÔÉ ÐÁËÅÔ %{name}-common. ñËÝÏ ×ÁÍ ÐÏÔÒ¦ÂÅÎ
282 ¦ÎÔÅÒÐÒÅÔÁÔÏÒ PHP × ÑËÏÓÔ¦ ÍÏÄÕÌÑ apache, ×ÓÔÁÎÏצÔØ ÐÁËÅÔ apache-php.
283
284 %package -n apache1-mod_php
285 Summary:        PHP DSO module for apache 1.3.x
286 Summary(pl):    Modu³ DSO (Dynamic Shared Object) php dla apache 1.3.x
287 Group:          Development/Languages/PHP
288 Requires(triggerpostun):        sed >= 4.0
289 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
290 Requires:       apache1(EAPI) >= 1.3.33-2
291 Requires:       apache1-mod_mime
292 Provides:       php = %{epoch}:%{version}-%{release}
293 Obsoletes:      apache-mod_php < 1:4.1.1
294 Obsoletes:      phpfi
295
296 %description -n apache1-mod_php
297 PHP as DSO module for apache 1.3.x.
298
299 %description -n apache1-mod_php -l pl
300 php jako modu³ DSO (Dynamic Shared Object) dla apache 1.3.x.
301
302 %package -n apache-mod_php
303 Summary:        PHP DSO module for apache 2.x
304 Summary(pl):    Modu³ DSO (Dynamic Shared Object) php dla apache 2.x
305 Group:          Development/Languages/PHP
306 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
307 Requires:       apache(modules-api) = %{apache_modules_api}
308 Requires:       apache-mod_mime
309 Provides:       php = %{epoch}:%{version}-%{release}
310 Obsoletes:      phpfi
311
312 %description -n apache-mod_php
313 PHP as DSO module for apache 2.x.
314
315 %description -n apache-mod_php -l pl
316 php jako modu³ DSO (Dynamic Shared Object) dla apache 2.x.
317
318 %package fcgi
319 Summary:        php as FastCGI program
320 Summary(pl):    php jako program FastCGI
321 Group:          Development/Languages/PHP
322 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
323 Provides:       php = %{epoch}:%{version}-%{release}
324
325 %description fcgi
326 php as FastCGI program.
327
328 %description fcgi -l pl
329 php jako program FastCGI.
330
331 %package cgi
332 Summary:        php as CGI program
333 Summary(pl):    php jako program CGI
334 Group:          Development/Languages/PHP
335 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
336
337 %description cgi
338 php as CGI program.
339
340 %description cgi -l pl
341 php jako program CGI.
342
343 %package cli
344 Summary:        php as CLI interpreter
345 Summary(pl):    php jako interpreter dzia³aj±cy z linii poleceñ
346 Group:          Development/Languages/PHP
347 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
348
349 %description cli
350 php as CLI interpreter.
351
352 %description cli -l pl
353 php jako interpreter dzia³aj±cy z linii poleceñ.
354
355 %package program
356 Summary:        /usr/bin/php symlink
357 Summary(pl):    Dowi±zanie symboliczne /usr/bin/php
358 Group:          Development/Languages/PHP
359 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
360 Obsoletes:      /usr/bin/php
361
362 %description program
363 Package providing /usr/bin/php symlink to PHP CLI.
364
365 %description program -l pl
366 Pakiet dostarczaj±cy dowi±zanie symboliczne /usr/bin/php do PHP CLI.
367
368 %package common
369 Summary:        Common files needed by both apache module and CGI
370 Summary(pl):    Wspólne pliki dla modu³u apache'a i programu CGI
371 Summary(ru):    òÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ php
372 Summary(uk):    â¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ ×ÉËÏÒÉÓÔÁÎÎÑ ÄÌÑ php
373 Group:          Libraries
374 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
375 Requires:       glibc >= 6:2.3.5
376 Requires:       php-dirs
377 Requires:       sed >= 4.0
378 Provides:       %{name}-libxml = %{epoch}:%{version}-%{release}
379 Provides:       %{name}-session = %{epoch}:%{version}-%{release}
380 Provides:       %{name}-simplexml = %{epoch}:%{version}-%{release}
381 Provides:       %{name}-spl = %{epoch}:%{version}-%{release}
382 Provides:       %{name}-standard = %{epoch}:%{version}-%{release}
383 Provides:       php(modules_api) = %{php_api_version}
384 Provides:       php(zend_extension_api) = %{zend_extension_api}
385 Provides:       php(zend_module_api) = %{zend_module_api}
386 Provides:       php5(debug) = %{php_debug}
387 Provides:       php5(thread-safety) = %{zend_zts}
388 Obsoletes:      php-pecl-domxml
389 Obsoletes:      php-session < 3:4.2.1-2
390 # for the posttrans scriptlet, conflicts because in vserver enviroinment rpm package is not installed.
391 Conflicts:      rpm < 4.4.2-0.2
392
393 %description common
394 Common files needed by both apache module and CGI.
395
396 %description common -l pl
397 Wspólne pliki dla modu³u apacha i programu CGI.
398
399 %description common -l ru
400 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÏÂÝÉÅ ÆÁÊÌÙ ÄÌÑ ÒÁÚÎÙÈ ×ÁÒÉÁÎÔÏ× ÒÅÁÌÉÚÁÃÉÉ PHP
401 (ÓÁÍÏÄÏÓÔÁÔÏÞÎÏÊ É × ËÁÞÅÓÔ×Å ÍÏÄÕÌÑ apache).
402
403 %description common -l uk
404 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÓЦÌØΦ ÆÁÊÌÉ ÄÌÑ Ò¦ÚÎÉÈ ×ÁÒ¦ÁÎԦנÒÅÁ̦ÚÁ槠PHP
405 (ÓÁÍÏÄÏÓÔÁÔÎØϧ ÔÁ × ÑËÏÓÔ¦ ÍÏÄÕÌÑ apache).
406
407 %package devel
408 Summary:        Files for PHP modules development
409 Summary(pl):    Pliki do kompilacji modu³ów PHP
410 Summary(pt_BR): Arquivos de desenvolvimento para PHP
411 Summary(ru):    ðÁËÅÔ ÒÁÚÒÁÂÏÔËÉ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÒÁÓÛÉÒÅÎÉÊ PHP
412 Summary(uk):    ðÁËÅÔ ÒÏÚÒÏÂËÉ ÄÌÑ ÐÏÂÕÄÏ×É ÒÏÚÛÉÒÅÎØ PHP
413 Group:          Development/Languages/PHP
414 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
415 Requires:       autoconf
416 Requires:       automake
417 Requires:       libtool
418 Requires:       shtool
419 Obsoletes:      php-pear-devel
420 Obsoletes:      php4-devel
421
422 %description devel
423 The php-devel package lets you compile dynamic extensions to PHP.
424 Included here is the source for the PHP extensions. Instead of
425 recompiling the whole php binary to add support for, say, oracle,
426 install this package and use the new self-contained extensions
427 support. For more information, read the file
428 README.SELF-CONTAINED-EXTENSIONS.
429
430 %description devel -l pl
431 Ten pakiet zawiera pliki potrzebne do kompilacji modu³ów PHP. Zamiast
432 rekompilowaæ ca³e php aby dodaæ obs³ugê np. oracle, mo¿na przy u¿yciu
433 tego pakietu skompilowaæ samodzielne rozszerzenie. Wiêcej informacji o
434 samodzielnych rozszerzeniach mo¿na znale¼æ w pliku
435 README.SELF-CONTAINED-EXTENSIONS.
436
437 %description devel -l pt_BR
438 Este pacote contém arquivos usados no desenvolvimento de programas ou
439 módulos PHP.
440
441 %description devel -l ru
442 ðÁËÅÔ php-devel ÄÁÅÔ ×ÏÚÍÏÖÎÏÓÔØ ËÏÍÐÉÌÉÒÏ×ÁÔØ ÄÉÎÁÍÉÞÅÓËÉÅ ÒÁÓÛÉÒÅÎÉÑ
443 PHP. ðÁËÅÔ ×ËÌÀÞÁÅÔ ÉÓÈÏÄÎÙÊ ËÏÄ ÜÔÉÈ ÒÁÓÛÉÒÅÎÉÊ. ÷ÍÅÓÔÏ ÐÏ×ÔÏÒÎÏÊ
444 ËÏÍÐÉÌÑÃÉÉ ÂÉÎÁÒÎÏÇÏ ÆÁÊÌÁ php ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ, ÎÁÐÒÉÍÅÒ, ÐÏÄÄÅÒÖËÉ
445 oracle, ÕÓÔÁÎÏ×ÉÔÅ ÜÔÏÔ ÐÁËÅÔ ÄÌÑ ËÏÍÐÉÌÉÒÏ×ÁÎÉÑ ÏÔÄÅÌØÎÙÈ ÒÁÓÛÉÒÅÎÉÊ.
446 ðÏÄÒÏÂÎÏÓÔÉ - × ÆÁÊÌÅ README.SELF-CONTAINED-EXTENSIONS.
447
448 %description devel -l uk
449 ðÁËÅÔ php-devel ÄÁ¤ ÍÏÖÌÉצÓÔØ ËÏÍЦÌÀ×ÁÔÉ ÄÉÎÁͦÞΦ ÒÏÚÛÉÒÅÎÎÑ PHP.
450 äÏ ÐÁËÅÔÕ ×ËÌÀÞÅÎÏ ×ÉȦÄÎÉÊ ËÏÄ ÄÌÑ ÒÏÚÛÉÒÅÎØ. úÁͦÓÔØ ÐÏ×ÔÏÒÎϧ
451 ËÏÍЦÌÑ槠¦ÎÁÒÎÏÇÏ ÆÁÊÌÕ php ÄÌÑ ÄÏÄÁÎÎÑ, ÎÁÐÒÉËÌÁÄ, Ð¦ÄÔÒÉÍËÉ
452 oracle, ×ÓÔÁÎÏצÔØ ÃÅÊ ÐÁËÅÔ ÄÌÑ ËÏÍЦÌÑ槠ÏËÒÅÍÉÈ ÒÏÚÛÉÒÅÎØ.
453 äÅÔÁÌØΦÛÁ ¦ÎÆÏÒÍÁæѠ- × ÆÁÊ̦ README.SELF-CONTAINED-EXTENSIONS.
454
455 %package bcmath
456 Summary:        bcmath extension module for PHP
457 Summary(pl):    Modu³ bcmath dla PHP
458 Group:          Libraries
459 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
460 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
461
462 %description bcmath
463 This is a dynamic shared object (DSO) for PHP that will add bc style
464 precision math functions support.
465
466 %description bcmath -l pl
467 Modu³ PHP umo¿liwiaj±cy korzystanie z dok³adnych funkcji
468 matematycznych takich jak w programie bc.
469
470 %package bzip2
471 Summary:        Bzip2 extension module for PHP
472 Summary(pl):    Modu³ bzip2 dla PHP
473 Group:          Libraries
474 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
475 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
476
477 %description bzip2
478 This is a dynamic shared object (DSO) for PHP that will add bzip2
479 compression support to PHP.
480
481 %description bzip2 -l pl
482 Modu³ PHP umo¿liwiaj±cy u¿ywanie kompresji bzip2.
483
484 %package calendar
485 Summary:        Calendar extension module for PHP
486 Summary(pl):    Modu³ funkcji kalendarza dla PHP
487 Group:          Libraries
488 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
489 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
490
491 %description calendar
492 This is a dynamic shared object (DSO) for PHP that will add calendar
493 support.
494
495 %description calendar -l pl
496 Modu³ PHP dodaj±cy wsparcie dla kalendarza.
497
498 %package ctype
499 Summary:        ctype extension module for PHP
500 Summary(pl):    Modu³ ctype dla PHP
501 Group:          Libraries
502 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
503 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
504
505 %description ctype
506 This is a dynamic shared object (DSO) for PHP that will add ctype
507 support.
508
509 %description ctype -l pl
510 Modu³ PHP umo¿liwiaj±cy korzystanie z funkcji ctype.
511
512 %package curl
513 Summary:        curl extension module for PHP
514 Summary(pl):    Modu³ curl dla PHP
515 Group:          Libraries
516 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
517 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
518
519 %description curl
520 This is a dynamic shared object (DSO) for PHP that will add curl
521 support.
522
523 %description curl -l pl
524 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki curl.
525
526 %package dba
527 Summary:        DBA extension module for PHP
528 Summary(pl):    Modu³ DBA dla PHP
529 Group:          Libraries
530 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
531 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
532
533 %description dba
534 This is a dynamic shared object (DSO) for PHP that will add flat-file
535 databases (DBA) support.
536
537 %description dba -l pl
538 Modu³ dla PHP dodaj±cy obs³ugê dla baz danych opartych na plikach
539 (DBA).
540
541 %package dbase
542 Summary:        DBase extension module for PHP
543 Summary(pl):    Modu³ DBase dla PHP
544 Group:          Libraries
545 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
546 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
547
548 %description dbase
549 This is a dynamic shared object (DSO) for PHP that will add DBase
550 support.
551
552 %description dbase -l pl
553 Modu³ PHP ze wsparciem dla DBase.
554
555 %package dom
556 Summary:        DOM extension module for PHP
557 Summary(pl):    Modu³ DOM dla PHP
558 Group:          Libraries
559 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
560 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
561 # it has some compatibility functions
562 Provides:       php-domxml = %{epoch}:%{version}-%{release}
563 Obsoletes:      php-domxml <= 3:4.3.8-1
564
565 %description dom
566 This is a dynamic shared object (DSO) for PHP that will add new DOM
567 support.
568
569 %description dom -l pl
570 Modu³ PHP dodaj±cy now± obs³ugê DOM.
571
572 %package exif
573 Summary:        exif extension module for PHP
574 Summary(pl):    Modu³ exif dla PHP
575 Group:          Libraries
576 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
577 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
578
579 %description exif
580 This is a dynamic shared object (DSO) for PHP that will add EXIF tags
581 support in image files.
582
583 %description exif -l pl
584 Modu³ PHP dodaj±cy obs³ugê znaczników EXIF w plikach obrazków.
585
586 %package fdf
587 Summary:        FDF extension module for PHP
588 Summary(pl):    Modu³ FDF dla PHP
589 Group:          Libraries
590 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
591 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
592
593 %description fdf
594 This PHP module adds support for PDF Forms through Adobe FDFTK
595 library.
596
597 %description fdf -l pl
598 Modu³ PHP dodaj±cy obs³ugê formularzy PDF poprzez bibliotekê Adobe
599 FDFTK.
600
601 %package filepro
602 Summary:        filePro extension module for PHP
603 Summary(pl):    Modu³ filePro dla PHP
604 Group:          Libraries
605 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
606 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
607
608 %description filepro
609 This is a dynamic shared object (DSO) for PHP that will add support
610 for read-only access to filePro databases.
611
612 %description filepro -l pl
613 Modu³ PHP dodaj±cy mo¿liwo¶æ dostêpu (tylko do odczytu) do baz danych
614 filePro.
615
616 %package ftp
617 Summary:        FTP extension module for PHP
618 Summary(pl):    Modu³ FTP dla PHP
619 Group:          Libraries
620 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
621 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
622
623 %description ftp
624 This is a dynamic shared object (DSO) for PHP that will add FTP
625 support.
626
627 %description ftp -l pl
628 Modu³ PHP dodaj±cy obs³ugê protoko³u FTP.
629
630 %package gd
631 Summary:        GD extension module for PHP
632 Summary(pl):    Modu³ GD dla PHP
633 Group:          Libraries
634 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
635 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
636 Requires:       gd >= 2.0.28-4
637 Provides:       %{name}-gd(gif) = %{epoch}:%{version}-%{release}
638
639 %description gd
640 This is a dynamic shared object (DSO) for PHP that will add GD
641 support, allowing you to create and manipulate images with PHP.
642
643 %description gd -l pl
644 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki GD, pozwalaj±cej na
645 tworzenie i obróbkê obrazków.
646
647 %package gettext
648 Summary:        gettext extension module for PHP
649 Summary(pl):    Modu³ gettext dla PHP
650 Group:          Libraries
651 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
652 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
653
654 %description gettext
655 This is a dynamic shared object (DSO) for PHP that will add gettext
656 support.
657
658 %description gettext -l pl
659 Modu³ PHP dodaj±cy obs³ugê lokalizacji przez gettext.
660
661 %package gmp
662 Summary:        gmp extension module for PHP
663 Summary(pl):    Modu³ gmp dla PHP
664 Group:          Libraries
665 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
666 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
667
668 %description gmp
669 This is a dynamic shared object (DSO) for PHP that will add arbitrary
670 length number support with GNU MP library.
671
672 %description gmp -l pl
673 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki gmp do obliczeñ na
674 liczbach o dowolnej d³ugo¶ci.
675
676 %package hwapi
677 Summary:        Hyperwave API extension module for PHP
678 Summary(pl):    Modu³ API Hyperwave dla PHP
679 Group:          Libraries
680 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
681 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
682
683 %description hwapi
684 This is a dynamic shared object (DSO) for PHP that will add official
685 Hyperwave API support.
686
687 %description hwapi -l pl
688 Modu³ PHP dodaj±cy obs³ugê Hyperwave.
689
690 %package iconv
691 Summary:        iconv extension module for PHP
692 Summary(pl):    Modu³ iconv dla PHP
693 Group:          Libraries
694 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
695 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
696
697 %description iconv
698 This is a dynamic shared object (DSO) for PHP that will add iconv
699 support.
700
701 %description iconv -l pl
702 Modu³ PHP dodaj±cy obs³ugê iconv.
703
704 %package imap
705 Summary:        IMAP extension module for PHP
706 Summary(pl):    Modu³ IMAP dla PHP
707 Summary(pt_BR): Um módulo para aplicações PHP que usam IMAP
708 Group:          Libraries
709 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
710 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
711
712 %description imap
713 This is a dynamic shared object (DSO) for PHP that will add IMAP
714 support.
715
716 %description imap -l pl
717 Modu³ PHP dodaj±cy obs³ugê skrzynek IMAP.
718
719 %description imap -l pt_BR
720 Um módulo para aplicações PHP que usam IMAP.
721
722 %package interbase
723 Summary:        InterBase/Firebird database module for PHP
724 Summary(pl):    Modu³ bazy danych InterBase/Firebird dla PHP
725 Group:          Libraries
726 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
727 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
728 %{?with_interbase_inst:Autoreq: false}
729
730 %description interbase
731 This is a dynamic shared object (DSO) for PHP that will add InterBase
732 and Firebird database support.
733
734 %description interbase -l pl
735 Modu³ PHP umo¿liwiaj±cy dostêp do baz danych InterBase i Firebird.
736
737 %package ldap
738 Summary:        LDAP extension module for PHP
739 Summary(pl):    Modu³ LDAP dla PHP
740 Summary(pt_BR): Um módulo para aplicações PHP que usam LDAP
741 Group:          Libraries
742 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
743 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
744
745 %description ldap
746 This is a dynamic shared object (DSO) for PHP that will add LDAP
747 support.
748
749 %description ldap -l pl
750 Modu³ PHP dodaj±cy obs³ugê LDAP.
751
752 %description ldap -l pt_BR
753 Um módulo para aplicações PHP que usam LDAP.
754
755 %package mbstring
756 Summary:        mbstring extension module for PHP
757 Summary(pl):    Modu³ mbstring dla PHP
758 Group:          Libraries
759 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
760 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
761
762 %description mbstring
763 This is a dynamic shared object (DSO) for PHP that will add multibyte
764 string support.
765
766 %description mbstring -l pl
767 Modu³ PHP dodaj±cy obs³ugê ci±gów znaków wielobajtowych.
768
769 %package mcrypt
770 Summary:        mcrypt extension module for PHP
771 Summary(pl):    Modu³ mcrypt dla PHP
772 Group:          Libraries
773 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
774 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
775
776 %description mcrypt
777 This is a dynamic shared object (DSO) for PHP that will add mcrypt
778 support.
779
780 %description mcrypt -l pl
781 Modu³ PHP dodaj±cy mo¿liwo¶æ szyfrowania poprzez bibliotekê mcrypt.
782
783 %package mhash
784 Summary:        mhash extension module for PHP
785 Summary(pl):    Modu³ mhash dla PHP
786 Group:          Libraries
787 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
788 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
789
790 %description mhash
791 This is a dynamic shared object (DSO) for PHP that will add mhash
792 support.
793
794 %description mhash -l pl
795 Modu³ PHP udostêpniaj±cy funkcje mieszaj±ce z biblioteki mhash.
796
797 %package mime_magic
798 Summary:        mime_magic extension module for PHP
799 Summary(pl):    Modu³ mime_magic dla PHP
800 Group:          Libraries
801 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
802 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
803 Requires:       /usr/share/file/magic.mime
804
805 %description mime_magic
806 This PHP module adds support for MIME type lookup via file magic
807 numbers using magic.mime database.
808
809 %description mime_magic -l pl
810 Modu³ PHP dodaj±cy obs³ugê wyszukiwania typów MIME wed³ug magicznych
811 znaczników plików z u¿yciem bazy danych magic.mime.
812
813 %package ming
814 Summary:        ming extension module for PHP
815 Summary(pl):    Modu³ ming dla PHP
816 Group:          Libraries
817 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
818 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
819
820 %description ming
821 This is a dynamic shared object (DSO) for PHP that will add ming
822 (Flash - .swf files) support.
823
824 %description ming -l pl
825 Modu³ PHP dodaj±cy obs³ugê plików Flash (.swf) poprzez bibliotekê
826 ming.
827
828 %package msession
829 Summary:        msession extension module for PHP
830 Summary(pl):    Modu³ msession dla PHP
831 Group:          Libraries
832 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
833 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
834
835 %description msession
836 This is a dynamic shared object (DSO) for PHP that will allow you to
837 use msession. msession is a high speed session daemon which can run
838 either locally or remotely. It is designed to provide consistent
839 session management for a PHP web farm.
840
841 %description msession -l pl
842 Modu³ PHP dodaj±cy umo¿liwiaj±cy korzystanie z demona msession. Jest
843 to demon szybkiej obs³ugi sesji, który mo¿e dzia³aæ lokalnie lub na
844 innej maszynie. S³u¿y do zapewniania spójnej obs³ugi sesji dla farmy
845 serwerów.
846
847 %package mssql
848 Summary:        MS SQL extension module for PHP
849 Summary(pl):    Modu³ MS SQL dla PHP
850 Group:          Libraries
851 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
852 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
853
854 %description mssql
855 This is a dynamic shared object (DSO) for PHP that will add MS SQL
856 databases support through FreeTDS library.
857
858 %description mssql -l pl
859 Modu³ PHP dodaj±cy obs³ugê baz danych MS SQL poprzez bibliotekê
860 FreeTDS.
861
862 %package mysql
863 Summary:        MySQL database module for PHP
864 Summary(pl):    Modu³ bazy danych MySQL dla PHP
865 Summary(pt_BR): Um módulo para aplicações PHP que usam bancos de dados MySQL
866 Group:          Libraries
867 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
868 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
869
870 %description mysql
871 This is a dynamic shared object (DSO) for PHP that will add MySQL
872 database support.
873
874 %description mysql -l pl
875 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych MySQL.
876
877 %description mysql -l pt_BR
878 Um módulo para aplicações PHP que usam bancos de dados MySQL.
879
880 %package mysqli
881 Summary:        MySQLi module for PHP
882 Summary(pl):    Modu³ MySQLi dla PHP
883 Group:          Libraries
884 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
885 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
886 Requires:       mysql-libs >= 4.1.0
887
888 %description mysqli
889 This is a dynamic shared object (DSO) for PHP that will add MySQLi
890 (Improved MySQL) support. The difference between it and mysql module
891 is that it provides access to functionality of MySQL 4.1 and above.
892
893 %description mysqli -l pl
894 Modu³ PHP umo¿liwiaj±cy udoskonalony dostêp do bazy danych MySQL.
895 Ró¿nic± miêdzy nim a modu³em mysql jest dostêp do funkcjonalno¶ci
896 MySQL w wersji 4.1 i nowszych.
897
898 %package ncurses
899 Summary:        ncurses module for PHP
900 Summary(pl):    Modu³ ncurses dla PHP
901 Group:          Libraries
902 Requires(post,preun):   %{name}-cli = %{epoch}:%{version}-%{release}
903 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
904
905 %description ncurses
906 This PHP module adds support for ncurses functions (only for cli and
907 cgi SAPIs).
908
909 %description ncurses -l pl
910 Modu³ PHP dodaj±cy obs³ugê funkcji ncurses (tylko do SAPI cli i cgi).
911
912 %package oci8
913 Summary:        Oracle 8+ database module for PHP
914 Summary(pl):    Modu³ bazy danych Oracle 8+ dla PHP
915 Group:          Libraries
916 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
917 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
918 Autoreq:        false
919
920 %description oci8
921 This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
922 8, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
923
924 %description oci8 -l pl
925 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych Oracle 7, 8, 9 i 10
926 poprzez interfejs Oracle8 Call-Interface (OCI8).
927
928 %package odbc
929 Summary:        ODBC extension module for PHP
930 Summary(pl):    Modu³ ODBC dla PHP
931 Summary(pt_BR): Um módulo para aplicações PHP que usam bases de dados ODBC
932 Group:          Libraries
933 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
934 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
935 Requires:       unixODBC >= 2.1.1-3
936
937 %description odbc
938 This is a dynamic shared object (DSO) for PHP that will add ODBC
939 support.
940
941 %description odbc -l pl
942 Modu³ PHP ze wsparciem dla ODBC.
943
944 %description odbc -l pt_BR
945 Um módulo para aplicações PHP que usam ODBC.
946
947 %package openssl
948 Summary:        OpenSSL extension module for PHP
949 Summary(pl):    Modu³ OpenSSL dla PHP
950 Group:          Libraries
951 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
952 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
953
954 %description openssl
955 This is a dynamic shared object (DSO) for PHP that will add OpenSSL
956 support.
957
958 Warning: this is an experimental module.
959
960 %description openssl -l pl
961 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki OpenSSL.
962
963 Uwaga: to jest modu³ eksperymentalny.
964
965 %package pcntl
966 Summary:        Process Control extension module for PHP
967 Summary(pl):    Modu³ Process Control dla PHP
968 Group:          Libraries
969 Requires(post,preun):   %{name}-program = %{epoch}:%{version}-%{release}
970 Requires:       %{name}-program = %{epoch}:%{version}-%{release}
971
972 %description pcntl
973 This is a dynamic shared object (DSO) for PHP that will add process
974 spawning and control support. It supports functions like fork(),
975 waitpid(), signal() etc.
976
977 Warning: this is an experimental module. Also, don't use it in
978 webserver environment!
979
980 %description pcntl -l pl
981 Modu³ PHP umo¿liwiaj±cy tworzenie nowych procesów i kontrolê nad nimi.
982 Obs³uguje funkcje takie jak fork(), waitpid(), signal() i podobne.
983
984 Uwaga: to jest modu³ eksperymentalny. Ponadto nie jest przeznaczony do
985 u¿ywania z serwerem WWW - nie próbuj tego!
986
987 %package pcre
988 Summary:        PCRE extension module for PHP
989 Summary(pl):    Modu³ PCRE dla PHP
990 Group:          Libraries
991 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
992 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
993
994 %description pcre
995 This is a dynamic shared object (DSO) for PHP that will add Perl
996 Compatible Regular Expression support.
997
998 %description pcre -l pl
999 Modu³ PHP umo¿liwiaj±cy korzystanie z perlowych wyra¿eñ regularnych
1000 (Perl Compatible Regular Expressions)
1001
1002 %package pdo
1003 Summary:        PHP Data Objects (PDO)
1004 Summary(pl):    Obs³uga PHP Data Objects (PDO)
1005 Group:          Libraries
1006 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1007 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1008 Obsoletes:      php-pecl-PDO
1009
1010 %description pdo
1011 This is a dynamic shared object (DSO) for PHP that will add PDO
1012 support.
1013
1014 %description pdo -l pl
1015 Modu³ PHP dodaj±cy obs³ugê PDO (PHP Data Objects).
1016
1017 %package pdo-dblib
1018 Summary:        PHP Data Objects (PDO) FreeTDS support
1019 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± FreeTDS
1020 Group:          Libraries
1021 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1022 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1023 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1024
1025 %description pdo-dblib
1026 This is a dynamic shared object (DSO) for PHP that will add PDO
1027 FreeTDS support.
1028
1029 %description pdo-dblib -l pl
1030 Modu³ dla PHP dodaj±cy obs³ugê baz danych FreeTDS za po¶rednictwem
1031 interfejsu PDO.
1032
1033 %package pdo-firebird
1034 Summary:        PHP Data Objects (PDO) Firebird support
1035 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± Firebirda
1036 Group:          Libraries
1037 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1038 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1039 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1040 Obsoletes:      php-pecl-PDO_FIREBIRD
1041
1042 %description pdo-firebird
1043 This is a dynamic shared object (DSO) for PHP that will add PDO
1044 Firebird support.
1045
1046 %description pdo-firebird -l pl
1047 Modu³ dla PHP dodaj±cy obs³ugê baz danych Firebird za po¶rednictwem
1048 interfejsu PDO.
1049
1050 %package pdo-mysql
1051 Summary:        PHP Data Objects (PDO) MySQL support
1052 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± MySQL-a
1053 Group:          Libraries
1054 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1055 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1056 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1057 Obsoletes:      php-pecl-PDO_MYSQL
1058
1059 %description pdo-mysql
1060 This is a dynamic shared object (DSO) for PHP that will add PDO MySQL
1061 support.
1062
1063 %description pdo-mysql -l pl
1064 Modu³ dla PHP dodaj±cy obs³ugê baz danych MySQL za po¶rednictwem
1065 interfejsu PDO.
1066
1067 %package pdo-oci
1068 Summary:        PHP Data Objects (PDO) Oracle support
1069 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± Oracle'a
1070 Group:          Libraries
1071 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1072 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1073 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1074 Obsoletes:      php-pecl-PDO_OCI
1075
1076 %description pdo-oci
1077 This is a dynamic shared object (DSO) for PHP that will add PDO Oracle
1078 support.
1079
1080 %description pdo-oci -l pl
1081 Modu³ dla PHP dodaj±cy obs³ugê baz danych Oracle za po¶rednictwem
1082 interfejsu PDO.
1083
1084 %package pdo-odbc
1085 Summary:        PHP Data Objects (PDO) ODBC support
1086 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± ODBC
1087 Group:          Libraries
1088 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1089 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1090 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1091 Obsoletes:      php-pecl-PDO_ODBC
1092
1093 %description pdo-odbc
1094 This is a dynamic shared object (DSO) for PHP that will add PDO ODBC
1095 support.
1096
1097 %description pdo-odbc -l pl
1098 Modu³ dla PHP dodaj±cy obs³ugê baz danych ODBC za po¶rednictwem
1099 interfejsu PDO.
1100
1101 %package pdo-pgsql
1102 Summary:        PHP Data Objects (PDO) PostgreSQL support
1103 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± PostgreSQL-a
1104 Group:          Libraries
1105 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1106 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1107 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1108 Obsoletes:      php-pecl-PDO_PGSQL
1109
1110 %description pdo-pgsql
1111 This is a dynamic shared object (DSO) for PHP that will add PDO
1112 PostgreSQL support.
1113
1114 %description pdo-pgsql -l pl
1115 Modu³ dla PHP dodaj±cy obs³ugê baz danych PostgreSQL za po¶rednictwem
1116 interfejsu PDO.
1117
1118 %package pdo-sqlite
1119 Summary:        PHP Data Objects (PDO) SQLite support
1120 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± SQLite
1121 Group:          Libraries
1122 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1123 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1124 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1125 Obsoletes:      php-pecl-PDO_SQLITE
1126
1127 %description pdo-sqlite
1128 This is a dynamic shared object (DSO) for PHP that will add PDO SQLite
1129 support.
1130
1131 %description pdo-sqlite -l pl
1132 Modu³ dla PHP dodaj±cy obs³ugê baz danych SQLite za po¶rednictwem
1133 interfejsu PDO.
1134
1135 %package pgsql
1136 Summary:        PostgreSQL database module for PHP
1137 Summary(pl):    Modu³ bazy danych PostgreSQL dla PHP
1138 Group:          Libraries
1139 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1140 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1141
1142 %description pgsql
1143 This is a dynamic shared object (DSO) for PHP that will add PostgreSQL
1144 database support.
1145
1146 %description pgsql -l pl
1147 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych PostgreSQL.
1148
1149 %description pgsql -l pt_BR
1150 Um módulo para aplicações PHP que usam bancos de dados postgresql.
1151
1152 %package posix
1153 Summary:        POSIX extension module for PHP
1154 Summary(pl):    Modu³ POSIX dla PHP
1155 Group:          Libraries
1156 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1157 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1158
1159 %description posix
1160 This is a dynamic shared object (DSO) for PHP that will add POSIX
1161 functions support to PHP.
1162
1163 %description posix -l pl
1164 Modu³ PHP umo¿liwiaj±cy korzystanie z funkcji POSIX.
1165
1166 %package pspell
1167 Summary:        pspell extension module for PHP
1168 Summary(pl):    Modu³ pspell dla PHP
1169 Group:          Libraries
1170 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1171 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1172
1173 %description pspell
1174 This is a dynamic shared object (DSO) for PHP that will add pspell
1175 support to PHP. It allows to check the spelling of a word and offer
1176 suggestions.
1177
1178 %description pspell -l pl
1179 Modu³ PHP umo¿liwiaj±cy korzystanie z pspella. Pozwala on na
1180 sprawdzanie pisowni s³owa i sugerowanie poprawek.
1181
1182 %package readline
1183 Summary:        readline extension module for PHP
1184 Summary(pl):    Modu³ readline dla PHP
1185 Group:          Libraries
1186 Requires(post,preun):   %{name}-cli = %{epoch}:%{version}-%{release}
1187 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
1188
1189 %description readline
1190 This PHP module adds support for readline functions (only for cli and
1191 cgi SAPIs).
1192
1193 %description readline -l pl
1194 Modu³ PHP dodaj±cy obs³ugê funkcji readline (tylko do SAPI cli i cgi).
1195
1196 %package recode
1197 Summary:        recode extension module for PHP
1198 Summary(pl):    Modu³ recode dla PHP
1199 Group:          Libraries
1200 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1201 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1202 Requires:       recode >= 3.5d-3
1203
1204 %description recode
1205 This is a dynamic shared object (DSO) for PHP that will add recode
1206 support.
1207
1208 %description recode -l pl
1209 Modu³ PHP dodaj±cy mo¿liwo¶æ konwersji kodowania plików (poprzez
1210 bibliotekê recode).
1211
1212 %package session
1213 Summary:        session extension module for PHP
1214 Summary(pl):    Modu³ session dla PHP
1215 Group:          Libraries
1216 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1217 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1218
1219 %description session
1220 This is a dynamic shared object (DSO) for PHP that will add session
1221 support.
1222
1223 %description session -l pl
1224 Modu³ PHP dodaj±cy obs³ugê sesji.
1225
1226 %package shmop
1227 Summary:        Shared Memory Operations extension module for PHP
1228 Summary(pl):    Modu³ shmop dla PHP
1229 Group:          Libraries
1230 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1231 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1232
1233 %description shmop
1234 This is a dynamic shared object (DSO) for PHP that will add Shared
1235 Memory Operations support.
1236
1237 Warning: this is an experimental module.
1238
1239 %description shmop -l pl
1240 Modu³ PHP umo¿liwiaj±cy korzystanie z pamiêci dzielonej.
1241
1242 Uwaga: to jest modu³ eksperymentalny.
1243
1244 %package simplexml
1245 Summary:        Simple XML extension module for PHP
1246 Summary(pl):    Modu³ prostego rozszerzenia XML dla PHP
1247 Group:          Libraries
1248 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1249 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1250
1251 %description simplexml
1252 This is a dynamic shared object (DSO) for PHP that will add Simple XML
1253 support.
1254
1255 %description simplexml -l pl
1256 Modu³ PHP dodaj±cy obs³ugê prostego XML-a.
1257
1258 %package snmp
1259 Summary:        SNMP extension module for PHP
1260 Summary(pl):    Modu³ SNMP dla PHP
1261 Group:          Libraries
1262 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1263 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1264 Requires:       %{name}-sockets = %{epoch}:%{version}-%{release}
1265
1266 %description snmp
1267 This is a dynamic shared object (DSO) for PHP that will add SNMP
1268 support.
1269
1270 %description snmp -l pl
1271 Modu³ PHP dodaj±cy obs³ugê SNMP.
1272
1273 %package soap
1274 Summary:        soap extension module for PHP
1275 Summary(pl):    Modu³ soap dla PHP
1276 Group:          Libraries
1277 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1278 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1279
1280 %description soap
1281 This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1282 support.
1283
1284 %description soap -l pl
1285 Modu³ PHP dodaj±cy obs³ugê SOAP/WSDL.
1286
1287 %package sockets
1288 Summary:        sockets extension module for PHP
1289 Summary(pl):    Modu³ socket dla PHP
1290 Group:          Libraries
1291 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1292 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1293
1294 %description sockets
1295 This is a dynamic shared object (DSO) for PHP that will add sockets
1296 support.
1297
1298 Warning: this is an experimental module.
1299
1300 %description sockets -l pl
1301 Modu³ PHP dodaj±cy obs³ugê gniazdek.
1302
1303 Uwaga: to jest modu³ eksperymentalny.
1304
1305 %package sqlite
1306 Summary:        SQLite extension module for PHP
1307 Summary(pl):    Modu³ SQLite dla PHP
1308 Group:          Libraries
1309 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1310 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1311 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1312
1313 %description sqlite
1314 SQLite is a C library that implements an embeddable SQL database
1315 engine. Programs that link with the SQLite library can have SQL
1316 database access without running a separate RDBMS process.
1317
1318 SQLite is not a client library used to connect to a big database
1319 server. SQLite is the server. The SQLite library reads and writes
1320 directly to and from the database files on disk.
1321
1322 %description sqlite -l pl
1323 SQLite jest napisan± w C bibliotek± implementuj±c± osadzalny silnik
1324 bazodanowy SQL. Program linkuj±cy siê z bibliotek± SQLite mo¿e mieæ
1325 dostêp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1326 RDBMS.
1327
1328 SQLite to nie klient baz danych - biblioteka nie ³±czy siê z serwerami
1329 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1330 zapisuje dane bezpo¶rednio z/do plików baz danych znajduj±cych siê na
1331 dysku.
1332
1333 %package sybase
1334 Summary:        Sybase DB extension module for PHP
1335 Summary(pl):    Modu³ Sybase DB dla PHP
1336 Group:          Libraries
1337 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1338 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1339 Obsoletes:      php-sybase-ct
1340
1341 %description sybase
1342 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1343 MS SQL databases support through SYBDB library. Currently Sybase
1344 module is not maintained. Using Sybase-CT module is recommended
1345 instead.
1346
1347 %description sybase -l pl
1348 Modu³ PHP dodaj±cy obs³ugê baz danych Sybase oraz MS SQL poprzez
1349 bibliotekê SYBDB. W chwili obecnej modu³ Sybase nie jest wspierany.
1350 Zaleca siê u¿ywanie modu³u Sybase-CT.
1351
1352 %package sybase-ct
1353 Summary:        Sybase-CT extension module for PHP
1354 Summary(pl):    Modu³ Sybase-CT dla PHP
1355 Group:          Libraries
1356 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1357 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1358 Obsoletes:      php-sybase
1359
1360 %description sybase-ct
1361 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1362 MS SQL databases support through CT-lib.
1363
1364 %description sybase-ct -l pl
1365 Modu³ PHP dodaj±cy obs³ugê baz danych Sybase oraz MS SQL poprzez
1366 CT-lib.
1367
1368 %package sysvmsg
1369 Summary:        SysV msg extension module for PHP
1370 Summary(pl):    Modu³ SysV msg dla PHP
1371 Group:          Libraries
1372 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1373 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1374
1375 %description sysvmsg
1376 This is a dynamic shared object (DSO) for PHP that will add SysV
1377 message queues support.
1378
1379 %description sysvmsg -l pl
1380 Modu³ PHP umo¿liwiaj±cy korzystanie z kolejek komunikatów SysV.
1381
1382 %package sysvsem
1383 Summary:        SysV sem extension module for PHP
1384 Summary(pl):    Modu³ SysV sem dla PHP
1385 Group:          Libraries
1386 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1387 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1388
1389 %description sysvsem
1390 This is a dynamic shared object (DSO) for PHP that will add SysV
1391 semaphores support.
1392
1393 %description sysvsem -l pl
1394 Modu³ PHP umo¿liwiaj±cy korzystanie z semaforów SysV.
1395
1396 %package sysvshm
1397 Summary:        SysV shm extension module for PHP
1398 Summary(pl):    Modu³ SysV shm dla PHP
1399 Group:          Libraries
1400 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1401 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1402
1403 %description sysvshm
1404 This is a dynamic shared object (DSO) for PHP that will add SysV
1405 Shared Memory support.
1406
1407 %description sysvshm -l pl
1408 Modu³ PHP umo¿liwiaj±cy korzystanie z pamiêci dzielonej SysV.
1409
1410 %package tidy
1411 Summary:        Tidy extension module for PHP
1412 Summary(pl):    Modu³ Tidy dla PHP
1413 Group:          Libraries
1414 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1415 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1416 Requires:       tidy
1417
1418 %description tidy
1419 This is a dynamic shared object (DSO) for PHP that will add Tidy
1420 support.
1421
1422 %description tidy -l pl
1423 Modu³ PHP umo¿liwiaj±cy korzystanie z tidy.
1424
1425 %package tokenizer
1426 Summary:        tokenizer extension module for PHP
1427 Summary(pl):    Modu³ rozszerzenia tokenizer dla PHP
1428 Group:          Libraries
1429 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1430 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1431
1432 %description tokenizer
1433 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1434 support.
1435
1436 %description tokenizer -l pl
1437 Modu³ PHP dodaj±cy obs³ugê tokenizera do PHP.
1438
1439 %package wddx
1440 Summary:        wddx extension module for PHP
1441 Summary(pl):    Modu³ wddx dla PHP
1442 Group:          Libraries
1443 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1444 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1445 Requires:       %{name}-session = %{epoch}:%{version}-%{release}
1446 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1447
1448 %description wddx
1449 This is a dynamic shared object (DSO) for PHP that will add wddx
1450 support.
1451
1452 %description wddx -l pl
1453 Modu³ PHP umo¿liwiaj±cy korzystanie z wddx.
1454
1455 %package xml
1456 Summary:        XML extension module for PHP
1457 Summary(pl):    Modu³ XML dla PHP
1458 Group:          Libraries
1459 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1460 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1461
1462 %description xml
1463 This is a dynamic shared object (DSO) for PHP that will add XML
1464 support. This extension lets you create XML parsers and then define
1465 handlers for different XML events.
1466
1467 %description xml -l pl
1468 Modu³ PHP umo¿liwiaj±cy parsowanie plików XML i obs³ugê zdarzeñ
1469 zwi±zanych z tymi plikami. Pozwala on tworzyæ analizatory XML-a i
1470 nastêpnie definiowaæ procedury obs³ugi dla ró¿nych zdarzeñ XML.
1471
1472 %package xmlreader
1473 Summary:        XML Reader extension module for PHP
1474 Summary(pl):    Modu³ XML Reader dla PHP
1475 Group:          Libraries
1476 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1477 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1478 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1479
1480 %description xmlreader
1481 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1482 support. The XMLReader extension is an XML Pull parser. The reader
1483 acts as a cursor going forward on the document stream and stopping at
1484 each node on the way.
1485
1486 %description xmlreader -l pl
1487 Modu³ PHP umo¿liwiaj±cy parsowanie plików XML w trybie Pull. Czytnik
1488 dzia³a jako kursor przechodz±cy przez strumieñ dokumentu i
1489 zatrzymuj±cy siê naka¿dym wê¼le po drodze.
1490
1491 %package xmlrpc
1492 Summary:        xmlrpc extension module for PHP
1493 Summary(pl):    Modu³ xmlrpc dla PHP
1494 Group:          Libraries
1495 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1496 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1497
1498 %description xmlrpc
1499 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1500 support.
1501
1502 Warning: this is an experimental module.
1503
1504 %description xmlrpc -l pl
1505 Modu³ PHP dodaj±cy obs³ugê XMLRPC.
1506
1507 Uwaga: to jest modu³ eksperymentalny.
1508
1509 %package xsl
1510 Summary:        xsl extension module for PHP
1511 Summary(pl):    Modu³ xsl dla PHP
1512 Group:          Libraries
1513 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1514 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1515 Requires:       libxslt >= 1.0.18
1516 # actually not true, functionality is similar, but API differs
1517 Obsoletes:      php-xslt <= 3:4.3.8-1
1518
1519 %description xsl
1520 This is a dynamic shared object (DSO) for PHP that will add new XSL
1521 support (using libxslt).
1522
1523 %description xsl -l pl
1524 Modu³ PHP dodaj±cy now± obs³ugê XSLT (przy u¿yciu libxslt).
1525
1526 %package zlib
1527 Summary:        Zlib extension module for PHP
1528 Summary(pl):    Modu³ zlib dla PHP
1529 Group:          Libraries
1530 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1531 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1532
1533 %description zlib
1534 This is a dynamic shared object (DSO) for PHP that will add zlib
1535 compression support to PHP.
1536
1537 %description zlib -l pl
1538 Modu³ PHP umo¿liwiaj±cy u¿ywanie kompresji zlib.
1539
1540 %prep
1541 %setup -q
1542 %patch37 -p1
1543 %patch0 -p1
1544 %patch1 -p1
1545 %patch2 -p1
1546 %patch3 -p1
1547 %patch4 -p1
1548 %patch5 -p1
1549 %patch6 -p1
1550 %patch7 -p1
1551 %patch8 -p1
1552 %patch9 -p1
1553 cp php.ini-dist php.ini
1554 %patch10 -p1
1555 # for ac2.53b/am1.6b - AC_LANG_CXX has AM_CONDITIONAL, so cannot be invoked
1556 # conditionally...
1557 %patch11 -p1
1558 %patch14 -p1
1559 %patch15 -p1
1560 %patch16 -p1
1561 %patch17 -p1
1562 %patch18 -p1
1563 %patch19 -p1
1564 %patch20 -p1
1565 %patch21 -p1
1566 %patch23 -p1
1567 %patch24 -p1
1568 %patch25 -p1
1569 %patch26 -p1
1570
1571 %if %{with hardening}
1572 zcat %{SOURCE9} | patch -p1 || exit 1
1573 patch -p1 < %{PATCH30} || exit 1
1574 %endif
1575 %patch31 -p1
1576 %patch32 -p1
1577 %patch33 -p1
1578 %patch34 -p1
1579 %patch35 -p1
1580 %{?with_versioning:%patch36 -p1}
1581
1582 # conflict seems to be resolved by recode patches
1583 rm -f ext/recode/config9.m4
1584
1585 # new apr
1586 sed -i -e 's#apr-config#apr-1-config#g' sapi/apache*/*.m4
1587
1588 # remove all bundled libraries not to link with them accidentally
1589 #rm -rf ext/sqlite/libsqlite
1590 #rm -rf ext/bcmath/libbcmath
1591 #rm -rf ext/date/lib
1592 #rm -rf ext/dba/libcdb
1593 #rm -rf ext/dba/libflatfile
1594 #rm -rf ext/dba/libinifile
1595 #rm -rf ext/gd/libgd
1596 #rm -rf ext/mbstring/libmbfl
1597 #rm -rf ext/mbstring/oniguruma
1598 rm -rf ext/pcre/pcrelib
1599 rm -rf ext/pdo_sqlite/sqlite
1600 #rm -rf ext/soap/interop
1601 rm -rf ext/xmlrpc/libxmlrpc
1602
1603 %build
1604 if API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h) && [ $API != %{php_api_version} ]; then
1605         echo "Set %%define php_api_version to $API and rerun."
1606         exit 1
1607 fi
1608
1609 if API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h) && [ $API != %{zend_module_api} ]; then
1610         echo "Set %%define zend_module_api to $API and rerun."
1611         exit 1
1612 fi
1613
1614 if API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h) && [ $API != %{zend_extension_api} ]; then
1615         echo "Set %%define zend_extension_api to $API and rerun."
1616         exit 1
1617 fi
1618
1619 CFLAGS="%{rpmcflags} -DEAPI=1 -I/usr/X11R6/include"
1620 %if %{with apache2}
1621 # Apache2 CFLAGS. harmless for other SAPIs.
1622 CFLAGS="$CFLAGS $(%{_bindir}/apr-1-config --includes) $(%{_bindir}/apu-1-config --includes)"
1623 %endif
1624
1625 EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
1626 if [ ! -f _built-conf ]; then # configure once (for faster debugging purposes)
1627         rm -f Makefile.{fcgi,cgi,cli,apxs{1,2}} # now remove Makefile copies
1628         %{__libtoolize}
1629         %{__aclocal}
1630         ./buildconf --force
1631         touch _built-conf
1632 fi
1633 PROG_SENDMAIL="/usr/lib/sendmail"; export PROG_SENDMAIL
1634
1635 sapis="
1636 %if %{with fcgi}
1637 fcgi
1638 %endif
1639 cgi cli
1640 %if %{with apache1}
1641 apxs1
1642 %endif
1643 %if %{with apache2}
1644 apxs2
1645 %endif
1646 "
1647 for sapi in $sapis; do
1648         [ -f Makefile.$sapi ] && continue # skip if already configured (for faster debugging purposes)
1649
1650         %configure \
1651         `
1652         case $sapi in
1653         cgi)
1654                 echo --enable-discard-path --enable-force-cgi-redirect
1655         ;;
1656         cli)
1657                 echo --disable-cgi
1658         ;;
1659         fcgi)
1660                 echo --enable-fastcgi --with-fastcgi=/usr --enable-force-cgi-redirect
1661         ;;
1662         apxs1)
1663                 ver=%(rpm -q --qf '%%{version}' apache1-apxs)
1664                 echo --with-apxs=%{apxs1} --with-apache-version=$ver
1665         ;;
1666         apxs2)
1667                 ver=%(rpm -q --qf '%%{version}' apache-apxs)
1668                 echo --with-apxs2=%{apxs2} --with-apache-version=$ver
1669         ;;
1670         esac
1671         ` \
1672         --cache-file=config.cache \
1673         --with-libdir=%{_lib} \
1674         --with-config-file-path=%{_sysconfdir} \
1675         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
1676         --with-exec-dir=%{_bindir} \
1677         --%{!?debug:dis}%{?debug:en}able-debug \
1678         %{?with_zts:--enable-maintainer-zts} \
1679         --enable-inline-optimization \
1680         --enable-memory-limit \
1681         --enable-bcmath=shared \
1682         --enable-calendar=shared \
1683         --enable-ctype=shared \
1684         --enable-dba=shared \
1685         --with-inifile \
1686         --with-flatfile \
1687         --enable-dom=shared \
1688         --enable-exif=shared \
1689         --enable-filepro=shared \
1690         --enable-ftp=shared \
1691         --enable-gd-native-ttf \
1692         --enable-gd-jus-conf \
1693         --enable-libxml \
1694         --enable-magic-quotes \
1695         --enable-mbstring=shared,all \
1696         --enable-mbregex \
1697         --enable-pcntl=shared \
1698         --enable-pdo=shared \
1699 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
1700         --with-pdo-dblib=shared \
1701 %endif
1702 %if %{with interbase} && %{without interbase_inst}
1703         --with-pdo-firebird=shared \
1704 %endif
1705         --with-pdo-mysql=shared \
1706         %{?with_oci8:--with-pdo-oci=shared} \
1707         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
1708         %{?with_pgsql:--with-pdo-pgsql=shared} \
1709         %{?with_sqlite:--with-pdo-sqlite=shared,/usr} \
1710         --enable-posix=shared \
1711         --enable-reflection \
1712         --enable-session \
1713         --enable-shared \
1714         --enable-shmop=shared \
1715         --enable-simplexml \
1716         --enable-sysvmsg=shared \
1717         --enable-sysvsem=shared \
1718         --enable-sysvshm=shared \
1719         --enable-track-vars \
1720         --enable-trans-sid \
1721         --enable-safe-mode \
1722         --enable-soap=shared \
1723         --enable-sockets=shared \
1724         --enable-tokenizer=shared \
1725         --enable-ucd-snmp-hack \
1726         %{?with_wddx:--enable-wddx=shared} \
1727         --enable-xml=shared \
1728         --enable-xmlreader=shared \
1729         --with-bz2=shared \
1730         %{!?with_curl:--without-curl}%{?with_curl:--with-curl=shared} \
1731         %{?with_db3:--with-db3}%{!?with_db3:--with-db4} \
1732         --enable-dbase=shared \
1733 %if %{with xmlrpc}
1734         --with-expat-dir=shared,/usr \
1735 %else
1736         --without-expat-dir \
1737 %endif
1738         %{?with_fdf:--with-fdftk=shared} \
1739         --with-iconv=shared \
1740         --with-filepro=shared \
1741         --with-freetype-dir=shared \
1742         --with-gettext=shared \
1743         --with-gd=shared,/usr \
1744         --with-gdbm \
1745         --with-gmp=shared \
1746         %{?with_hwapi:--with-hwapi=shared} \
1747         %{?with_imap:--with-imap=shared --with-imap-ssl} \
1748         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
1749         --with-jpeg-dir=/usr \
1750         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
1751         --with-mcrypt=shared \
1752         %{?with_mhash:--with-mhash=shared} \
1753         %{?with_mime_magic:--with-mime-magic=shared,/usr/share/file/magic.mime}%{!?with_mime_magic:--disable-mime-magic} \
1754         %{?with_ming:--with-ming=shared} \
1755         %{?with_mm:--with-mm} \
1756         %{?with_msession:--with-msession=shared}%{!?with_msession:--without-msession} \
1757         %{?with_mssql:--with-mssql=shared} \
1758         --with-mysql=shared,/usr \
1759         --with-mysql-sock=/var/lib/mysql/mysql.sock \
1760         %{?with_mysqli:--with-mysqli=shared} \
1761         --with-ncurses=shared \
1762         %{?with_oci8:--with-oci8=shared} \
1763         %{?with_openssl:--with-openssl=shared} \
1764         --with-kerberos \
1765         %{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=shared,/usr} \
1766         --with-pear=%{php_pear_dir} \
1767         %{!?with_pgsql:--without-pgsql}%{?with_pgsql:--with-pgsql=shared,/usr} \
1768         --with-png-dir=/usr \
1769         %{?with_pspell:--with-pspell=shared} \
1770         --with-readline=shared \
1771         %{?with_recode:--with-recode=shared} \
1772         --with-regex=php \
1773         --without-sablot-js \
1774         %{?with_snmp:--with-snmp=shared} \
1775         %{?with_sybase:--with-sybase=shared,/usr} \
1776         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
1777         %{?with_sqlite:--with-sqlite=shared,/usr --enable-sqlite-utf8} \
1778         --with-t1lib=shared \
1779         %{?with_tidy:--with-tidy=shared} \
1780         --with-tiff-dir=/usr \
1781         %{?with_odbc:--with-unixODBC=shared,/usr} \
1782         %{!?with_xmlrpc:--without-xmlrpc}%{?with_xmlrpc:--with-xmlrpc=shared,/usr} \
1783         --with-xsl=shared \
1784         --with-zlib=shared \
1785         --with-zlib-dir=shared,/usr
1786
1787         cp -f Makefile Makefile.$sapi
1788         cp -f main/php_config.h php_config.h.$sapi
1789 done
1790
1791 # for now session_mm doesn't work with shared session module...
1792 # --enable-session=shared
1793 # %{!?with_mm:--with-mm=shared,no}%{?with_mm:--with-mm=shared}
1794
1795 %{__make} build-modules
1796
1797 %{__make} libphp_common.la
1798 # fix install paths, avoid evil rpaths
1799 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" libphp_common.la
1800
1801 %if %{with apache1}
1802 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
1803 sed -i -e "
1804 s|^libdir=.*|libdir='%{_libdir}/apache1'|;
1805 s|^(relink_command=.* -rpath )[^ ]*/libs |$1%{_libdir}/apache1 |" sapi/apache/libphp5.la
1806 %endif
1807
1808 %if %{with apache2}
1809 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
1810 sed -i -e "
1811 s|^libdir=.*|libdir='%{_libdir}/apache'|;
1812 s|^(relink_command=.* -rpath )[^ ]*/libs |$1%{_libdir}/apache |" sapi/apache2handler/libphp5.la
1813 %endif
1814
1815 # FCGI
1816 %if %{with fcgi}
1817 cp -af php_config.h.fcgi main/php_config.h
1818 %{__make} sapi/cgi/php -f Makefile.fcgi
1819 cp -r sapi/cgi sapi/fcgi
1820 rm -rf sapi/cgi/.libs sapi/cgi/*.lo
1821 %endif
1822
1823 # CGI
1824 cp -af php_config.h.cgi main/php_config.h
1825 %{__make} sapi/cgi/php -f Makefile.cgi
1826
1827 # CLI
1828 cp -af php_config.h.cli main/php_config.h
1829 %{__make} sapi/cli/php -f Makefile.cli
1830
1831 %install
1832 rm -rf $RPM_BUILD_ROOT
1833 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi},%{_phpsharedir}} \
1834         $RPM_BUILD_ROOT/home/services/{httpd,apache}/icons \
1835         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
1836         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/httpd.conf} \
1837         $RPM_BUILD_ROOT%{_mandir}/man1 \
1838
1839 # install apache1 DSO module
1840 %if %{with apache1}
1841 libtool --silent --mode=install install sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1/
1842 %endif
1843
1844 # install apache2 DSO module
1845 %if %{with apache2}
1846 libtool --silent --mode=install install sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache/
1847 %endif
1848
1849 libtool --silent --mode=install install libphp_common.la $RPM_BUILD_ROOT%{_libdir}
1850
1851 # install the apache modules' files
1852 %{__make} install-headers install-build install-modules install-programs \
1853         INSTALL_ROOT=$RPM_BUILD_ROOT
1854
1855 # as of 5.0.5, phpextdist isn't installed by default
1856 install scripts/dev/phpextdist $RPM_BUILD_ROOT%{_bindir}
1857
1858 # install CGI
1859 libtool --silent --mode=install install sapi/cgi/php $RPM_BUILD_ROOT%{_bindir}/php.cgi
1860
1861 # install FCGI
1862 %if %{with fcgi}
1863 libtool --silent --mode=install install sapi/fcgi/php $RPM_BUILD_ROOT%{_bindir}/php.fcgi
1864 %endif
1865
1866 # install CLI
1867 libtool --silent --mode=install install sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php.cli
1868 install sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php.1
1869 echo ".so php.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.cli.1
1870
1871 # TODO:
1872 # Why make install doesn't install libphp5.so ?
1873 #install libs/libphp5.so $RPM_BUILD_ROOT%{apachelib}
1874
1875 ln -sf php.cli $RPM_BUILD_ROOT%{_bindir}/php
1876
1877 sed -e 's#%{_prefix}/lib/php#%{_libdir}/php#g' php.ini > $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
1878 %if %{with fcgi}
1879 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
1880 %endif
1881 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi.ini
1882 install %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
1883 install %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}
1884 install %{SOURCE1} .
1885
1886 %if %{with apache1}
1887 install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/apache/icons
1888 install %{SOURCE4} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
1889 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
1890 rm -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
1891 %endif
1892
1893 %if %{with apache2}
1894 install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/httpd/icons
1895 install %{SOURCE4} $RPM_BUILD_ROOT/etc/httpd/httpd.conf/70_mod_php.conf
1896 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
1897 rm -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
1898 %endif
1899
1900 cp -f Zend/LICENSE{,.Zend}
1901
1902 # Generate stub .ini files for each subpackage
1903 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
1904 for so in modules/*.so; do
1905         mod=$(basename $so .so)
1906         conf="%{_sysconfdir}/conf.d/${mod}.ini"
1907         # xml needs to be loaded before wddx
1908         [ "$mod" = "wddx" ] && conf="%{_sysconfdir}/conf.d/xml_${mod}.ini"
1909         cat > $RPM_BUILD_ROOT${conf} <<EOF
1910 ; Enable ${mod} extension module
1911 extension=${mod}.so
1912 EOF
1913 done
1914
1915 # Not in all SAPI, so don't need the .ini fragments.
1916 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/{ncurses,pcntl,readline}.ini
1917
1918 # use system automake and {lib,sh}tool
1919 ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/php/build
1920 ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/php/build
1921 ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
1922 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
1923
1924 %clean
1925 rm -rf $RPM_BUILD_ROOT
1926
1927 %post
1928 if [ "$1" = "1" ]; then
1929 %if %{with apache1}
1930         %service -q apache restart
1931 %endif
1932 %if %{with apache2}
1933         %service -q httpd restart
1934 %endif
1935 fi
1936
1937 %postun
1938 if [ "$1" = "0" ]; then
1939 %if %{with apache1}
1940         %service -q apache restart
1941 %endif
1942 %if %{with apache2}
1943         %service -q httpd restart
1944 %endif
1945 fi
1946
1947 %post -n apache1-mod_php
1948 if [ "$1" = "1" ]; then
1949         %service -q apache restart
1950 fi
1951
1952 %postun -n apache1-mod_php
1953 if [ "$1" = "0" ]; then
1954         %service -q apache restart
1955 fi
1956
1957 %post -n apache-mod_php
1958 if [ "$1" = "1" ]; then
1959         %service -q httpd restart
1960 fi
1961
1962 %postun -n apache-mod_php
1963 if [ "$1" = "0" ]; then
1964         %service -q httpd restart
1965 fi
1966
1967 # so tired of typing... so decided to create macros
1968 # macro called at extension post scriptlet
1969 %define extension_post \
1970 if [ "$1" = "1" ]; then \
1971         [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart \
1972         [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart \
1973 fi
1974
1975 # macro called at extension postun scriptlet
1976 %define extension_postun \
1977 if [ "$1" = "0" ]; then \
1978         [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart \
1979         [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart \
1980 fi
1981
1982 %post   common -p /sbin/ldconfig
1983 %postun common -p /sbin/ldconfig
1984
1985 %posttrans common
1986 # minimizing apache restarts logics. we restart webserver:
1987 #
1988 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1989 # 2. first install of extension (post: $1 = 1)
1990 # 2. uninstall of extension (postun: $1 == 0)
1991 #
1992 # the strict internal deps between extensions (and apache modules) and
1993 # common package are very important for all this to work.
1994
1995 # restart webserver at the end of transaction
1996 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
1997 [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart
1998
1999 %if %{with apache1}
2000 %triggerpostun -n apache1-mod_php -- php < 4:5.0.4-9.11
2001 sed -i -e '
2002         /^AddType application\/x-httpd-php \.php/s,^,#,
2003         /^\(Add\|Load\)Module.*php5\.\(so\|c\)/d
2004 ' /etc/apache/apache.conf
2005 %service -q apache restart
2006 %endif
2007
2008 %if %{with apache2}
2009 %triggerpostun -n apache-mod_php -- php < 4:5.0.4-7.1, php < 4:5.0.4-7.1
2010 # for fixed php-SAPI.ini, the poor php-apache.ini was never read for apache2
2011 if [ -f %{_sysconfdir}/php-apache.ini.rpmsave ]; then
2012         cp -f %{_sysconfdir}/php-apache2handler.ini{,.rpmnew}
2013         mv -f %{_sysconfdir}/php-apache.ini.rpmsave %{_sysconfdir}/php-apache2handler.ini
2014 fi
2015 %endif
2016
2017 %post bcmath
2018 %extension_post
2019
2020 %postun bcmath
2021 %extension_postun
2022
2023 %post bzip2
2024 %extension_post
2025
2026 %postun bzip2
2027 %extension_postun
2028
2029 %post calendar
2030 %extension_post
2031
2032 %postun calendar
2033 %extension_postun
2034
2035 %post ctype
2036 %extension_post
2037
2038 %postun ctype
2039 %extension_postun
2040
2041 %post curl
2042 %extension_post
2043
2044 %postun curl
2045 %extension_postun
2046
2047 %post dba
2048 %extension_post
2049
2050 %postun dba
2051 %extension_postun
2052
2053 %post dbase
2054 %extension_post
2055
2056 %postun dbase
2057 %extension_postun
2058
2059 %post dom
2060 %extension_post
2061
2062 %postun dom
2063 %extension_postun
2064
2065 %post exif
2066 %extension_post
2067
2068 %postun exif
2069 %extension_postun
2070
2071 %post fdf
2072 %extension_post
2073
2074 %postun fdf
2075 %extension_postun
2076
2077 %post filepro
2078 %extension_post
2079
2080 %postun filepro
2081 %extension_postun
2082
2083 %post ftp
2084 %extension_post
2085
2086 %postun ftp
2087 %extension_postun
2088
2089 %post gd
2090 %extension_post
2091
2092 %postun gd
2093 %extension_postun
2094
2095 %post gettext
2096 %extension_post
2097
2098 %postun gettext
2099 %extension_postun
2100
2101 %post gmp
2102 %extension_post
2103
2104 %postun gmp
2105 %extension_postun
2106
2107 %post hwapi
2108 %extension_post
2109
2110 %postun hwapi
2111 %extension_postun
2112
2113 %post iconv
2114 %extension_post
2115
2116 %postun iconv
2117 %extension_postun
2118
2119 %post imap
2120 %extension_post
2121
2122 %postun imap
2123 %extension_postun
2124
2125 %post interbase
2126 %extension_post
2127
2128 %postun interbase
2129 %extension_postun
2130
2131 %post ldap
2132 %extension_post
2133
2134 %postun ldap
2135 %extension_postun
2136
2137 %post mbstring
2138 %extension_post
2139
2140 %postun mbstring
2141 %extension_postun
2142
2143 %post mcrypt
2144 %extension_post
2145
2146 %postun mcrypt
2147 %extension_postun
2148
2149 %post mhash
2150 %extension_post
2151
2152 %postun mhash
2153 %extension_postun
2154
2155 %post mime_magic
2156 %extension_post
2157
2158 %postun mime_magic
2159 %extension_postun
2160
2161 %post ming
2162 %extension_post
2163
2164 %postun ming
2165 %extension_postun
2166
2167 %post msession
2168 %extension_post
2169
2170 %postun msession
2171 %extension_postun
2172
2173 %post mssql
2174 %extension_post
2175
2176 %postun mssql
2177 %extension_postun
2178
2179 %post mysql
2180 %extension_post
2181
2182 %postun mysql
2183 %extension_postun
2184
2185 %post mysqli
2186 %extension_post
2187
2188 %postun mysqli
2189 %extension_postun
2190
2191 %post ncurses
2192 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2193         %{_sbindir}/php-module-install install ncurses %{_sysconfdir}/php-cgi.ini
2194 fi
2195 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2196         %{_sbindir}/php-module-install install ncurses %{_sysconfdir}/php-cli.ini
2197 fi
2198
2199 %postun ncurses
2200 if [ "$1" = "0" ]; then
2201         if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2202                 %{_sbindir}/php-module-install remove ncurses %{_sysconfdir}/php-cgi.ini
2203         fi
2204         if [ -f %{_sysconfdir}/php-cli.ini ]; then
2205                 %{_sbindir}/php-module-install remove ncurses %{_sysconfdir}/php-cli.ini
2206         fi
2207 fi
2208
2209 %post oci8
2210 %extension_post
2211
2212 %postun oci8
2213 %extension_postun
2214
2215 %post odbc
2216 %extension_post
2217
2218 %postun odbc
2219 %extension_postun
2220
2221 %post openssl
2222 %extension_post
2223
2224 %postun openssl
2225 %extension_postun
2226
2227 %post pcntl
2228 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2229         %{_sbindir}/php-module-install install pcntl %{_sysconfdir}/php-cgi.ini
2230 fi
2231 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2232         %{_sbindir}/php-module-install install pcntl %{_sysconfdir}/php-cli.ini
2233 fi
2234
2235 %postun pcntl
2236 if [ "$1" = "0" ]; then
2237         if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2238                 %{_sbindir}/php-module-install remove pcntl %{_sysconfdir}/php-cgi.ini
2239         fi
2240         if [ -f %{_sysconfdir}/php-cli.ini ]; then
2241                 %{_sbindir}/php-module-install remove pcntl %{_sysconfdir}/php-cli.ini
2242         fi
2243 fi
2244
2245 %post pcre
2246 %extension_post
2247
2248 %postun pcre
2249 %extension_postun
2250
2251 %post pdo-dblib
2252 %extension_post
2253
2254 %postun pdo-dblib
2255 %extension_postun
2256
2257 %post pdo-firebird
2258 %extension_post
2259
2260 %postun pdo-firebird
2261 %extension_postun
2262
2263 %post pdo-mysql
2264 %extension_post
2265
2266 %postun pdo-mysql
2267 %extension_postun
2268
2269 %post pdo-odbc
2270 %extension_post
2271
2272 %postun pdo-odbc
2273 %extension_postun
2274
2275 %post pdo-pgsql
2276 %extension_post
2277
2278 %postun pdo-pgsql
2279 %extension_postun
2280
2281 %post pdo-sqlite
2282 %extension_post
2283
2284 %postun pdo-sqlite
2285 %extension_postun
2286
2287 %post pgsql
2288 %extension_post
2289
2290 %postun pgsql
2291 %extension_postun
2292
2293 %post posix
2294 %extension_post
2295
2296 %postun posix
2297 %extension_postun
2298
2299 %post pspell
2300 %extension_post
2301
2302 %postun pspell
2303 %extension_postun
2304
2305 %post readline
2306 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2307         %{_sbindir}/php-module-install install readline %{_sysconfdir}/php-cgi.ini
2308 fi
2309 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2310         %{_sbindir}/php-module-install install readline %{_sysconfdir}/php-cli.ini
2311 fi
2312
2313 %postun readline
2314 if [ "$1" = "0" ]; then
2315         if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2316                 %{_sbindir}/php-module-install remove readline %{_sysconfdir}/php-cgi.ini
2317         fi
2318         if [ -f %{_sysconfdir}/php-cli.ini ]; then
2319                 %{_sbindir}/php-module-install remove readline %{_sysconfdir}/php-cli.ini
2320         fi
2321 fi
2322
2323 %post recode
2324 %extension_post
2325
2326 %postun recode
2327 %extension_postun
2328
2329 %post session
2330 %extension_post
2331
2332 %postun session
2333 %extension_postun
2334
2335 %post shmop
2336 %extension_post
2337
2338 %postun shmop
2339 %extension_postun
2340
2341 %post snmp
2342 %extension_post
2343
2344 %postun snmp
2345 %extension_postun
2346
2347 %post soap
2348 %extension_post
2349
2350 %postun soap
2351 %extension_postun
2352 if [ "$1" = "0" ]; then
2353         %{_sbindir}/php-module-install remove soap %{_sysconfdir}/php.ini
2354 fi
2355
2356 %post sockets
2357 %extension_post
2358
2359 %postun sockets
2360 %extension_postun
2361
2362 %post sqlite
2363 %extension_post
2364
2365 %postun sqlite
2366 %extension_postun
2367
2368 %post sybase
2369 %extension_post
2370
2371 %postun sybase
2372 %extension_postun
2373
2374 %post sybase-ct
2375 %extension_post
2376
2377 %postun sybase-ct
2378 %extension_postun
2379
2380 %post sysvmsg
2381 %extension_post
2382
2383 %postun sysvmsg
2384 %extension_postun
2385
2386 %post sysvsem
2387 %extension_post
2388
2389 %postun sysvsem
2390 %extension_postun
2391
2392 %post sysvshm
2393 %extension_post
2394
2395 %postun sysvshm
2396 %extension_postun
2397
2398 %post tidy
2399 %extension_post
2400
2401 %postun tidy
2402 %extension_postun
2403
2404 %post tokenizer
2405 %extension_post
2406
2407 %postun tokenizer
2408 %extension_postun
2409
2410 %post wddx
2411 %extension_post
2412
2413 %postun wddx
2414 %extension_postun
2415
2416 %post xml
2417 %extension_post
2418
2419 %postun xml
2420 %extension_postun
2421
2422 %post xmlreader
2423 %extension_post
2424
2425 %postun xmlreader
2426 %extension_postun
2427
2428 %post xmlrpc
2429 %extension_post
2430
2431 %postun xmlrpc
2432 %extension_postun
2433
2434 %post xsl
2435 %extension_post
2436
2437 %postun xsl
2438 %extension_postun
2439
2440 %post zlib
2441 %extension_post
2442
2443 %postun zlib
2444 %extension_postun
2445
2446 %triggerun bcmath -- %{name}-bcmath < 4:5.0.4-9.1
2447 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove bcmath %{_sysconfdir}/php.ini
2448
2449 %triggerun bzip2 -- %{name}-bzip2 < 4:5.0.4-9.1
2450 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove bzip2 %{_sysconfdir}/php.ini
2451
2452 %triggerun calendar -- %{name}-calendar < 4:5.0.4-9.1
2453 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove calendar %{_sysconfdir}/php.ini
2454
2455 %triggerun ctype -- %{name}-ctype < 4:5.0.4-9.1
2456 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove ctype %{_sysconfdir}/php.ini
2457
2458 %triggerun curl -- %{name}-curl < 4:5.0.4-9.1
2459 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove curl %{_sysconfdir}/php.ini
2460
2461 %triggerun dba -- %{name}-dba < 4:5.0.4-9.1
2462 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove dba %{_sysconfdir}/php.ini
2463
2464 %triggerun dbase -- %{name}-dbase < 4:5.0.4-9.1
2465 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove dbase %{_sysconfdir}/php.ini
2466
2467 %triggerun dom -- %{name}-dom < 4:5.0.4-9.1
2468 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove dom %{_sysconfdir}/php.ini
2469
2470 %triggerun exif -- %{name}-exif < 4:5.0.4-9.1
2471 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove exif %{_sysconfdir}/php.ini
2472
2473 %triggerun fdf -- %{name}-fdf < 4:5.0.4-9.1
2474 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove fdf %{_sysconfdir}/php.ini
2475
2476 %triggerun filepro -- %{name}-filepro < 4:5.0.4-9.1
2477 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove filepro %{_sysconfdir}/php.ini
2478
2479 %triggerun ftp -- %{name}-ftp < 4:5.0.4-9.1
2480 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove ftp %{_sysconfdir}/php.ini
2481
2482 %triggerun gd -- %{name}-gd < 4:5.0.4-9.1
2483 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove gd %{_sysconfdir}/php.ini
2484
2485 %triggerun gettext -- %{name}-gettext < 4:5.0.4-9.1
2486 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove gettext %{_sysconfdir}/php.ini
2487
2488 %triggerun gmp -- %{name}-gmp < 4:5.0.4-9.1
2489 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove gmp %{_sysconfdir}/php.ini
2490
2491 %triggerun hwapi -- %{name}-hwapi < 4:5.0.4-9.1
2492 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove hwapi %{_sysconfdir}/php.ini
2493
2494 %triggerun iconv -- %{name}-iconv < 4:5.0.4-9.1
2495 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove iconv %{_sysconfdir}/php.ini
2496
2497 %triggerun imap -- %{name}-imap < 4:5.0.4-9.1
2498 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove imap %{_sysconfdir}/php.ini
2499
2500 %triggerun interbase -- %{name}-interbase < 4:5.0.4-9.1
2501 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove interbase %{_sysconfdir}/php.ini
2502
2503 %triggerun ldap -- %{name}-ldap < 4:5.0.4-9.1
2504 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove ldap %{_sysconfdir}/php.ini
2505
2506 %triggerun mbstring -- %{name}-mbstring < 4:5.0.4-9.1
2507 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mbstring %{_sysconfdir}/php.ini
2508
2509 %triggerun mcrypt -- %{name}-mcrypt < 4:5.0.4-9.1
2510 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mcrypt %{_sysconfdir}/php.ini
2511
2512 %triggerun mhash -- %{name}-mhash < 4:5.0.4-9.1
2513 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mhash %{_sysconfdir}/php.ini
2514
2515 %triggerun mime_magic -- %{name}-mime_magic < 4:5.0.4-9.1
2516 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mime_magic %{_sysconfdir}/php.ini
2517
2518 %triggerun ming -- %{name}-ming < 4:5.0.4-9.1
2519 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove ming %{_sysconfdir}/php.ini
2520
2521 %triggerun msession -- %{name}-msession < 4:5.0.4-9.1
2522 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove msession %{_sysconfdir}/php.ini
2523
2524 %triggerun mssql -- %{name}-mssql < 4:5.0.4-9.1
2525 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mssql %{_sysconfdir}/php.ini
2526
2527 %triggerun mysql -- %{name}-mysql < 4:5.0.4-9.1
2528 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mysql %{_sysconfdir}/php.ini
2529
2530 %triggerun mysqli -- %{name}-mysqli < 4:5.0.4-9.1
2531 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove mysqli %{_sysconfdir}/php.ini
2532
2533 %triggerun oci8 -- %{name}-oci8 < 4:5.0.4-9.1
2534 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove oci8 %{_sysconfdir}/php.ini
2535
2536 %triggerun odbc -- %{name}-odbc < 4:5.0.4-9.1
2537 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove odbc %{_sysconfdir}/php.ini
2538
2539 %triggerun openssl -- %{name}-openssl < 4:5.0.4-9.1
2540 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove openssl %{_sysconfdir}/php.ini
2541
2542 %triggerun pcre -- %{name}-pcre < 4:5.0.4-9.1
2543 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove pcre %{_sysconfdir}/php.ini
2544
2545 %triggerun pgsql -- %{name}-pgsql < 4:5.0.4-9.1
2546 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove pgsql %{_sysconfdir}/php.ini
2547
2548 %triggerun posix -- %{name}-posix < 4:5.0.4-9.1
2549 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove posix %{_sysconfdir}/php.ini
2550
2551 %triggerun pspell -- %{name}-pspell < 4:5.0.4-9.1
2552 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove pspell %{_sysconfdir}/php.ini
2553
2554 %triggerun recode -- %{name}-recode < 4:5.0.4-9.1
2555 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove recode %{_sysconfdir}/php.ini
2556
2557 %triggerun session -- %{name}-session < 4:5.0.4-9.1
2558 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove session %{_sysconfdir}/php.ini
2559
2560 %triggerun shmop -- %{name}-shmop < 4:5.0.4-9.1
2561 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove shmop %{_sysconfdir}/php.ini
2562
2563 %triggerun snmp -- %{name}-snmp < 4:5.0.4-9.1
2564 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove snmp %{_sysconfdir}/php.ini
2565
2566 %triggerun soap -- %{name}-soap < 4:5.0.4-9.1
2567 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove soap %{_sysconfdir}/php.ini
2568
2569 %triggerun sockets -- %{name}-sockets < 4:5.0.4-9.1
2570 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sockets %{_sysconfdir}/php.ini
2571
2572 %triggerun sqlite -- %{name}-sqlite < 4:5.0.4-9.1
2573 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sqlite %{_sysconfdir}/php.ini
2574
2575 %triggerun sybase -- %{name}-sybase < 4:5.0.4-9.1
2576 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sybase %{_sysconfdir}/php.ini
2577
2578 %triggerun sybase-ct -- %{name}-sybase-ct < 4:5.0.4-9.1
2579 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sybase-ct %{_sysconfdir}/php.ini
2580
2581 %triggerun sysvmsg -- %{name}-sysvmsg < 4:5.0.4-9.1
2582 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sysvmsg %{_sysconfdir}/php.ini
2583
2584 %triggerun sysvsem -- %{name}-sysvsem < 4:5.0.4-9.1
2585 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sysvsem %{_sysconfdir}/php.ini
2586
2587 %triggerun sysvshm -- %{name}-sysvshm < 4:5.0.4-9.1
2588 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove sysvshm %{_sysconfdir}/php.ini
2589
2590 %triggerun tidy -- %{name}-tidy < 4:5.0.4-9.1
2591 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove tidy %{_sysconfdir}/php.ini
2592
2593 %triggerun wddx -- %{name}-wddx < 4:5.0.4-9.1
2594 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove wddx %{_sysconfdir}/php.ini
2595
2596 %triggerun xml -- %{name}-xml < 4:5.0.4-9.1
2597 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove xml %{_sysconfdir}/php.ini
2598
2599 %triggerun xmlrpc -- %{name}-xmlrpc < 4:5.0.4-9.1
2600 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove xmlrpc %{_sysconfdir}/php.ini
2601
2602 %triggerun xsl -- %{name}-xsl < 4:5.0.4-9.1
2603 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove xsl %{_sysconfdir}/php.ini
2604
2605 %triggerun zlib -- %{name}-zlib < 4:5.0.4-9.1
2606 [ ! -x %{_sbindir}/php-module-install ] || %{_sbindir}/php-module-install remove zlib %{_sysconfdir}/php.ini
2607
2608 %if %{with apache1}
2609 %files -n apache1-mod_php
2610 %defattr(644,root,root,755)
2611 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2612 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2613 %attr(755,root,root) %{_libdir}/apache1/libphp5.so
2614 /home/services/apache/icons/*
2615 %endif
2616
2617 %if %{with apache2}
2618 %files -n apache-mod_php
2619 %defattr(644,root,root,755)
2620 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/httpd.conf/*_mod_php.conf
2621 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2622 %attr(755,root,root) %{_libdir}/apache/libphp5.so
2623 /home/services/httpd/icons/*
2624 %endif
2625
2626 %if %{with fcgi}
2627 %files fcgi
2628 %defattr(644,root,root,755)
2629 %doc sapi/cgi/README.FastCGI
2630 %attr(755,root,root) %{_bindir}/php.fcgi
2631 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2632 %endif
2633
2634 %files cgi
2635 %defattr(644,root,root,755)
2636 %attr(755,root,root) %{_bindir}/php.cgi
2637 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi.ini
2638
2639 %files cli
2640 %defattr(644,root,root,755)
2641 %attr(755,root,root) %{_bindir}/php.cli
2642 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2643 %{_mandir}/man1/php.1*
2644 %{_mandir}/man1/php.cli.1*
2645
2646 %files program
2647 %defattr(644,root,root,755)
2648 %attr(755,root,root) %{_bindir}/php
2649
2650 %files common
2651 %defattr(644,root,root,755)
2652 %doc php.ini-*
2653 %doc CREDITS Zend/ZEND_CHANGES
2654 %doc LICENSE Zend/LICENSE.Zend EXTENSIONS NEWS TODO*
2655
2656 %dir %{_sysconfdir}
2657 %dir %{_sysconfdir}/conf.d
2658 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2659 %attr(755,root,root) %{_sbindir}/php-module-install
2660 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2661 %dir %{extensionsdir}
2662 %dir %{_phpsharedir}
2663
2664 # session_mm doesn't work with shared session
2665 #%files session
2666 #%defattr(644,root,root,755)
2667 #%attr(755,root,root) %{extensionsdir}/session.so
2668 %doc ext/session/mod_files.sh
2669
2670 %files devel
2671 %defattr(644,root,root,755)
2672 %doc README.UNIX-BUILD-SYSTEM
2673 %doc README.EXT_SKEL README.SELF-CONTAINED-EXTENSIONS
2674 %doc CODING_STANDARDS
2675 %attr(755,root,root) %{_bindir}/phpextdist
2676 %attr(755,root,root) %{_bindir}/phpize
2677 %attr(755,root,root) %{_bindir}/php-config
2678 %attr(755,root,root) %{_libdir}/libphp_common.so
2679 %{_libdir}/libphp_common.la
2680 %{_includedir}/php
2681 %{_libdir}/php/build
2682 %{_mandir}/man1/*
2683
2684 %files bcmath
2685 %defattr(644,root,root,755)
2686 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2687 %attr(755,root,root) %{extensionsdir}/bcmath.so
2688
2689 %files bzip2
2690 %defattr(644,root,root,755)
2691 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2692 %attr(755,root,root) %{extensionsdir}/bz2.so
2693
2694 %files calendar
2695 %defattr(644,root,root,755)
2696 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2697 %attr(755,root,root) %{extensionsdir}/calendar.so
2698
2699 %files ctype
2700 %defattr(644,root,root,755)
2701 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2702 %attr(755,root,root) %{extensionsdir}/ctype.so
2703
2704 %if %{with curl}
2705 %files curl
2706 %defattr(644,root,root,755)
2707 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2708 %attr(755,root,root) %{extensionsdir}/curl.so
2709 %endif
2710
2711 %files dba
2712 %defattr(644,root,root,755)
2713 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2714 %attr(755,root,root) %{extensionsdir}/dba.so
2715
2716 %files dbase
2717 %defattr(644,root,root,755)
2718 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dbase.ini
2719 %attr(755,root,root) %{extensionsdir}/dbase.so
2720
2721 %files dom
2722 %defattr(644,root,root,755)
2723 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2724 %attr(755,root,root) %{extensionsdir}/dom.so
2725
2726 %if %{with fdf}
2727 %files fdf
2728 %defattr(644,root,root,755)
2729 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fdf.ini
2730 %attr(755,root,root) %{extensionsdir}/fdf.so
2731 %endif
2732
2733 %files exif
2734 %defattr(644,root,root,755)
2735 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2736 %attr(755,root,root) %{extensionsdir}/exif.so
2737
2738 %files filepro
2739 %defattr(644,root,root,755)
2740 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filepro.ini
2741 %attr(755,root,root) %{extensionsdir}/filepro.so
2742
2743 %files ftp
2744 %defattr(644,root,root,755)
2745 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2746 %attr(755,root,root) %{extensionsdir}/ftp.so
2747
2748 %files gd
2749 %defattr(644,root,root,755)
2750 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2751 %attr(755,root,root) %{extensionsdir}/gd.so
2752
2753 %files gettext
2754 %defattr(644,root,root,755)
2755 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2756 %attr(755,root,root) %{extensionsdir}/gettext.so
2757
2758 %files gmp
2759 %defattr(644,root,root,755)
2760 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2761 %attr(755,root,root) %{extensionsdir}/gmp.so
2762
2763 %if %{with hwapi}
2764 %files hwapi
2765 %defattr(644,root,root,755)
2766 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hwapi.ini
2767 %attr(755,root,root) %{extensionsdir}/hwapi.so
2768 %endif
2769
2770 %files iconv
2771 %defattr(644,root,root,755)
2772 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2773 %attr(755,root,root) %{extensionsdir}/iconv.so
2774
2775 %if %{with imap}
2776 %files imap
2777 %defattr(644,root,root,755)
2778 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2779 %attr(755,root,root) %{extensionsdir}/imap.so
2780 %endif
2781
2782 %if %{with interbase}
2783 %files interbase
2784 %defattr(644,root,root,755)
2785 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2786 %attr(755,root,root) %{extensionsdir}/interbase.so
2787 %endif
2788
2789 %if %{with ldap}
2790 %files ldap
2791 %defattr(644,root,root,755)
2792 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
2793 %attr(755,root,root) %{extensionsdir}/ldap.so
2794 %endif
2795
2796 %files mbstring
2797 %defattr(644,root,root,755)
2798 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
2799 %attr(755,root,root) %{extensionsdir}/mbstring.so
2800
2801 %files mcrypt
2802 %defattr(644,root,root,755)
2803 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
2804 %attr(755,root,root) %{extensionsdir}/mcrypt.so
2805
2806 %if %{with mhash}
2807 %files mhash
2808 %defattr(644,root,root,755)
2809 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mhash.ini
2810 %attr(755,root,root) %{extensionsdir}/mhash.so
2811 %endif
2812
2813 %if %{with mime_magic}
2814 %files mime_magic
2815 %defattr(644,root,root,755)
2816 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mime_magic.ini
2817 %attr(755,root,root) %{extensionsdir}/mime_magic.so
2818 %endif
2819
2820 %if %{with ming}
2821 %files ming
2822 %defattr(644,root,root,755)
2823 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ming.ini
2824 %attr(755,root,root) %{extensionsdir}/ming.so
2825 %endif
2826
2827 %if %{with msession}
2828 %files msession
2829 %defattr(644,root,root,755)
2830 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/msession.ini
2831 %attr(755,root,root) %{extensionsdir}/msession.so
2832 %endif
2833
2834 %if %{with mssql}
2835 %files mssql
2836 %defattr(644,root,root,755)
2837 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
2838 %attr(755,root,root) %{extensionsdir}/mssql.so
2839 %endif
2840
2841 %files mysql
2842 %defattr(644,root,root,755)
2843 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
2844 %attr(755,root,root) %{extensionsdir}/mysql.so
2845
2846 %if %{with mysqli}
2847 %files mysqli
2848 %defattr(644,root,root,755)
2849 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
2850 %attr(755,root,root) %{extensionsdir}/mysqli.so
2851 %endif
2852
2853 %files ncurses
2854 %defattr(644,root,root,755)
2855 %attr(755,root,root) %{extensionsdir}/ncurses.so
2856
2857 %if %{with oci8}
2858 %files oci8
2859 %defattr(644,root,root,755)
2860 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
2861 %attr(755,root,root) %{extensionsdir}/oci8.so
2862 %endif
2863
2864 %if %{with odbc}
2865 %files odbc
2866 %defattr(644,root,root,755)
2867 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
2868 %attr(755,root,root) %{extensionsdir}/odbc.so
2869 %endif
2870
2871 %if %{with openssl}
2872 %files openssl
2873 %defattr(644,root,root,755)
2874 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
2875 %attr(755,root,root) %{extensionsdir}/openssl.so
2876 %endif
2877
2878 %files pcntl
2879 %defattr(644,root,root,755)
2880 %attr(755,root,root) %{extensionsdir}/pcntl.so
2881
2882 %if %{with pcre}
2883 %files pcre
2884 %defattr(644,root,root,755)
2885 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcre.ini
2886 %attr(755,root,root) %{extensionsdir}/pcre.so
2887 %endif
2888
2889 %files pdo
2890 %defattr(644,root,root,755)
2891 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
2892 %attr(755,root,root) %{extensionsdir}/pdo.so
2893
2894 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
2895 %files pdo-dblib
2896 %defattr(644,root,root,755)
2897 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
2898 %attr(755,root,root) %{extensionsdir}/pdo_dblib.so
2899 %endif
2900
2901 %if %{with interbase} && %{without interbase_inst}
2902 %files pdo-firebird
2903 %defattr(644,root,root,755)
2904 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
2905 %attr(755,root,root) %{extensionsdir}/pdo_firebird.so
2906 %endif
2907
2908 %files pdo-mysql
2909 %defattr(644,root,root,755)
2910 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
2911 %attr(755,root,root) %{extensionsdir}/pdo_mysql.so
2912
2913 %if %{with oci8}
2914 %files pdo-oci
2915 %defattr(644,root,root,755)
2916 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
2917 %attr(755,root,root) %{extensionsdir}/pdo_oci.so
2918 %endif
2919
2920 %if %{with odbc}
2921 %files pdo-odbc
2922 %defattr(644,root,root,755)
2923 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
2924 %attr(755,root,root) %{extensionsdir}/pdo_odbc.so
2925 %endif
2926
2927 %if %{with pgsql}
2928 %files pdo-pgsql
2929 %defattr(644,root,root,755)
2930 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
2931 %attr(755,root,root) %{extensionsdir}/pdo_pgsql.so
2932 %endif
2933
2934 %if %{with sqlite}
2935 %files pdo-sqlite
2936 %defattr(644,root,root,755)
2937 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
2938 %attr(755,root,root) %{extensionsdir}/pdo_sqlite.so
2939 %endif
2940
2941 %if %{with pgsql}
2942 %files pgsql
2943 %defattr(644,root,root,755)
2944 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
2945 %attr(755,root,root) %{extensionsdir}/pgsql.so
2946 %endif
2947
2948 %files posix
2949 %defattr(644,root,root,755)
2950 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
2951 %attr(755,root,root) %{extensionsdir}/posix.so
2952
2953 %if %{with pspell}
2954 %files pspell
2955 %defattr(644,root,root,755)
2956 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
2957 %attr(755,root,root) %{extensionsdir}/pspell.so
2958 %endif
2959
2960 %files readline
2961 %defattr(644,root,root,755)
2962 %attr(755,root,root) %{extensionsdir}/readline.so
2963
2964 %if %{with recode}
2965 %files recode
2966 %defattr(644,root,root,755)
2967 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
2968 %attr(755,root,root) %{extensionsdir}/recode.so
2969 %endif
2970
2971 %if 0
2972 # simplexml is needed by spl, and spl can't be built shared as of now (5.1.0RC3)
2973 %files simplexml
2974 %defattr(644,root,root,755)
2975 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
2976 %attr(755,root,root) %{extensionsdir}/simplexml.so
2977 %endif
2978
2979 %files shmop
2980 %defattr(644,root,root,755)
2981 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
2982 %attr(755,root,root) %{extensionsdir}/shmop.so
2983
2984 %if %{with snmp}
2985 %files snmp
2986 %defattr(644,root,root,755)
2987 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
2988 %attr(755,root,root) %{extensionsdir}/snmp.so
2989 %endif
2990
2991 %files soap
2992 %defattr(644,root,root,755)
2993 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
2994 %attr(755,root,root) %{extensionsdir}/soap.so
2995
2996 %files sockets
2997 %defattr(644,root,root,755)
2998 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
2999 %attr(755,root,root) %{extensionsdir}/sockets.so
3000
3001 %if %{with sqlite}
3002 %files sqlite
3003 %defattr(644,root,root,755)
3004 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite.ini
3005 %attr(755,root,root) %{extensionsdir}/sqlite.so
3006 %endif
3007
3008 %if %{with sybase}
3009 %files sybase
3010 %defattr(644,root,root,755)
3011 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase.ini
3012 %attr(755,root,root) %{extensionsdir}/sybase.so
3013 %endif
3014
3015 %if %{with sybase_ct}
3016 %files sybase-ct
3017 %defattr(644,root,root,755)
3018 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3019 %attr(755,root,root) %{extensionsdir}/sybase_ct.so
3020 %endif
3021
3022 %files sysvmsg
3023 %defattr(644,root,root,755)
3024 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3025 %attr(755,root,root) %{extensionsdir}/sysvmsg.so
3026
3027 %files sysvsem
3028 %defattr(644,root,root,755)
3029 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3030 %attr(755,root,root) %{extensionsdir}/sysvsem.so
3031
3032 %files sysvshm
3033 %defattr(644,root,root,755)
3034 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3035 %attr(755,root,root) %{extensionsdir}/sysvshm.so
3036
3037 %if %{with tidy}
3038 %files tidy
3039 %defattr(644,root,root,755)
3040 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3041 %attr(755,root,root) %{extensionsdir}/tidy.so
3042 %endif
3043
3044 %files tokenizer
3045 %defattr(644,root,root,755)
3046 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3047 %attr(755,root,root) %{extensionsdir}/tokenizer.so
3048
3049 %if %{with wddx}
3050 %files wddx
3051 %defattr(644,root,root,755)
3052 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3053 %attr(755,root,root) %{extensionsdir}/wddx.so
3054 %endif
3055
3056 %files xml
3057 %defattr(644,root,root,755)
3058 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3059 %attr(755,root,root) %{extensionsdir}/xml.so
3060
3061 %files xmlreader
3062 %defattr(644,root,root,755)
3063 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3064 %attr(755,root,root) %{extensionsdir}/xmlreader.so
3065
3066 %if %{with xmlrpc}
3067 %files xmlrpc
3068 %defattr(644,root,root,755)
3069 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3070 %attr(755,root,root) %{extensionsdir}/xmlrpc.so
3071 %endif
3072
3073 %files xsl
3074 %defattr(644,root,root,755)
3075 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3076 %attr(755,root,root) %{extensionsdir}/xsl.so
3077
3078 %files zlib
3079 %defattr(644,root,root,755)
3080 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3081 %attr(755,root,root) %{extensionsdir}/zlib.so
This page took 0.319193 seconds and 4 git commands to generate.