]> git.pld-linux.org Git - packages/php.git/blob - php.spec
- consistent packages/files order
[packages/php.git] / php.spec
1 # TODO
2 # - NOTE: mysqlnd does not support ssl or compression (see FAQ at http://dev.mysql.com/downloads/connector/php-mysqlnd/)
3 # - wddx: restore session support (not compiled in due DL extension check)
4 # - deal with modules removed from php and not moved to PECL, still not obsoleted anywhere
5 #   - removed from php 5.0 (currently in php4):
6 #   db, hyperwave, java, mcal, overload, qtdom
7 #   - removed from php 5.1:
8 #   cpdf, fam, oracle
9 #   - removed from php 5.2:
10 #   filepro, hwapi
11 #   - removed from php 5.3:
12 #   dbase, mime_magic, ming, ncurses, sybase
13 # - make additional headers and checking added by mail patch configurable
14 # - modularize standard (output from pure php -m)?
15 # - lib64 patch obsolete by $PHP_LIBDIR ?
16 # - WARNING: Phar: sha256/sha512 signature support disabled if ext/hash is
17 #   built shared, also PHAR_HAVE_OPENSSL is false if openssl is built shared.
18 #   make it runtime dep and add Suggests (or php warning messages)
19 # - some mods should be shared:
20 #$ php -m
21 # [PHP Modules]
22 #+Core
23 # date
24 #+ereg
25 # libxml
26 # Reflection
27 #
28 # Conditional build:
29 %bcond_with     interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
30 %bcond_with     oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
31 %bcond_with     instantclient   # build Oracle oci8 extension module against oracle-instantclient package
32 %bcond_with     system_gd       # with system gd (we prefer internal since it enables few more features)
33 %bcond_with     litespeed       # build litespeed module
34 %bcond_without  curl            # without CURL extension module
35 %bcond_without  filter          # without filter extension module
36 %bcond_without  imap            # without IMAP extension module
37 %bcond_without  interbase       # without InterBase extension module
38 %bcond_without  ldap            # without LDAP extension module
39 %bcond_without  mm              # without mm support for session storage
40 %bcond_without  mssql           # without MS SQL extension module
41 # don't turn it on by default; see TODO item for mysqlnd in this spec
42 %bcond_with     mysqlnd         # with mysqlnd support in mysql related extensions
43 %bcond_without  mysqli          # without mysqli support (Requires mysql > 4.1)
44 %bcond_without  odbc            # without ODBC extension module
45 %bcond_without  openssl         # without OpenSSL support and OpenSSL extension (module)
46 %bcond_without  pcre            # without PCRE extension module
47 %bcond_without  pgsql           # without PostgreSQL extension module
48 %bcond_without  phar            # without phar extension module
49 %bcond_without  pspell          # without pspell extension module
50 %bcond_without  recode          # without recode extension module
51 %bcond_without  snmp            # without SNMP extension module
52 %bcond_without  sqlite          # without SQLite extension module
53 %bcond_without  sqlite3         # without SQLite3 extension module
54 %bcond_without  sybase_ct       # without Sybase-CT extension module
55 %bcond_without  tidy            # without Tidy extension module
56 %bcond_without  wddx            # without WDDX extension module
57 %bcond_without  xmlrpc          # without XML-RPC extension module
58 %bcond_without  apache1         # disable building Apache 1.3.x SAPI
59 %bcond_without  apache2         # disable building Apache 2.x SAPI
60 %bcond_without  zts             # disable Zend Thread Safety
61 %bcond_without  cgi             # disable CGI/FCGI SAPI
62 %bcond_without  fpm             # disable FPM
63 %bcond_without  suhosin         # with suhosin patch
64 %bcond_with     tests           # default off; test process very often hangs on builders, approx run time 45m; perform "make test"
65 %bcond_with     gcov            # Enable Code coverage reporting
66 %bcond_with     type_hints      # experimental support for strict typing/casting
67
68 %define apxs1           /usr/sbin/apxs1
69 %define apxs2           /usr/sbin/apxs
70 %define litespeed_version       5.4
71
72 # disable all sapis
73 %if %{with gcov}
74 %undefine       with_apache1
75 %undefine       with_apache2
76 %undefine       with_cgi
77 %undefine       with_litespeed
78 %endif
79
80 # mm is not thread safe
81 %if %{with zts}
82 %undefine       with_mm
83 %endif
84
85 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha
86 # ppc disabled (broken on th-ppc)
87 %undefine       with_interbase
88 %endif
89
90 %ifnarch %{ix86} %{x8664}
91 # unsupported, see sapi/cgi/fpm/fpm_atomic.h
92 %undefine       with_fpm
93 %endif
94
95 %if 0
96 %if %{without apache1} && %{without apache2}
97 ERROR: You need to select at least one Apache SAPI to build shared modules.
98 %endif
99 %endif
100
101 # filter depends on pcre
102 %if %{without pcre}
103 %undefine       with_filter
104 %endif
105
106 %define         rel             9
107 Summary:        PHP: Hypertext Preprocessor
108 Summary(fr.UTF-8):      Le langage de script embarque-HTML PHP
109 Summary(pl.UTF-8):      Język skryptowy PHP
110 Summary(pt_BR.UTF-8):   A linguagem de script PHP
111 Summary(ru.UTF-8):      PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
112 Summary(uk.UTF-8):      PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
113 Name:           php
114 Version:        5.3.3
115 Release:        %{rel}%{?with_type_hints:th}
116 Epoch:          4
117 License:        PHP
118 Group:          Libraries
119 Source0:        http://www.php.net/distributions/%{name}-%{version}.tar.bz2
120 # Source0-md5:  21ceeeb232813c10283a5ca1b4c87b48
121 Source2:        %{name}-mod_%{name}.conf
122 Source3:        %{name}-cgi-fcgi.ini
123 Source4:        %{name}-apache.ini
124 Source5:        %{name}-cli.ini
125 # Taken from: http://browsers.garykeith.com/downloads.asp
126 Source9:        %{name}_browscap.ini
127 Source10:       %{name}-fpm.init
128 Source11:       %{name}-fpm.logrotate
129 Source12:       %{name}-branch.sh
130 Source13:       dep-tests.sh
131 Source14:       skip-tests.sh
132 Source15:       http://litespeedtech.com/packages/lsapi/%{name}-litespeed-%{litespeed_version}.tgz
133 # Source15-md5: 8738d9e3a232c2a0518c514802c66d73
134 Patch0:         %{name}-shared.patch
135 Patch1:         %{name}-pldlogo.patch
136 Patch2:         %{name}-mail.patch
137 Patch3:         %{name}-link-libs.patch
138 Patch4:         %{name}-libpq_fs_h_path.patch
139 Patch5:         %{name}-filter-shared.patch
140 Patch6:         %{name}-build_modules.patch
141 Patch7:         %{name}-sapi-ini-file.patch
142 Patch8:         %{name}-config-file-scan-dir.patch
143 Patch9:         %{name}-sh.patch
144 Patch10:        %{name}-ini.patch
145 %if %{with type_hints}
146 Patch12:        http://ilia.ws/patch/type_hint_53_v2.txt
147 %endif
148 Patch14:        %{name}-no_pear_install.patch
149 Patch15:        %{name}-zlib.patch
150 Patch17:        %{name}-readline.patch
151 Patch18:        %{name}-nohttpd.patch
152 Patch19:        %{name}-gd_imagerotate_enable.patch
153 Patch20:        %{name}-uint32_t.patch
154 Patch21:        %{name}-dba-link.patch
155 Patch22:        %{name}-both-apxs.patch
156 Patch23:        %{name}-builddir.patch
157 Patch24:        %{name}-zlib-for-getimagesize.patch
158 Patch25:        %{name}-stupidapache_version.patch
159 Patch26:        %{name}-pear.patch
160 Patch27:        %{name}-config-dir.patch
161 Patch29:        %{name}-fcgi-graceful.patch
162 Patch31:        %{name}-fcgi-error_log-no-newlines.patch
163 Patch32:        %{name}-curl-limit-speed.patch
164 Patch34:        %{name}-libtool.patch
165 Patch35:        %{name}-tds.patch
166 Patch36:        %{name}-mysql-charsetphpini.patch
167 Patch37:        %{name}-mysqli-charsetphpini.patch
168 Patch38:        %{name}-pdo_mysql-charsetphpini.patch
169 Patch39:        %{name}-use-prog_sendmail.patch
170 Patch41:        %{name}-fpm-config.patch
171 Patch42:        %{name}-fpm-shared.patch
172 Patch43:        %{name}-silent-session-cleanup.patch
173 Patch44:        %{name}-include_path.patch
174 Patch45:        %{name}-imap-annotations.patch
175 Patch46:        %{name}-imap-myrights.patch
176 Patch47:        suhosin.patch
177 Patch49:        %{name}-m4-divert.patch
178 Patch50:        extension-shared-optional-dep.patch
179 Patch51:        spl-shared.patch
180 Patch52:        pcre-shared.patch
181 Patch53:        fix-test-run.patch
182 Patch54:        mysqlnd-shared.patch
183 Patch55:        bug-52078-fileinode.patch
184 Patch56:        bug-51901.patch
185 Patch57:        bug-52448.patch
186 Patch58:        bug-52533.patch
187 Patch59:        %{name}-systzdata.patch
188 Patch60:        %{name}-oracle-instantclient.patch
189 Patch61:        %{name}-krb5-ac.patch
190 URL:            http://www.php.net/
191 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:        Firebird-devel >= 1.0.2.908-2}}
192 %{?with_pspell:BuildRequires:   aspell-devel >= 2:0.50.0}
193 BuildRequires:  autoconf >= 2.53
194 BuildRequires:  automake >= 1.4d
195 BuildRequires:  bison
196 BuildRequires:  bzip2-devel
197 %{?with_curl:BuildRequires:     curl-devel >= 7.12.0}
198 BuildRequires:  cyrus-sasl-devel
199 BuildRequires:  db-devel >= 4.0
200 BuildRequires:  elfutils-devel
201 #BuildRequires: fcgi-devel
202 #BuildRequires: flex
203 BuildRequires:  pkgconfig
204 BuildRequires:  sed >= 4.0
205 %if %{with mssql} || %{with sybase_ct}
206 BuildRequires:  freetds-devel >= 0.82
207 %endif
208 BuildRequires:  freetype-devel >= 2.0
209 %if %{with system_gd}
210 BuildRequires:  gd-devel >= 2.0.28-4
211 BuildRequires:  gd-devel(imagerotate) = 5.2.0
212 %endif
213 BuildRequires:  gdbm-devel
214 BuildRequires:  gmp-devel
215 %{?with_imap:BuildRequires:     imap-devel >= 1:2007e-2}
216 BuildRequires:  libicu-devel
217 BuildRequires:  libjpeg-devel
218 BuildRequires:  libltdl-devel >= 1.4
219 BuildRequires:  libmcrypt-devel >= 2.4.4
220 BuildRequires:  libpng-devel >= 1.0.8
221 #BuildRequires: libtiff-devel
222 %if "%{pld_release}" != "ac"
223 BuildRequires:  libtool >= 2:2.2
224 %else
225 BuildRequires:  libtool >= 1.4.3
226 %endif
227 #BuildRequires: libwrap-devel
228 BuildRequires:  libxml2-devel >= 1:2.7.6-4
229 BuildRequires:  libxslt-devel >= 1.1.0
230 %{?with_mm:BuildRequires:       mm-devel >= 1.3.0}
231 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
232 %if %{with openssl} || %{with ldap}
233 BuildRequires:  openssl-devel >= 0.9.7d
234 %endif
235 %{?with_gcov:BuildRequires:     lcov}
236 %{?with_snmp:%{?with_tests:BuildRequires:       mibs-net-snmp}}
237 %{?with_snmp:BuildRequires:     net-snmp-devel >= 5.0.7}
238 %{?with_instantclient:BuildRequires:    oracle-instantclient-devel}
239 BuildRequires:  pam-devel
240 %{?with_pcre:BuildRequires:     pcre-devel >= 6.6}
241 BuildRequires:  pkgconfig
242 %{?with_pgsql:BuildRequires:    postgresql-backend-devel >= 7.2}
243 %{?with_pgsql:BuildRequires:    postgresql-devel}
244 BuildRequires:  readline-devel
245 %{?with_recode:BuildRequires:   recode-devel >= 3.5d-3}
246 BuildRequires:  rpm >= 4.4.9-56
247 BuildRequires:  rpm-build >= 4.4.0
248 BuildRequires:  rpmbuild(macros) >= 1.566
249 %{?with_sqlite:BuildRequires:   sqlite-devel}
250 %{?with_sqlite3:BuildRequires:  sqlite3-devel >= 3.3.9}
251 BuildRequires:  t1lib-devel
252 %{?with_tidy:BuildRequires:     tidy-devel}
253 %{?with_odbc:BuildRequires:     unixODBC-devel}
254 %{?with_xmlrpc:BuildRequires:   xmlrpc-epi-devel}
255 BuildRequires:  zlib-devel >= 1.0.9
256 %if %{with apache1}
257 BuildRequires:  apache1-devel
258 %endif
259 %if %{with apache2}
260 BuildRequires:  apache-devel >= 2.0.52-2
261 BuildRequires:  apr-devel >= 1:1.0.0
262 BuildRequires:  apr-util-devel >= 1:1.0.0
263 %endif
264 %if %{with fpm}
265 #BuildRequires: judy-devel
266 BuildRequires:  libevent-devel >= 1.4.7-3
267 %endif
268 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
269
270 %define         php_sysconfdir          /etc/php
271 %define         php_extensiondir        %{_libdir}/php
272 %define         _sysconfdir                     %{php_sysconfdir}
273
274 # must be in sync with source. extra check ensuring that it is so is done in %%build
275 %define         php_api_version         20090626
276 %define         zend_module_api         20090626
277 %define         zend_extension_api      220090626
278
279 %define         zend_zts                %{!?with_zts:0}%{?with_zts:1}
280 %define         php_debug               %{!?debug:0}%{?debug:1}
281
282 %if %{with gcov}
283 %undefine       with_ccache
284 %endif
285
286 %if %{with oci8}
287 # ORACLE_HOME is required for oci8 ext to build
288 %define _preserve_env %_preserve_env_base ORACLE_HOME
289 %endif
290
291 %description
292 PHP is an HTML-embedded scripting language. PHP attempts to make it
293 easy for developers to write dynamically generated web pages. PHP also
294 offers built-in database integration for several commercial and
295 non-commercial database management systems, so writing a
296 database-enabled web page with PHP is fairly simple. The most common
297 use of PHP coding is probably as a replacement for CGI scripts. The
298 mod_php module enables the Apache web server to understand and process
299 the embedded PHP language in web pages. This package contains PHP
300 version %{version}.
301
302 %description -l fr.UTF-8
303 PHP est un langage de script embarque dans le HTM. PHP essaye de
304 rendre simple aux developpeurs d'ecrire des pages web generees
305 dynamiquement. PHP incorpore egalement une integration avec plusieurs
306 systemes de gestion de bases de donnees commerciaux et
307 non-connerciaux, qui rent facile la creation de pages web liees avec
308 des bases de donnees. L'utilisation la plus commune de PHP est
309 probablement en remplacement de scripts CGI. Le module mod_php permet
310 au serveur web Apache de comprendre et de traiter le langage PHP
311 integre dans des pages web. Ce package contient PHP version
312 %{version}.
313
314 %description -l pl.UTF-8
315 PHP jest językiem skryptowym, którego polecenia umieszcza się w
316 plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
317 generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
318 danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
319 co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
320 Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
321 CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
322 język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
323 %{version}.
324
325 %description -l pt_BR.UTF-8
326 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
327 embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
328 com algumas características únicas, específicas ao PHP. O objetivo da
329 linguagem é permitir que desenvolvedores web escrevam páginas
330 dinamicamente geradas de forma rápida.
331
332 %description -l ru.UTF-8
333 PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
334 предлагает интерграцию с множеством СУБД, поэтому написание скриптов
335 для работы с базами данных относительно просто. Наиболее популярное
336 использование PHP - замена для CGI скриптов.
337
338 %description -l uk.UTF-8
339 PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
340 пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
341 роботи з базами даних є доволі простим. Найбільш популярне
342 використання PHP - заміна для CGI скриптів.
343
344 %package -n apache1-mod_php
345 Summary:        PHP DSO module for Apache 1.3.x
346 Summary(pl.UTF-8):      Moduł DSO (Dynamic Shared Object) PHP dla Apache 1.3.x
347 Group:          Development/Languages/PHP
348 Requires(triggerpostun):        sed >= 4.0
349 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
350 Requires:       apache1(EAPI) >= 1.3.33-2
351 Requires:       apache1-mod_mime
352 Provides:       webserver(php) = %{version}
353 Obsoletes:      apache-mod_php < 1:4.1.1
354 Obsoletes:      phpfi
355
356 %description -n apache1-mod_php
357 PHP as DSO module for Apache 1.3.x.
358
359 %description -n apache1-mod_php -l pl.UTF-8
360 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 1.3.x.
361
362 %package -n apache-mod_php
363 Summary:        PHP DSO module for Apache 2.x
364 Summary(pl.UTF-8):      Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
365 Group:          Development/Languages/PHP
366 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
367 Requires:       apache(modules-api) = %{apache_modules_api}
368 Requires:       apache-mod_mime
369 Provides:       webserver(php) = %{version}
370 Obsoletes:      phpfi
371
372 %description -n apache-mod_php
373 PHP as DSO module for Apache 2.x.
374
375 %description -n apache-mod_php -l pl.UTF-8
376 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
377
378 %package litespeed
379 Summary:        PHP for litespeed HTTP server
380 Summary(pl.UTF-8):      PHP dla serwera HTTP litespeed
381 Group:          Development/Languages/PHP
382 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
383 Provides:       webserver(php) = %{version}
384
385 %description litespeed
386 PHP for litespeed HTTP server.
387
388 %description litespeed -l pl.UTF-8
389 PHP dla serwera HTTP litespeed.
390
391 %package cgi
392 Summary:        PHP as CGI/FastCGI program
393 Summary(pl.UTF-8):      PHP jako program CGI/FastCGI
394 Group:          Development/Languages/PHP
395 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
396 Provides:       %{name}-fcgi = %{epoch}:%{version}-%{release}
397 Provides:       php(cgi)
398 Provides:       php(fcgi)
399 Provides:       webserver(php)
400 Obsoletes:      php-fcgi < 4:5.3.0
401
402 %description cgi
403 PHP as CGI or FastCGI program.
404
405 %description cgi -l pl.UTF-8
406 PHP jako program CGI lub FastCGI.
407
408 %package cli
409 Summary:        PHP as CLI interpreter
410 Summary(pl.UTF-8):      PHP jako interpreter działający z linii poleceń
411 Group:          Development/Languages/PHP
412 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
413
414 %description cli
415 PHP as CLI interpreter.
416
417 %description cli -l pl.UTF-8
418 PHP jako interpreter działający z linii poleceń.
419
420 %package program
421 Summary:        /usr/bin/php symlink
422 Summary(pl.UTF-8):      Dowiązanie symboliczne /usr/bin/php
423 Group:          Development/Languages/PHP
424 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
425 Obsoletes:      /usr/bin/php
426
427 %description program
428 Package providing /usr/bin/php symlink to PHP CLI.
429
430 %description program -l pl.UTF-8
431 Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
432
433 %package fpm
434 Summary:        PHP FastCGI Process Manager
435 Summary(pl.UTF-8):      PHP FastCGI Process Manager - zarządca procesów FastCGI
436 Group:          Development/Languages/PHP
437 URL:            http://www.php-fpm.org/
438 Requires(post,preun):   /sbin/chkconfig
439 Requires(postun):       /usr/sbin/userdel
440 Requires(pre):  /bin/id
441 Requires(pre):  /usr/sbin/useradd
442 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
443 Requires:       libevent >= 1.4.7-3
444 Requires:       rc-scripts
445 Provides:       user(http)
446 Provides:       webserver(php) = %{version}
447
448 %description fpm
449 PHP FastCGI Process Manager.
450
451 %description fpm -l pl.UTF-8
452 PHP FastCGI Process Manager - zarządca procesów FastCGI.
453
454 %package common
455 Summary:        Common files needed by both Apache modules and CGI/CLI SAPIs
456 Summary(pl.UTF-8):      Wspólne pliki dla modułu Apache'a i programu CGI
457 Summary(ru.UTF-8):      Разделяемые библиотеки для PHP
458 Summary(uk.UTF-8):      Бібліотеки спільного використання для PHP
459 Group:          Libraries
460 Requires(post): sed >= 4.0
461 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
462 Requires:       glibc >= 6:2.3.5
463 Requires:       php-dirs
464 Requires:       rpm-whiteout >= 1.28
465 Requires:       tzdata
466 Provides:       php(date)
467 Provides:       php(ereg)
468 Provides:       php(hash)
469 Provides:       php(libxml)
470 Provides:       php(modules_api) = %{php_api_version}
471 Provides:       php(overload)
472 Provides:       php(reflection)
473 Provides:       php(standard)
474 Provides:       php(zend_extension_api) = %{zend_extension_api}
475 Provides:       php(zend_module_api) = %{zend_module_api}
476 Provides:       php-date
477 Provides:       php-ereg
478 Provides:       php-overload
479 Provides:       php-reflection
480 Provides:       php-standard
481 Provides:       php5(debug) = %{php_debug}
482 Provides:       php5(thread-safety) = %{zend_zts}
483 %{!?with_mysqlnd:Obsoletes:     php-mysqlnd}
484 Obsoletes:      php-pecl-domxml
485 Conflicts:      php4-common < 3:4.4.4-8
486 Conflicts:      rpm < 4.4.2-0.2
487
488 %description common
489 Common files needed by both Apache modules and CGI/CLI SAPIs.
490
491 %description common -l pl.UTF-8
492 Wspólne pliki dla modułu Apache'a i programu CGI.
493
494 %description common -l ru.UTF-8
495 Этот пакет содержит общие файлы для разных вариантов реализации PHP
496 (самодостаточной и в качестве модуля Apache).
497
498 %description common -l uk.UTF-8
499 Цей пакет містить спільні файли для різних варіантів реалізації PHP
500 (самодостатньої та в якості модуля Apache).
501
502 %package devel
503 Summary:        Files for PHP modules development
504 Summary(pl.UTF-8):      Pliki do kompilacji modułów PHP
505 Summary(pt_BR.UTF-8):   Arquivos de desenvolvimento para PHP
506 Summary(ru.UTF-8):      Пакет разработки для построения расширений PHP
507 Summary(uk.UTF-8):      Пакет розробки для побудови розширень PHP
508 Group:          Development/Languages/PHP
509 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
510 Requires:       autoconf
511 Requires:       automake
512 %if "%{pld_release}" != "ac"
513 Requires:       libtool >= 2:2.2
514 %else
515 Requires:       libtool
516 %endif
517 %{?with_pcre:Requires:  pcre-devel >= 6.6}
518 Requires:       shtool
519 Obsoletes:      php-pear-devel
520 Obsoletes:      php4-devel
521
522 %description devel
523 The php-devel package lets you compile dynamic extensions to PHP.
524 Included here is the source for the PHP extensions. Instead of
525 recompiling the whole PHP binary to add support for, say, oracle,
526 install this package and use the new self-contained extensions
527 support. For more information, read the file
528 README.SELF-CONTAINED-EXTENSIONS.
529
530 %description devel -l pl.UTF-8
531 Ten pakiet zawiera pliki potrzebne do kompilacji modułów PHP. Zamiast
532 rekompilować całe PHP aby dodać obsługę np. oracle, można przy użyciu
533 tego pakietu skompilować samodzielne rozszerzenie. Więcej informacji o
534 samodzielnych rozszerzeniach można znaleźć w pliku
535 README.SELF-CONTAINED-EXTENSIONS.
536
537 %description devel -l pt_BR.UTF-8
538 Este pacote contém arquivos usados no desenvolvimento de programas ou
539 módulos PHP.
540
541 %description devel -l ru.UTF-8
542 Пакет php-devel дает возможность компилировать динамические расширения
543 PHP. Пакет включает исходный код этих расширений. Вместо повторной
544 компиляции бинарного файла PHP для добавления, например, поддержки
545 oracle, установите этот пакет для компилирования отдельных расширений.
546 Подробности - в файле README.SELF-CONTAINED-EXTENSIONS.
547
548 %description devel -l uk.UTF-8
549 Пакет php-devel дає можливість компілювати динамічні розширення PHP.
550 До пакету включено вихідний код для розширень. Замість повторної
551 компіляції бінарного файлу PHP для додання, наприклад, підтримки
552 oracle, встановіть цей пакет для компіляції окремих розширень.
553 Детальніша інформація - в файлі README.SELF-CONTAINED-EXTENSIONS.
554
555 %package bcmath
556 Summary:        bcmath extension module for PHP
557 Summary(pl.UTF-8):      Moduł bcmath dla PHP
558 Group:          Libraries
559 URL:            http://www.php.net/manual/en/book.bc.php
560 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
561 Provides:       php(bcmath)
562
563 %description bcmath
564 This is a dynamic shared object (DSO) for PHP that will add bc style
565 precision math functions support.
566
567 %description bcmath -l pl.UTF-8
568 Moduł PHP umożliwiający korzystanie z dokładnych funkcji
569 matematycznych takich jak w programie bc.
570
571 %package bz2
572 Summary:        Bzip2 extension module for PHP
573 Summary(pl.UTF-8):      Moduł bzip2 dla PHP
574 Group:          Libraries
575 URL:            http://www.php.net/manual/en/book.bzip2.php
576 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
577 Provides:       php(bz2)
578 Provides:       php(bzip2)
579 Provides:       php-bzip2 = %{epoch}:%{version}-%{release}
580 Obsoletes:      php-bzip2
581
582 %description bz2
583 This is a dynamic shared object (DSO) for PHP that will add bzip2
584 compression support to PHP.
585
586 %description bz2 -l pl.UTF-8
587 Moduł PHP umożliwiający używanie kompresji bzip2.
588
589 %package calendar
590 Summary:        Calendar extension module for PHP
591 Summary(pl.UTF-8):      Moduł funkcji kalendarza dla PHP
592 Group:          Libraries
593 URL:            http://www.php.net/manual/en/book.calendar.php
594 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
595 Provides:       php(calendar)
596
597 %description calendar
598 This is a dynamic shared object (DSO) for PHP that will add calendar
599 support.
600
601 %description calendar -l pl.UTF-8
602 Moduł PHP dodający wsparcie dla kalendarza.
603
604 %package ctype
605 Summary:        ctype extension module for PHP
606 Summary(pl.UTF-8):      Moduł ctype dla PHP
607 Group:          Libraries
608 URL:            http://www.php.net/manual/en/book.ctype.php
609 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
610 Provides:       php(ctype)
611
612 %description ctype
613 This is a dynamic shared object (DSO) for PHP that will add ctype
614 support.
615
616 %description ctype -l pl.UTF-8
617 Moduł PHP umożliwiający korzystanie z funkcji ctype.
618
619 %package curl
620 Summary:        curl extension module for PHP
621 Summary(pl.UTF-8):      Moduł curl dla PHP
622 Group:          Libraries
623 URL:            http://www.php.net/manual/en/book.curl.php
624 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
625 Provides:       php(curl)
626
627 %description curl
628 This is a dynamic shared object (DSO) for PHP that will add curl
629 support.
630
631 %description curl -l pl.UTF-8
632 Moduł PHP umożliwiający korzystanie z biblioteki curl.
633
634 %package dba
635 Summary:        DBA extension module for PHP
636 Summary(pl.UTF-8):      Moduł DBA dla PHP
637 Group:          Libraries
638 URL:            http://www.php.net/manual/en/book.dba.php
639 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
640 Provides:       php(dba)
641
642 %description dba
643 This is a dynamic shared object (DSO) for PHP that will add flat-file
644 databases (DBA) support.
645
646 %description dba -l pl.UTF-8
647 Moduł dla PHP dodający obsługę dla baz danych opartych na plikach
648 (DBA).
649
650 %package dom
651 Summary:        DOM extension module for PHP
652 Summary(pl.UTF-8):      Moduł DOM dla PHP
653 Group:          Libraries
654 URL:            http://www.php.net/manual/en/book.dom.php
655 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
656 Provides:       php(dom)
657 # it has some compatibility functions
658 Provides:       php(domxml)
659 Provides:       php-domxml = %{epoch}:%{version}-%{release}
660 Obsoletes:      php-domxml <= 3:4.3.8-1
661
662 %description dom
663 This is a dynamic shared object (DSO) for PHP that will add new DOM
664 support.
665
666 %description dom -l pl.UTF-8
667 Moduł PHP dodający nową obsługę DOM.
668
669 %package exif
670 Summary:        exif extension module for PHP
671 Summary(pl.UTF-8):      Moduł exif dla PHP
672 Group:          Libraries
673 URL:            http://www.php.net/manual/en/book.exif.php
674 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
675 Provides:       php(exif)
676
677 %description exif
678 This is a dynamic shared object (DSO) for PHP that will add EXIF tags
679 support in image files.
680
681 %description exif -l pl.UTF-8
682 Moduł PHP dodający obsługę znaczników EXIF w plikach obrazków.
683
684 %package fileinfo
685 Summary:        libmagic bindings
686 Summary(pl.UTF-8):      Wiązania do libmagic
687 Group:          Libraries
688 URL:            http://www.php.net/manual/en/book.fileinfo.php
689 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
690 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
691 Provides:       php(fileinfo)
692 Obsoletes:      php-pecl-fileinfo
693
694 %description fileinfo
695 This extension allows retrieval of information regarding vast majority
696 of file. This information may include dimensions, quality, length
697 etc...
698
699 Additionally it can also be used to retrieve the MIME type for a
700 particular file and for text files proper language encoding.
701
702 %description fileinfo -l pl.UTF-8
703 To rozszerzenie pozwala na uzyskanie informacji dotyczących większości
704 plików. Informacje mogą zawierać wymiary, jakość, długość itp.
705
706 Ponadto rozszerzenie można wykorzystać do odczytania typu MIME danego
707 pliku oraz kodowania plików tekstowych.
708
709 %package filter
710 Summary:        Extension for safely dealing with input parameters
711 Summary(pl.UTF-8):      Rozszerzenie do bezpiecznej obsługi danych wejściowych
712 Group:          Libraries
713 URL:            http://www.php.net/manual/en/book.filter.php
714 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
715 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
716 Provides:       php(filter)
717 Obsoletes:      php-pecl-filter
718
719 %description filter
720 We all know that you should always check input variables, but PHP does
721 not offer really good functionality for doing this in a safe way. The
722 Input Filter extension is meant to address this issue by implementing
723 a set of filters and mechanisms that users can use to safely access
724 their input data.
725
726 %description filter -l pl.UTF-8
727 Wiadomo, że trzeba zawsze sprawdzać zmienne wejściowe, ale PHP nie
728 oferuje naprawdę dobrej funkcjonalności do robienia tego w sposób
729 bezpieczny. Rozszerzenie Input Filter ma rozwiązać ten problem poprzez
730 zaimplementowanie zestawu filtrów i mechanizmów, których użytkownicy
731 mogą bezpiecznie używać do dostępu do danych.
732
733 %package ftp
734 Summary:        FTP extension module for PHP
735 Summary(pl.UTF-8):      Moduł FTP dla PHP
736 Group:          Libraries
737 URL:            http://www.php.net/manual/en/book.ftp.php
738 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
739 Provides:       php(ftp)
740
741 %description ftp
742 This is a dynamic shared object (DSO) for PHP that will add FTP
743 support.
744
745 %description ftp -l pl.UTF-8
746 Moduł PHP dodający obsługę protokołu FTP.
747
748 %package gd
749 Summary:        GD extension module for PHP
750 Summary(pl.UTF-8):      Moduł GD dla PHP
751 Group:          Libraries
752 URL:            http://www.php.net/manual/en/book.image.php
753 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
754 %if %{with system_gd}
755 Requires:       gd >= 2.0.28-4
756 Requires:       gd(gif)
757 Requires:       gd(imagerotate) = 5.2.0
758 %endif
759 Provides:       php(gd)
760
761 %description gd
762 This is a dynamic shared object (DSO) for PHP that will add GD
763 support, allowing you to create and manipulate images with PHP.
764
765 %description gd -l pl.UTF-8
766 Moduł PHP umożliwiający korzystanie z biblioteki GD, pozwalającej na
767 tworzenie i obróbkę obrazków.
768
769 %package gettext
770 Summary:        gettext extension module for PHP
771 Summary(pl.UTF-8):      Moduł gettext dla PHP
772 Group:          Libraries
773 URL:            http://www.php.net/manual/en/book.gettext.php
774 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
775 Provides:       php(gettext)
776
777 %description gettext
778 This is a dynamic shared object (DSO) for PHP that will add gettext
779 support.
780
781 %description gettext -l pl.UTF-8
782 Moduł PHP dodający obsługę lokalizacji przez gettext.
783
784 %package gmp
785 Summary:        gmp extension module for PHP
786 Summary(pl.UTF-8):      Moduł gmp dla PHP
787 Group:          Libraries
788 URL:            http://www.php.net/manual/en/book.gmp.php
789 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
790 Provides:       php(gmp)
791
792 %description gmp
793 This is a dynamic shared object (DSO) for PHP that will add arbitrary
794 length number support with GNU MP library.
795
796 %description gmp -l pl.UTF-8
797 Moduł PHP umożliwiający korzystanie z biblioteki gmp do obliczeń na
798 liczbach o dowolnej długości.
799
800 %package hash
801 Summary:        HASH Message Digest Framework
802 Summary(pl.UTF-8):      Szkielet do obliczania skrótów wiadomości
803 Group:          Libraries
804 URL:            http://www.php.net/manual/en/book.gmp.php
805 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
806 Provides:       php(hash)
807 Provides:       php(mhash)
808 Provides:       php-mhash = %{epoch}:%{version}-%{release}
809 Obsoletes:      php-mhash
810 Obsoletes:      php-pecl-hash
811
812 %description hash
813 Native implementations of common message digest algorithms using a
814 generic factory method.
815
816 %description hash -l pl.UTF-8
817 Natywne implementacje popularnych algorytmów obliczania skrótów
818 wiadomości przy użyciu wspólnego interfejsu.
819
820 %package iconv
821 Summary:        iconv extension module for PHP
822 Summary(pl.UTF-8):      Moduł iconv dla PHP
823 Group:          Libraries
824 URL:            http://www.php.net/manual/en/book.iconv.php
825 Requires:       %{_libdir}/gconv
826 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
827 Requires:       iconv
828 Provides:       php(iconv)
829
830 %description iconv
831 This is a dynamic shared object (DSO) for PHP that will add iconv
832 support.
833
834 %description iconv -l pl.UTF-8
835 Moduł PHP dodający obsługę iconv.
836
837 %package imap
838 Summary:        IMAP extension module for PHP
839 Summary(pl.UTF-8):      Moduł IMAP dla PHP
840 Summary(pt_BR.UTF-8):   Um módulo para aplicações PHP que usam IMAP
841 Group:          Libraries
842 URL:            http://www.php.net/manual/en/book.imap.php
843 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
844 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
845 Requires:       imap-lib >= 1:2007e-2
846 Provides:       php(imap)
847
848 %description imap
849 This is a dynamic shared object (DSO) for PHP that will add IMAP
850 support.
851
852 %description imap -l pl.UTF-8
853 Moduł PHP dodający obsługę skrzynek IMAP.
854
855 %description imap -l pt_BR.UTF-8
856 Um módulo para aplicações PHP que usam IMAP.
857
858 %package interbase
859 Summary:        InterBase/Firebird database module for PHP
860 Summary(pl.UTF-8):      Moduł bazy danych InterBase/Firebird dla PHP
861 Group:          Libraries
862 URL:            http://www.php.net/manual/en/book.ibase.php
863 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
864 Provides:       php(interbase)
865 %{?with_interbase_inst:Autoreq: false}
866
867 %description interbase
868 This is a dynamic shared object (DSO) for PHP that will add InterBase
869 and Firebird database support.
870
871 %description interbase -l pl.UTF-8
872 Moduł PHP umożliwiający dostęp do baz danych InterBase i Firebird.
873
874 %package intl
875 Summary:        Internationalization extension (ICU wrapper)
876 Summary(pl.UTF-8):      Rozszerzenie do internacjonalizacji (interfejs do ICU)
877 Group:          Libraries
878 URL:            http://www.php.net/intl
879 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
880 Provides:       php(intl)
881
882 %description intl
883 Internationalization extension (further is referred as Intl) is a
884 wrapper for ICU library, enabling PHP programmers to perform
885 UCA-conformant collation and date/time/number/currency formatting in
886 their scripts.
887
888 %description intl -l pl.UTF-8
889 Rozszerzenie do internacjonalizacji (dalej nazywane Intl) jest
890 interfejsem do biblioteki ICU, pozwalającym programistom PHP na
891 wykonywanie w skryptach porównań zgodnych z UCA oraz formatowania
892 daty/czasu/walut.
893
894 %package json
895 Summary:        PHP C extension for JSON serialization
896 Summary(pl.UTF-8):      Rozszerzenie C PHP dla serializacji JSON
897 Group:          Libraries
898 URL:            http://www.php.net/manual/en/book.json.php
899 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
900 Provides:       php(json)
901 Obsoletes:      php-pecl-json
902
903 %description json
904 php-json is an extremely fast PHP C extension for JSON (JavaScript
905 Object Notation) serialisation.
906
907 %description json -l pl.UTF-8
908 php-json to bardzo szybkie rozszerzenie C PHP dla serializacji JSON
909 (JavaScript Object Notation).
910
911 %package ldap
912 Summary:        LDAP extension module for PHP
913 Summary(pl.UTF-8):      Moduł LDAP dla PHP
914 Summary(pt_BR.UTF-8):   Um módulo para aplicações PHP que usam LDAP
915 Group:          Libraries
916 URL:            http://www.php.net/manual/en/book.ldap.php
917 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
918 Provides:       php(ldap)
919
920 %description ldap
921 This is a dynamic shared object (DSO) for PHP that will add LDAP
922 support.
923
924 %description ldap -l pl.UTF-8
925 Moduł PHP dodający obsługę LDAP.
926
927 %description ldap -l pt_BR.UTF-8
928 Um módulo para aplicações PHP que usam LDAP.
929
930 %package mbstring
931 Summary:        mbstring extension module for PHP
932 Summary(pl.UTF-8):      Moduł mbstring dla PHP
933 Group:          Libraries
934 URL:            http://www.php.net/manual/en/book.mbstring.php
935 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
936 Provides:       php(mbstring)
937
938 %description mbstring
939 This is a dynamic shared object (DSO) for PHP that will add multibyte
940 string support.
941
942 %description mbstring -l pl.UTF-8
943 Moduł PHP dodający obsługę ciągów znaków wielobajtowych.
944
945 %package mcrypt
946 Summary:        mcrypt extension module for PHP
947 Summary(pl.UTF-8):      Moduł mcrypt dla PHP
948 Group:          Libraries
949 URL:            http://www.php.net/manual/en/book.mcrypt.php
950 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
951 Provides:       php(mcrypt)
952
953 %description mcrypt
954 This is a dynamic shared object (DSO) for PHP that will add mcrypt
955 support.
956
957 %description mcrypt -l pl.UTF-8
958 Moduł PHP dodający możliwość szyfrowania poprzez bibliotekę mcrypt.
959
960 %package mssql
961 Summary:        MS SQL extension module for PHP
962 Summary(pl.UTF-8):      Moduł MS SQL dla PHP
963 Group:          Libraries
964 URL:            http://www.php.net/manual/en/book.mssql.php
965 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
966 Provides:       php(mssql)
967
968 %description mssql
969 This is a dynamic shared object (DSO) for PHP that will add MS SQL
970 databases support through FreeTDS library.
971
972 %description mssql -l pl.UTF-8
973 Moduł PHP dodający obsługę baz danych MS SQL poprzez bibliotekę
974 FreeTDS.
975
976 %package mysql
977 Summary:        MySQL database module for PHP
978 Summary(pl.UTF-8):      Moduł bazy danych MySQL dla PHP
979 Summary(pt_BR.UTF-8):   Um módulo para aplicações PHP que usam bancos de dados MySQL
980 Group:          Libraries
981 URL:            http://www.php.net/manual/en/book.mysql.php
982 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
983 %{?with_mysqlnd:Requires:       %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
984 Provides:       php(mysql)
985
986 %description mysql
987 This is a dynamic shared object (DSO) for PHP that will add MySQL
988 database support.
989
990 %description mysql -l pl.UTF-8
991 Moduł PHP umożliwiający dostęp do bazy danych MySQL.
992
993 %description mysql -l pt_BR.UTF-8
994 Um módulo para aplicações PHP que usam bancos de dados MySQL.
995
996 %package mysqli
997 Summary:        MySQLi module for PHP
998 Summary(pl.UTF-8):      Moduł MySQLi dla PHP
999 Group:          Libraries
1000 URL:            http://www.php.net/manual/en/book.mysqli.php
1001 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1002 %{?with_mysqlnd:Requires:       %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1003 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1004 Provides:       php(mysqli)
1005
1006 %description mysqli
1007 This is a dynamic shared object (DSO) for PHP that will add MySQLi
1008 (Improved MySQL) support. The difference between it and mysql module
1009 is that it provides access to functionality of MySQL 4.1 and above.
1010
1011 %description mysqli -l pl.UTF-8
1012 Moduł PHP umożliwiający udoskonalony dostęp do bazy danych MySQL.
1013 Różnicą między nim a modułem mysql jest dostęp do funkcjonalności
1014 MySQL w wersji 4.1 i nowszych.
1015
1016 %package mysqlnd
1017 Summary:        MySQL Native Client Driver for PHP
1018 Summary(pl.UTF-8):      Sterownik natywnego klienta MySQL dla PHP
1019 Group:          Libraries
1020 URL:            http://www.php.net/manual/en/book.mysqlnd.php
1021 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1022 Provides:       php(mysqlnd)
1023
1024 %description mysqlnd
1025 MySQL Native Driver is a replacement for the MySQL Client Library
1026 (libmysql).
1027
1028 Because MySQL Native Driver is written as a PHP extension, it is
1029 tightly coupled to the workings of PHP. This leads to gains in
1030 efficiency, especially when it comes to memory usage, as the driver
1031 uses the PHP memory management system. It also supports the PHP memory
1032 limit. Using MySQL Native Driver leads to comparable or better
1033 performance than using MySQL Client Library, it always ensures the
1034 most efficient use of memory. One example of the memory efficiency is
1035 the fact that when using the MySQL Client Library, each row is stored
1036 in memory twice, whereas with the MySQL Native Driver each row is only
1037 stored once in memory.
1038
1039 %description mysqlnd -l pl.UTF-8
1040 MySQL Native Driver (natywny sterownik MySQL) to zamiennik biblioteki
1041 klienckiej MySQL (libmysql).
1042
1043 Ponieważ sterownik natywny jest napisany jako rozszerzenie PHP, jest
1044 ściśle powiązany z pracą PHP. Daje to większą wydajność, zwłaszcza
1045 jeśli chodzi o wykorzystanie pamięci, jako że sterownik wykorzystuje
1046 system zarządzania pamięcią PHP; obsługuje także ograniczenie pamięci
1047 z PHP. Niniejszy sterownik ma wydajność porównywalną lub lepszą niż
1048 biblioteka kliencka MySQL, a pamięć zawsze wykorzystuje efektywniej.
1049 Przykładem tego może być fakt, że w przypadku biblioteki klienckiej
1050 każdy wiersz jest przechowywany w pamięci dwukrotnie, natomiast przy
1051 tym sterowniku - tylko raz.
1052
1053 %package oci8
1054 Summary:        Oracle 8+ database module for PHP
1055 Summary(pl.UTF-8):      Moduł bazy danych Oracle 8+ dla PHP
1056 Group:          Libraries
1057 URL:            http://www.php.net/manual/en/book.oci8.php
1058 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1059 Provides:       php(oci8)
1060 AutoReq:        false
1061
1062 %description oci8
1063 This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
1064 8, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
1065
1066 %description oci8 -l pl.UTF-8
1067 Moduł PHP umożliwiający dostęp do bazy danych Oracle 7, 8, 9 i 10
1068 poprzez interfejs Oracle8 Call-Interface (OCI8).
1069
1070 %package odbc
1071 Summary:        ODBC extension module for PHP
1072 Summary(pl.UTF-8):      Moduł ODBC dla PHP
1073 Summary(pt_BR.UTF-8):   Um módulo para aplicações PHP que usam bases de dados ODBC
1074 Group:          Libraries
1075 URL:            http://www.php.net/manual/en/book.uodbc.php
1076 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1077 Requires:       unixODBC >= 2.1.1-3
1078 Provides:       php(odbc)
1079
1080 %description odbc
1081 This is a dynamic shared object (DSO) for PHP that will add ODBC
1082 support.
1083
1084 %description odbc -l pl.UTF-8
1085 Moduł PHP ze wsparciem dla ODBC.
1086
1087 %description odbc -l pt_BR.UTF-8
1088 Um módulo para aplicações PHP que usam ODBC.
1089
1090 %package openssl
1091 Summary:        OpenSSL extension module for PHP
1092 Summary(pl.UTF-8):      Moduł OpenSSL dla PHP
1093 Group:          Libraries
1094 URL:            http://www.php.net/manual/en/book.openssl.php
1095 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1096 Provides:       php(openssl)
1097
1098 %description openssl
1099 This is a dynamic shared object (DSO) for PHP that will add OpenSSL
1100 support.
1101
1102 %description openssl -l pl.UTF-8
1103 Moduł PHP umożliwiający korzystanie z biblioteki OpenSSL.
1104
1105 %package pcntl
1106 Summary:        Process Control extension module for PHP
1107 Summary(pl.UTF-8):      Moduł Process Control dla PHP
1108 Group:          Libraries
1109 URL:            http://www.php.net/manual/en/book.pcntl.php
1110 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1111 Provides:       php(pcntl)
1112
1113 %description pcntl
1114 This is a dynamic shared object (DSO) for PHP that will add process
1115 spawning and control support. It supports functions like fork(),
1116 waitpid(), signal() etc.
1117
1118 %description pcntl -l pl.UTF-8
1119 Moduł PHP umożliwiający tworzenie nowych procesów i kontrolę nad nimi.
1120 Obsługuje funkcje takie jak fork(), waitpid(), signal() i podobne.
1121
1122 %package pcre
1123 Summary:        PCRE extension module for PHP
1124 Summary(pl.UTF-8):      Moduł PCRE dla PHP
1125 Group:          Libraries
1126 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1127 Provides:       php(pcre)
1128
1129 %description pcre
1130 This is a dynamic shared object (DSO) for PHP that will add Perl
1131 Compatible Regular Expression support.
1132
1133 %description pcre -l pl.UTF-8
1134 Moduł PHP umożliwiający korzystanie z perlowych wyrażeń regularnych
1135 (Perl Compatible Regular Expressions)
1136
1137 %package pdo
1138 Summary:        PHP Data Objects (PDO)
1139 Summary(pl.UTF-8):      Obsługa PHP Data Objects (PDO)
1140 Group:          Libraries
1141 URL:            http://www.php.net/manual/en/book.pdo.php
1142 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1143 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1144 Provides:       php(pdo)
1145 Obsoletes:      php-pecl-PDO
1146
1147 %description pdo
1148 This is a dynamic shared object (DSO) for PHP that will add PDO
1149 support.
1150
1151 %description pdo -l pl.UTF-8
1152 Moduł PHP dodający obsługę PDO (PHP Data Objects).
1153
1154 %package pdo-dblib
1155 Summary:        PHP Data Objects (PDO) FreeTDS support
1156 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą FreeTDS
1157 Group:          Libraries
1158 URL:            http://www.php.net/manual/en/ref.pdo-dblib.php
1159 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1160 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1161 Provides:       php(dblib)
1162
1163 %description pdo-dblib
1164 This is a dynamic shared object (DSO) for PHP that will add PDO
1165 FreeTDS support.
1166
1167 %description pdo-dblib -l pl.UTF-8
1168 Moduł dla PHP dodający obsługę baz danych FreeTDS za pośrednictwem
1169 interfejsu PDO.
1170
1171 %package pdo-firebird
1172 Summary:        PHP Data Objects (PDO) Firebird support
1173 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą Firebirda
1174 Group:          Libraries
1175 URL:            http://www.php.net/manual/en/ref.pdo-firebird.php
1176 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1177 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1178 Provides:       php(pdo-firebird)
1179 Obsoletes:      php-pecl-PDO_FIREBIRD
1180
1181 %description pdo-firebird
1182 This is a dynamic shared object (DSO) for PHP that will add PDO
1183 Firebird support.
1184
1185 %description pdo-firebird -l pl.UTF-8
1186 Moduł dla PHP dodający obsługę baz danych Firebird za pośrednictwem
1187 interfejsu PDO.
1188
1189 %package pdo-mysql
1190 Summary:        PHP Data Objects (PDO) MySQL support
1191 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą MySQL-a
1192 Group:          Libraries
1193 URL:            http://www.php.net/manual/en/ref.pdo-mysql.php
1194 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1195 %{?with_mysqlnd:Requires:       %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1196 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1197 Provides:       php(pdo-mysql)
1198 Obsoletes:      php-pecl-PDO_MYSQL
1199
1200 %description pdo-mysql
1201 This is a dynamic shared object (DSO) for PHP that will add PDO MySQL
1202 support.
1203
1204 %description pdo-mysql -l pl.UTF-8
1205 Moduł dla PHP dodający obsługę baz danych MySQL za pośrednictwem
1206 interfejsu PDO.
1207
1208 %package pdo-oci
1209 Summary:        PHP Data Objects (PDO) Oracle support
1210 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą Oracle'a
1211 Group:          Libraries
1212 URL:            http://www.php.net/manual/en/ref.pdo-oci.php
1213 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1214 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1215 Provides:       php(pdo-oci)
1216 Obsoletes:      php-pecl-PDO_OCI
1217
1218 %description pdo-oci
1219 This is a dynamic shared object (DSO) for PHP that will add PDO Oracle
1220 support.
1221
1222 %description pdo-oci -l pl.UTF-8
1223 Moduł dla PHP dodający obsługę baz danych Oracle za pośrednictwem
1224 interfejsu PDO.
1225
1226 %package pdo-odbc
1227 Summary:        PHP Data Objects (PDO) ODBC support
1228 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą ODBC
1229 Group:          Libraries
1230 URL:            http://www.php.net/manual/en/ref.pdo-odbc.php
1231 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1232 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1233 Provides:       php(pdo-odbc)
1234 Obsoletes:      php-pecl-PDO_ODBC
1235
1236 %description pdo-odbc
1237 This is a dynamic shared object (DSO) for PHP that will add PDO ODBC
1238 support.
1239
1240 %description pdo-odbc -l pl.UTF-8
1241 Moduł dla PHP dodający obsługę baz danych ODBC za pośrednictwem
1242 interfejsu PDO.
1243
1244 %package pdo-pgsql
1245 Summary:        PHP Data Objects (PDO) PostgreSQL support
1246 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą PostgreSQL-a
1247 Group:          Libraries
1248 URL:            http://www.php.net/manual/en/ref.pdo-pgsql.php
1249 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1250 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1251 Provides:       php(pdo-pgsql)
1252 Provides:       php-pecl-PDO_PGSQL
1253 Obsoletes:      php-pecl-PDO_PGSQL
1254
1255 %description pdo-pgsql
1256 This is a dynamic shared object (DSO) for PHP that will add PDO
1257 PostgreSQL support.
1258
1259 %description pdo-pgsql -l pl.UTF-8
1260 Moduł dla PHP dodający obsługę baz danych PostgreSQL za pośrednictwem
1261 interfejsu PDO.
1262
1263 %package pdo-sqlite
1264 Summary:        PHP Data Objects (PDO) SQLite support
1265 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą SQLite
1266 Group:          Libraries
1267 URL:            http://www.php.net/manual/en/ref.pdo-sqlite.php
1268 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1269 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1270 Provides:       php(pdo-sqlite)
1271 Obsoletes:      php-pecl-PDO_SQLITE
1272
1273 %description pdo-sqlite
1274 This is a dynamic shared object (DSO) for PHP that will add PDO SQLite
1275 support.
1276
1277 %description pdo-sqlite -l pl.UTF-8
1278 Moduł dla PHP dodający obsługę baz danych SQLite za pośrednictwem
1279 interfejsu PDO.
1280
1281 %package pgsql
1282 Summary:        PostgreSQL database module for PHP
1283 Summary(pl.UTF-8):      Moduł bazy danych PostgreSQL dla PHP
1284 Group:          Libraries
1285 URL:            http://www.php.net/manual/en/book.pgsql.php
1286 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1287 Provides:       php(pgsql)
1288
1289 %description pgsql
1290 This is a dynamic shared object (DSO) for PHP that will add PostgreSQL
1291 database support.
1292
1293 %description pgsql -l pl.UTF-8
1294 Moduł PHP umożliwiający dostęp do bazy danych PostgreSQL.
1295
1296 %description pgsql -l pt_BR.UTF-8
1297 Um módulo para aplicações PHP que usam bancos de dados postgresql.
1298
1299 %package phar
1300 Summary:        phar database module for PHP
1301 Summary(pl.UTF-8):      Moduł phar dla PHP
1302 Group:          Libraries
1303 URL:            http://www.php.net/manual/en/book.phar.php
1304 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1305 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1306 Provides:       php(phar)
1307
1308 %description phar
1309 This is a dynamic shared object (DSO) for PHP that will add phar
1310 archive a support.
1311
1312 %description phar -l pl.UTF-8
1313 Moduł PHP umożliwiający dostęp do achiwów .phar.
1314
1315 %package posix
1316 Summary:        POSIX extension module for PHP
1317 Summary(pl.UTF-8):      Moduł POSIX dla PHP
1318 Group:          Libraries
1319 URL:            http://www.php.net/manual/en/book.posix.php
1320 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1321 Provides:       php(posix)
1322
1323 %description posix
1324 This is a dynamic shared object (DSO) for PHP that will add POSIX
1325 functions support to PHP.
1326
1327 %description posix -l pl.UTF-8
1328 Moduł PHP umożliwiający korzystanie z funkcji POSIX.
1329
1330 %package pspell
1331 Summary:        pspell extension module for PHP
1332 Summary(pl.UTF-8):      Moduł pspell dla PHP
1333 Group:          Libraries
1334 URL:            http://www.php.net/manual/en/book.pspell.php
1335 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1336 Provides:       php(pspell)
1337
1338 %description pspell
1339 This is a dynamic shared object (DSO) for PHP that will add pspell
1340 support to PHP. It allows to check the spelling of a word and offer
1341 suggestions.
1342
1343 %description pspell -l pl.UTF-8
1344 Moduł PHP umożliwiający korzystanie z pspella. Pozwala on na
1345 sprawdzanie pisowni słowa i sugerowanie poprawek.
1346
1347 %package readline
1348 Summary:        readline extension module for PHP
1349 Summary(pl.UTF-8):      Moduł readline dla PHP
1350 Group:          Libraries
1351 URL:            http://www.php.net/manual/en/book.readline.php
1352 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
1353 Provides:       php(readline)
1354
1355 %description readline
1356 This PHP module adds support for readline functions (only for cli and
1357 cgi SAPIs).
1358
1359 %description readline -l pl.UTF-8
1360 Moduł PHP dodający obsługę funkcji readline (tylko do SAPI cli i cgi).
1361
1362 %package recode
1363 Summary:        recode extension module for PHP
1364 Summary(pl.UTF-8):      Moduł recode dla PHP
1365 Group:          Libraries
1366 URL:            http://www.php.net/manual/en/book.recode.php
1367 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1368 Requires:       recode >= 3.5d-3
1369 Provides:       php(recode)
1370
1371 %description recode
1372 This is a dynamic shared object (DSO) for PHP that will add recode
1373 support.
1374
1375 %description recode -l pl.UTF-8
1376 Moduł PHP dodający możliwość konwersji kodowania plików (poprzez
1377 bibliotekę recode).
1378
1379 %package session
1380 Summary:        session extension module for PHP
1381 Summary(pl.UTF-8):      Moduł session dla PHP
1382 Group:          Libraries
1383 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1384 Suggests:       %{name}-hash = %{epoch}:%{version}-%{release}
1385 Provides:       php(session)
1386
1387 %description session
1388 This is a dynamic shared object (DSO) for PHP that will add session
1389 support.
1390
1391 %description session -l pl.UTF-8
1392 Moduł PHP dodający obsługę sesji.
1393
1394 %package shmop
1395 Summary:        Shared Memory Operations extension module for PHP
1396 Summary(pl.UTF-8):      Moduł shmop dla PHP
1397 Group:          Libraries
1398 URL:            http://www.php.net/manual/en/book.shmop.php
1399 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1400 Provides:       php(shmop)
1401
1402 %description shmop
1403 This is a dynamic shared object (DSO) for PHP that will add Shared
1404 Memory Operations support.
1405
1406 %description shmop -l pl.UTF-8
1407 Moduł PHP umożliwiający korzystanie z pamięci dzielonej.
1408
1409 %package simplexml
1410 Summary:        Simple XML extension module for PHP
1411 Summary(pl.UTF-8):      Moduł prostego rozszerzenia XML dla PHP
1412 Group:          Libraries
1413 URL:            http://www.php.net/manual/en/book.simplexml.php
1414 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1415 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1416 Provides:       php(simplexml)
1417
1418 %description simplexml
1419 This is a dynamic shared object (DSO) for PHP that will add Simple XML
1420 support.
1421
1422 %description simplexml -l pl.UTF-8
1423 Moduł PHP dodający obsługę prostego XML-a.
1424
1425 %package snmp
1426 Summary:        SNMP extension module for PHP
1427 Summary(pl.UTF-8):      Moduł SNMP dla PHP
1428 Group:          Libraries
1429 URL:            http://www.php.net/manual/en/book.snmp.php
1430 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1431 Requires:       %{name}-sockets = %{epoch}:%{version}-%{release}
1432 Provides:       php(snmp)
1433
1434 %description snmp
1435 This is a dynamic shared object (DSO) for PHP that will add SNMP
1436 support.
1437
1438 %description snmp -l pl.UTF-8
1439 Moduł PHP dodający obsługę SNMP.
1440
1441 %package soap
1442 Summary:        soap extension module for PHP
1443 Summary(pl.UTF-8):      Moduł soap dla PHP
1444 Group:          Libraries
1445 URL:            http://www.php.net/manual/en/book.soap.php
1446 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1447 Provides:       php(soap)
1448
1449 %description soap
1450 This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1451 support.
1452
1453 %description soap -l pl.UTF-8
1454 Moduł PHP dodający obsługę SOAP/WSDL.
1455
1456 %package sockets
1457 Summary:        sockets extension module for PHP
1458 Summary(pl.UTF-8):      Moduł socket dla PHP
1459 Group:          Libraries
1460 URL:            http://www.php.net/manual/en/book.sockets.php
1461 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1462 Provides:       php(sockets)
1463
1464 %description sockets
1465 This is a dynamic shared object (DSO) for PHP that will add sockets
1466 support.
1467
1468 %description sockets -l pl.UTF-8
1469 Moduł PHP dodający obsługę gniazdek.
1470
1471 %package spl
1472 Summary:        Standard PHP Library module for PHP
1473 Summary(pl.UTF-8):      Moduł SPL dla PHP
1474 Group:          Libraries
1475 URL:            http://php.net/manual/en/book.spl.php
1476 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1477 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
1478 Requires:       %{name}-simplexml = %{epoch}:%{version}-%{release}
1479 Provides:       php(spl)
1480
1481 %description spl
1482 This is a dynamic shared object (DSO) for PHP that will add Standard
1483 PHP Library support.
1484
1485 %description spl -l pl.UTF-8
1486 Moduł PHP dodający obsługę gniazdek.
1487
1488 %package sqlite
1489 Summary:        SQLite extension module for PHP
1490 Summary(pl.UTF-8):      Moduł SQLite dla PHP
1491 Group:          Libraries
1492 URL:            http://www.php.net/manual/en/book.sqlite.php
1493 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1494 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1495 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1496 Provides:       php(sqlite)
1497
1498 %description sqlite
1499 SQLite is a C library that implements an embeddable SQL database
1500 engine. Programs that link with the SQLite library can have SQL
1501 database access without running a separate RDBMS process.
1502
1503 SQLite is not a client library used to connect to a big database
1504 server. SQLite is the server. The SQLite library reads and writes
1505 directly to and from the database files on disk.
1506
1507 %description sqlite -l pl.UTF-8
1508 SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1509 bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1510 dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1511 RDBMS.
1512
1513 SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1514 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1515 zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1516 dysku.
1517
1518 %package sqlite3
1519 Summary:        SQLite3 extension module for PHP
1520 Summary(pl.UTF-8):      Moduł SQLite3 dla PHP
1521 Group:          Libraries
1522 URL:            http://php.net/manual/en/book.sqlite3.php
1523 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1524 Provides:       php(sqlite3)
1525
1526 %description sqlite3
1527 SQLite is a C library that implements an embeddable SQL database
1528 engine. Programs that link with the SQLite library can have SQL
1529 database access without running a separate RDBMS process.
1530
1531 SQLite is not a client library used to connect to a big database
1532 server. SQLite is the server. The SQLite library reads and writes
1533 directly to and from the database files on disk.
1534
1535 %description sqlite3 -l pl.UTF-8
1536 SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1537 bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1538 dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1539 RDBMS.
1540
1541 SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1542 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1543 zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1544 dysku.
1545
1546 %package sybase-ct
1547 Summary:        Sybase-CT extension module for PHP
1548 Summary(pl.UTF-8):      Moduł Sybase-CT dla PHP
1549 Group:          Libraries
1550 URL:            http://www.php.net/manual/en/book.sybase.php
1551 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1552 Provides:       php(sybase-ct)
1553 Obsoletes:      php-sybase
1554 Conflicts:      php-sybase
1555
1556 %description sybase-ct
1557 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1558 MS SQL databases support through CT-lib.
1559
1560 %description sybase-ct -l pl.UTF-8
1561 Moduł PHP dodający obsługę baz danych Sybase oraz MS SQL poprzez
1562 CT-lib.
1563
1564 %package sysvmsg
1565 Summary:        SysV msg extension module for PHP
1566 Summary(pl.UTF-8):      Moduł SysV msg dla PHP
1567 Group:          Libraries
1568 URL:            http://www.php.net/manual/en/book.sem.php
1569 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1570 Provides:       php(sysvmsg)
1571
1572 %description sysvmsg
1573 This is a dynamic shared object (DSO) for PHP that will add SysV
1574 message queues support.
1575
1576 %description sysvmsg -l pl.UTF-8
1577 Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV.
1578
1579 %package sysvsem
1580 Summary:        SysV sem extension module for PHP
1581 Summary(pl.UTF-8):      Moduł SysV sem dla PHP
1582 Group:          Libraries
1583 URL:            http://www.php.net/manual/en/book.sem.php
1584 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1585 Provides:       php(sysvsem)
1586
1587 %description sysvsem
1588 This is a dynamic shared object (DSO) for PHP that will add SysV
1589 semaphores support.
1590
1591 %description sysvsem -l pl.UTF-8
1592 Moduł PHP umożliwiający korzystanie z semaforów SysV.
1593
1594 %package sysvshm
1595 Summary:        SysV shm extension module for PHP
1596 Summary(pl.UTF-8):      Moduł SysV shm dla PHP
1597 Group:          Libraries
1598 URL:            http://www.php.net/manual/en/book.shmop.php
1599 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1600 Provides:       php(sysvshm)
1601
1602 %description sysvshm
1603 This is a dynamic shared object (DSO) for PHP that will add SysV
1604 Shared Memory support.
1605
1606 %description sysvshm -l pl.UTF-8
1607 Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV.
1608
1609 %package tests
1610 Summary:        Contains unit test files for PHP and extensions
1611 Summary(pl.UTF-8):      Zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1612 Group:          Libraries
1613 URL:            http://qa.php.net/
1614 Requires:       %{name}-cli
1615
1616 %description tests
1617 This package contains unit tests for PHP and it's extensions.
1618
1619 %description tests -l pl.UTF-8
1620 Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1621
1622 %package tidy
1623 Summary:        Tidy extension module for PHP
1624 Summary(pl.UTF-8):      Moduł Tidy dla PHP
1625 Group:          Libraries
1626 URL:            http://www.php.net/manual/en/book.tidy.php
1627 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1628 Requires:       tidy
1629 Provides:       php(tidy)
1630
1631 %description tidy
1632 This is a dynamic shared object (DSO) for PHP that will add Tidy
1633 support.
1634
1635 %description tidy -l pl.UTF-8
1636 Moduł PHP umożliwiający korzystanie z tidy.
1637
1638 %package tokenizer
1639 Summary:        tokenizer extension module for PHP
1640 Summary(pl.UTF-8):      Moduł rozszerzenia tokenizer dla PHP
1641 Group:          Libraries
1642 URL:            http://www.php.net/manual/en/book.tokenizer.php
1643 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1644 Provides:       php(tokenizer)
1645
1646 %description tokenizer
1647 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1648 support.
1649
1650 %description tokenizer -l pl.UTF-8
1651 Moduł PHP dodający obsługę tokenizera do PHP.
1652
1653 %package wddx
1654 Summary:        wddx extension module for PHP
1655 Summary(pl.UTF-8):      Moduł wddx dla PHP
1656 Group:          Libraries
1657 URL:            http://www.php.net/manual/en/book.wddx.php
1658 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1659 # - wddx doesn't require session as it's disabled at compile time:
1660 #   if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
1661 #   see also php.spec#rev1.120.2.22
1662 #Requires:      %{name}-session = %{epoch}:%{version}-%{release}
1663 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1664 Provides:       php(wddx)
1665
1666 %description wddx
1667 This is a dynamic shared object (DSO) for PHP that will add wddx
1668 support.
1669
1670 %description wddx -l pl.UTF-8
1671 Moduł PHP umożliwiający korzystanie z wddx.
1672
1673 %package xml
1674 Summary:        XML extension module for PHP
1675 Summary(pl.UTF-8):      Moduł XML dla PHP
1676 Group:          Libraries
1677 URL:            http://www.php.net/manual/en/book.xml.php
1678 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1679 Provides:       php(xml)
1680
1681 %description xml
1682 This is a dynamic shared object (DSO) for PHP that will add XML
1683 support. This extension lets you create XML parsers and then define
1684 handlers for different XML events.
1685
1686 %description xml -l pl.UTF-8
1687 Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń
1688 związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i
1689 następnie definiować procedury obsługi dla różnych zdarzeń XML.
1690
1691 %package xmlreader
1692 Summary:        XML Reader extension module for PHP
1693 Summary(pl.UTF-8):      Moduł XML Reader dla PHP
1694 Group:          Libraries
1695 URL:            http://www.php.net/manual/en/book.xmlreader.php
1696 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1697 Suggests:       %{name}-dom = %{epoch}:%{version}-%{release}
1698 Provides:       php(xmlreader)
1699
1700 %description xmlreader
1701 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1702 support. The XMLReader extension is an XML Pull parser. The reader
1703 acts as a cursor going forward on the document stream and stopping at
1704 each node on the way.
1705
1706 %description xmlreader -l pl.UTF-8
1707 Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik
1708 działa jako kursor przechodzący przez strumień dokumentu i
1709 zatrzymujący się na każdym węźle po drodze.
1710
1711 %package xmlrpc
1712 Summary:        xmlrpc extension module for PHP
1713 Summary(pl.UTF-8):      Moduł xmlrpc dla PHP
1714 Group:          Libraries
1715 URL:            http://www.php.net/manual/en/book.xmlrpc.php
1716 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1717 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1718 Provides:       php(xmlrpc)
1719
1720 %description xmlrpc
1721 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1722 support.
1723
1724 %description xmlrpc -l pl.UTF-8
1725 Moduł PHP dodający obsługę XMLRPC.
1726
1727 %package xmlwriter
1728 Summary:        Fast, non-cached, forward-only means to write XML data
1729 Summary(pl.UTF-8):      Szybka, nie cachowana metoda zapisu danych w formacie XML
1730 Group:          Libraries
1731 URL:            http://www.php.net/manual/en/book.xmlwriter.php
1732 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1733 Provides:       php(xmlwriter)
1734 Obsoletes:      php-pecl-xmlwriter
1735
1736 %description xmlwriter
1737 This extension wraps the libxml xmlWriter API. Represents a writer
1738 that provides a non-cached, forward-only means of generating streams
1739 or files containing XML data.
1740
1741 %description xmlwriter -l pl.UTF-8
1742 To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
1743 zapisu dostarczającą nie cachowanych metod generowania strumieni lub
1744 plików zawierających dane XML.
1745
1746 %package xsl
1747 Summary:        xsl extension module for PHP
1748 Summary(pl.UTF-8):      Moduł xsl dla PHP
1749 Group:          Libraries
1750 URL:            http://www.php.net/manual/en/book.xsl.php
1751 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1752 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1753 Requires:       libxslt >= 1.0.18
1754 # actually not true, functionality is similar, but API differs
1755 Provides:       php(xsl)
1756 Obsoletes:      php-xslt <= 3:4.3.8-1
1757
1758 %description xsl
1759 This is a dynamic shared object (DSO) for PHP that will add new XSL
1760 support (using libxslt).
1761
1762 %description xsl -l pl.UTF-8
1763 Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt).
1764
1765 %package zip
1766 Summary:        Zip management extension
1767 Summary(pl.UTF-8):      Zarządzanie archiwami zip
1768 Group:          Libraries
1769 URL:            http://www.php.net/manual/en/book.zip.php
1770 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1771 Provides:       php(zip)
1772 Obsoletes:      php-pecl-zip
1773
1774 %description zip
1775 Zip is an extension to create, modify and read zip files.
1776
1777 %description zip -l pl.UTF-8
1778 Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz
1779 odczyt archiwów zip.
1780
1781 %package zlib
1782 Summary:        Zlib extension module for PHP
1783 Summary(pl.UTF-8):      Moduł zlib dla PHP
1784 Group:          Libraries
1785 URL:            http://www.php.net/manual/en/book.zlib.php
1786 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1787 Provides:       php(zlib)
1788
1789 %description zlib
1790 This is a dynamic shared object (DSO) for PHP that will add zlib
1791 compression support to PHP.
1792
1793 %description zlib -l pl.UTF-8
1794 Moduł PHP umożliwiający używanie kompresji zlib.
1795
1796 %prep
1797 %setup -q
1798 # prep for suhosin patch
1799 %{__sed} -i -e 's,\r$,,' Zend/Zend.dsp Zend/ZendTS.dsp
1800 %patch0 -p1
1801 %patch1 -p1
1802 %patch2 -p1
1803 %patch3 -p1
1804 %patch4 -p1
1805 %patch5 -p1
1806 %patch6 -p1
1807 %patch8 -p1
1808 %patch7 -p1
1809 %patch9 -p1
1810 cp php.ini-production php.ini
1811 %patch10 -p1
1812 %if %{with type_hints}
1813 %patch12 -p0
1814 %endif
1815 %patch14 -p1
1816 %patch15 -p1
1817 %patch17 -p1
1818 %patch18 -p1
1819 %if %{with system_gd}
1820 %patch19 -p1
1821 %endif
1822 %patch20 -p1
1823 %patch21 -p1
1824 %patch22 -p1
1825 %patch23 -p1
1826 %patch24 -p1
1827 %patch25 -p1
1828 %patch26 -p1
1829 %patch27 -p1
1830 %patch29 -p1
1831 %patch31 -p1
1832 %patch32 -p1
1833 %if "%{pld_release}" != "ac"
1834 %patch34 -p1
1835 %endif
1836 %patch35 -p1
1837 %patch36 -p1
1838 %patch37 -p1
1839 %patch38 -p1
1840 %patch39 -p1
1841 %if %{with fpm}
1842 %patch41 -p1
1843 %patch42 -p1
1844 %endif
1845 %patch43 -p1
1846 %patch44 -p1
1847 %patch45 -p1
1848 %patch46 -p1
1849 %if %{with suhosin}
1850 %patch47 -p1
1851 %endif
1852 %patch49 -p1
1853 %patch50 -p1
1854 %patch51 -p1
1855 %patch52 -p1
1856 %patch53 -p1
1857 %patch54 -p1
1858 %undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
1859 %patch55 -p1
1860 %patch56 -p0
1861 %patch57 -p1
1862 %patch58 -p1
1863 %patch59 -p1
1864 %patch60 -p1
1865 %patch61 -p1
1866
1867 %if "%{pld_release}" != "ac"
1868 sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
1869 %endif
1870
1871 # cleanup backups after patching
1872 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1873
1874 # conflict seems to be resolved by recode patches
1875 rm -f ext/recode/config9.m4
1876
1877 # remove all bundled libraries not to link with them accidentally
1878 #rm -rf ext/sqlite/libsqlite
1879 rm -rf ext/sqlite3/libsqlite
1880 #rm -rf ext/bcmath/libbcmath
1881 #rm -rf ext/date/lib
1882 #rm -rf ext/fileinfo/libmagic
1883 #rm -rf ext/dba/libcdb
1884 #rm -rf ext/dba/libflatfile
1885 #rm -rf ext/dba/libinifile
1886 #rm -rf ext/gd/libgd
1887 #rm -rf ext/mbstring/libmbfl
1888 #rm -rf ext/mbstring/oniguruma
1889 rm -rf ext/pcre/pcrelib
1890 rm -rf ext/pdo_sqlite/libsqlite
1891 #rm -rf ext/soap/interop
1892 rm -r ext/xmlrpc/libxmlrpc
1893 #rm -rf ext/zip/lib
1894
1895 cp -af Zend/LICENSE{,.Zend}
1896 install -p %{SOURCE13} dep-tests.sh
1897
1898 # breaks build
1899 sed -i -e 's#-fvisibility=hidden##g' configure*
1900
1901 # disable broken tests
1902 # says just "Terminated" twice and fails
1903 mv sapi/cli/tests/022.phpt{,.broken}
1904
1905 # php-5.3.3/ext/standard/tests/file/statpage.phpt
1906 rm ext/standard/tests/file/statpage.phpt
1907
1908 # idiotic test, it will fail if somebody else makes space on disk or if disk
1909 # space is not yet allocated (xfs). report upstream to advice bogus test is
1910 # probably pointless.
1911 rm ext/standard/tests/file/disk_free_space_basic.phpt
1912
1913 sh -xe %{_sourcedir}/skip-tests.sh
1914
1915 %build
1916 API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
1917 if [ $API != %{php_api_version} ]; then
1918         echo "Set %%define php_api_version to $API and re-run."
1919         exit 1
1920 fi
1921
1922 API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
1923 if [ $API != %{zend_module_api} ]; then
1924         echo "Set %%define zend_module_api to $API and re-run."
1925         exit 1
1926 fi
1927
1928 API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
1929 if [ $API != %{zend_extension_api} ]; then
1930         echo "Set %%define zend_extension_api to $API and re-run."
1931         exit 1
1932 fi
1933
1934 export EXTENSION_DIR="%{php_extensiondir}"
1935 # configure once (for faster debugging purposes)
1936 if [ ! -f _built-conf ]; then
1937         # now remove Makefile copies
1938         rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed}
1939         %{__libtoolize}
1940         %{__aclocal}
1941         cp -f /usr/share/automake/config.* .
1942         ./buildconf --force
1943         touch _built-conf
1944 fi
1945 export PROG_SENDMAIL="/usr/lib/sendmail"
1946 export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
1947         -I%{_includedir}/xmlrpc-epi"
1948
1949 sapis="
1950 cli
1951 %if %{with cgi}
1952 cgi-fcgi
1953 %endif
1954 %if %{with fpm}
1955 fpm
1956 %endif
1957 %if %{with apache1}
1958 apxs1
1959 %endif
1960 %if %{with apache2}
1961 apxs2
1962 %endif
1963 %if %{with litespeed}
1964 litespeed
1965 %endif
1966 "
1967 for sapi in $sapis; do
1968         : SAPI $sapi
1969         # skip if already configured (for faster debugging purposes)
1970         [ -f Makefile.$sapi ] && continue
1971
1972         sapi_args=''
1973         case $sapi in
1974         cgi-fcgi)
1975                 sapi_args='--disable-cli'
1976         ;;
1977         cli)
1978                 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
1979         ;;
1980         fpm)
1981                 sapi_args='--disable-cli --enable-fpm'
1982                 ;;
1983         apxs1)
1984                 ver=$(rpm -q --qf '%{V}' apache1-devel)
1985                 sapi_args="--disable-cli --with-apxs=%{apxs1} --with-apache-version=$ver"
1986         ;;
1987         apxs2)
1988                 ver=$(rpm -q --qf '%{V}' apache-devel)
1989                 sapi_args="--disable-cli --with-apxs2=%{apxs2} --with-apache-version=$ver"
1990         ;;
1991         litespeed)
1992                 sapi_args='--with-litespeed'
1993         ;;
1994         esac
1995
1996         %configure \
1997         $sapi_args \
1998 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
1999         --cache-file=config.cache \
2000 %endif
2001         --with-libdir=%{_lib} \
2002         --with-config-file-path=%{_sysconfdir} \
2003         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2004         --with-exec-dir=%{_bindir} \
2005         --with-system-tzdata \
2006         --%{!?debug:dis}%{?debug:en}able-debug \
2007         %{?with_zts:--enable-maintainer-zts} \
2008         --enable-inline-optimization \
2009         --enable-bcmath=shared \
2010         --enable-calendar=shared \
2011         --enable-ctype=shared \
2012         --enable-dba=shared \
2013         --enable-dom=shared \
2014         --enable-exif=shared \
2015         --enable-fileinfo=shared \
2016         --enable-ftp=shared \
2017         --enable-gd-native-ttf \
2018         --enable-intl=shared \
2019         --enable-libxml \
2020         --enable-magic-quotes \
2021         --enable-mbstring=shared,all \
2022         --enable-mbregex \
2023         --enable-pcntl=shared \
2024         --enable-pdo=shared \
2025         --enable-json=shared \
2026         --enable-hash=shared \
2027         --enable-xmlwriter=shared \
2028 %if %{with fpm}
2029         --with-fpm-user=http \
2030         --with-fpm-group=http \
2031 %endif
2032 %if %{with mssql} || %{with sybase_ct}
2033         --with-pdo-dblib=shared \
2034 %endif
2035 %if %{with interbase} && %{without interbase_inst}
2036         --with-pdo-firebird=shared,/usr \
2037 %endif
2038         --with-mysql-sock=/var/lib/mysql/mysql.sock \
2039         --with-pdo-mysql=shared%{?with_mysqlnd:,mysqlnd} \
2040         %{?with_oci8:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2041         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2042         %{?with_pgsql:--with-pdo-pgsql=shared} \
2043         %{?with_sqlite:--with-pdo-sqlite=shared,/usr} \
2044         --without-libexpat-dir \
2045         --enable-overload=shared \
2046         --enable-posix=shared \
2047         --enable-shared \
2048         --enable-session=shared \
2049         --enable-shmop=shared \
2050         --enable-simplexml=shared \
2051         --enable-spl=shared \
2052         --enable-sysvmsg=shared \
2053         --enable-sysvsem=shared \
2054         --enable-sysvshm=shared \
2055         --enable-safe-mode \
2056         --enable-soap=shared \
2057         --enable-sockets=shared \
2058         --enable-tokenizer=shared \
2059         --enable-ucd-snmp-hack \
2060         %{?with_wddx:--enable-wddx=shared} \
2061         --enable-xml=shared \
2062         --enable-xmlreader=shared \
2063         --with-bz2=shared \
2064         %{__with_without curl curl shared} \
2065         --with-db4 \
2066         --with-iconv=shared \
2067         --with-freetype-dir=shared \
2068         --with-gettext=shared \
2069         --with-gd=shared%{?with_system_gd:,/usr} \
2070         --with-gdbm \
2071         --with-gmp=shared \
2072         %{?with_imap:--with-imap=shared --with-imap-ssl} \
2073         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2074         --with-jpeg-dir=/usr \
2075         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2076         --with-mcrypt=shared \
2077         %{?with_mm:--with-mm} \
2078         %{?with_mssql:--with-mssql=shared} \
2079         %{?with_mysqlnd:--with-mysqlnd=shared} \
2080         --with-mysql=shared%{?with_mysqlnd:,mysqlnd} \
2081         %{?with_mysqli:--with-mysqli=shared%{?with_mysqlnd:,mysqlnd}} \
2082         %{?with_oci8:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2083         %{?with_openssl:--with-openssl=shared} \
2084         --with-kerberos \
2085         %{__with_without pcre pcre-regex /usr} \
2086         %{__enable_disable filter filter shared} \
2087         --with-pear=%{php_pear_dir} \
2088         %{__with_without pgsql pgsql shared,/usr} \
2089         %{__enable_disable phar phar shared} \
2090         --with-png-dir=/usr \
2091         %{?with_pspell:--with-pspell=shared} \
2092         --with-readline=shared \
2093         %{?with_recode:--with-recode=shared} \
2094         --with-regex=system \
2095         %{?with_snmp:--with-snmp=shared} \
2096         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
2097         %{!?with_sqlite:--without-sqlite --without-pdo-sqlite}%{?with_sqlite:--with-sqlite=shared,/usr --enable-sqlite-utf8} \
2098         %{__with_without sqlite3 sqlite3 shared,/usr} \
2099         --with-t1lib=shared \
2100         %{?with_tidy:--with-tidy=shared} \
2101         %{?with_odbc:--with-unixODBC=shared,/usr} \
2102         %{__with_without xmlrpc xmlrpc shared,/usr} \
2103         --with-xsl=shared \
2104         --with-zlib=shared \
2105         --with-zlib-dir=shared,/usr \
2106         --enable-zip=shared,/usr \
2107
2108         # save for debug
2109         cp -f Makefile Makefile.$sapi
2110         cp -f main/php_config.h php_config.h.$sapi
2111         cp -f config.log config.log.$sapi
2112 done
2113
2114 # as we build each SAPI in own make, adjust php-config.in forehead
2115 sapis=$(awk '/^PHP_SAPI = /{print $3}' Makefile.* | sort -u | xargs)
2116 sed -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," "scripts/php-config.in"
2117
2118 # must make libphp_common first, so modules can link against it.
2119 cp -af php_config.h.cli main/php_config.h
2120 cp -af Makefile.cli Makefile
2121 %{__make} libphp_common.la
2122 %{__make} build-modules
2123
2124 %if %{with apache1}
2125 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2126 %endif
2127
2128 %if %{with apache2}
2129 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2130 %endif
2131
2132 %if %{with litespeed}
2133 gzip -dc %{SOURCE15} | tar xf - -C sapi/
2134 %{__make} -f Makefile.litespeed
2135 %endif
2136
2137 # CGI/FCGI
2138 %if %{with cgi}
2139 cp -af php_config.h.cgi-fcgi main/php_config.h
2140 %{__make} -f Makefile.cgi-fcgi
2141 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = cgi-fcgi ] || exit 1
2142 %endif
2143
2144 # PHP FPM
2145 %if %{with fpm}
2146 cp -af php_config.h.fpm main/php_config.h
2147 %{__make} -f Makefile.fpm
2148  ./sapi/fpm/php-fpm -qn -m > /dev/null
2149 %endif
2150
2151 # CLI
2152 cp -af php_config.h.cli main/php_config.h
2153 %{__make} -f Makefile.cli
2154 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = cli ] || exit 1
2155
2156 # check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2157 ./sapi/cli/php -n -dextension_dir=modules -dextension=xml.so -r '$p = xml_parser_create(); xml_parse_into_struct($p, "<x>&lt;</x>", $vals, $index); exit((int )empty($vals[0]["value"]));'
2158
2159 # Generate stub .ini files for each extension
2160 rm -rf conf.d
2161 install -d conf.d
2162 generate_inifiles() {
2163         for so in modules/*.so; do
2164                 mod=$(basename $so .so)
2165                 conf="$mod.ini"
2166                 # xml needs to be loaded before wddx
2167                 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2168                 # pre needs to be loaded before SPL
2169                 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2170                 # spl needs to be loaded before mysqli
2171                 [ "$mod" = "spl" ] && conf="SPL.ini"
2172                 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2173                 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2174                 echo "+ $conf"
2175                 cat > conf.d/$conf <<-EOF
2176                         ; Enable $mod extension module
2177                         extension=$mod.so
2178                 EOF
2179         done
2180 }
2181 generate_inifiles
2182
2183 # Check that the module inner-dependencies are intact
2184 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2185 if grep -v OK dep-tests.log; then
2186         echo >&2 "The results above were not expected"
2187         exit 1
2188 fi
2189
2190 %if %{with gcov}
2191 # Use CLI SAPI
2192 cp -af php_config.h.cli main/php_config.h
2193 cp -af Makefile.cli Makefile
2194 %{__make} lcov
2195 # you really don't want to package result of gcov build
2196 exit 1
2197 %endif
2198
2199 %if %{with tests}
2200 # Run tests, using the CLI SAPI
2201 cp -af php_config.h.cli main/php_config.h
2202 cp -af Makefile.cli Makefile
2203
2204 cat <<'EOF' > run-tests.sh
2205 #!/bin/sh
2206 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2207 unset TZ LANG LC_ALL || :
2208 %{__make} test \
2209         EXTENSION_DIR=modules \
2210         PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2211         RUN_TESTS_SETTINGS="-q $*"
2212 EOF
2213 chmod +x run-tests.sh
2214 ./run-tests.sh -w failed.log -s test.log
2215
2216 # collect failed tests into cleanup script used in prep.
2217 sed -ne '/FAILED TEST SUMMARY/,/^===/p' test.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2218 sed -ne '/\[.*\]/{s/\(.*\) \[\(.*\)\]/# \1\nmv \2{,.skip}/p}' tests-failed.log \
2219         >> %{_sourcedir}/skip-tests.sh
2220
2221 failed=$(wc -l < tests-failed.log)
2222 if [ "$failed" != 0 ]; then
2223         exit 1
2224 fi
2225 %endif
2226
2227 %install
2228 rm -rf $RPM_BUILD_ROOT
2229 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2230         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2231         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2232         $RPM_BUILD_ROOT%{_mandir}/man1 \
2233
2234 cp -af php_config.h.cli main/php_config.h
2235 cp -af Makefile.cli Makefile
2236 %{__make} install \
2237         INSTALL_ROOT=$RPM_BUILD_ROOT
2238
2239 # make link relative
2240 ln -sfn phar.phar $RPM_BUILD_ROOT%{_bindir}/phar
2241
2242 # install Apache1 DSO module
2243 %if %{with apache1}
2244 libtool --silent --mode=install install sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
2245 %endif
2246
2247 # install Apache2 DSO module
2248 %if %{with apache2}
2249 libtool --silent --mode=install install sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache
2250 %endif
2251
2252 # install litespeed sapi
2253 %if %{with litespeed}
2254 libtool --silent --mode=install install sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/php.litespeed
2255 %endif
2256
2257 libtool --silent --mode=install install libphp_common.la $RPM_BUILD_ROOT%{_libdir}
2258 # fix install paths, avoid evil rpaths
2259 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2260 # better solution?
2261 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/php/build/acinclude.m4
2262
2263 # install CGI/FCGI
2264 %if %{with cgi}
2265 libtool --silent --mode=install install sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/php.cgi
2266 ln -sf php.cgi $RPM_BUILD_ROOT%{_bindir}/php.fcgi
2267 cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
2268 %endif
2269
2270 # install FCGI PM
2271 %if %{with fpm}
2272 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir}}
2273 libtool --silent --mode=install install sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}
2274 cp -a sapi/fpm/php-fpm.1 $RPM_BUILD_ROOT%{_mandir}/man1
2275 cp -a sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2276 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2277 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/php-fpm
2278 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2279 cp -a %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/php-fpm
2280 %endif
2281
2282 # install CLI
2283 libtool --silent --mode=install install sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php.cli
2284 install sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php.1
2285 echo ".so php.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.cli.1
2286 ln -sf php.cli $RPM_BUILD_ROOT%{_bindir}/php
2287
2288 sed -e 's#%{_prefix}/lib/php#%{_libdir}/php#g' php.ini > $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2289
2290 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2291 cp -a %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/browscap.ini
2292
2293 %if %{with apache1}
2294 cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2295 cp -a %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2296 rm -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
2297 %endif
2298
2299 %if %{with apache2}
2300 cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2301 cp -a %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2302 rm -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
2303 %endif
2304
2305 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2306 cp -a conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2307
2308 # per SAPI ini directories
2309 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2310
2311 # for CLI SAPI only
2312 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2313
2314 # use system automake and {lib,sh}tool
2315 %if "%{pld_release}" != "ac"
2316         ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/php/build
2317         for i in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2318                 ln -snf %{_aclocaldir}/${i} $RPM_BUILD_ROOT%{_libdir}/php/build
2319         done
2320         ln -snf %{_datadir}/libtool/config/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
2321 %else
2322         ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/php/build
2323         ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
2324 %endif
2325 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
2326
2327 # for php-pecl-mailparse
2328 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2329 cp -a ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2330
2331 # tests
2332 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2333 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2334 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2335
2336 %clean
2337 rm -rf $RPM_BUILD_ROOT
2338
2339 %post -n apache1-mod_php
2340 if [ "$1" = "1" ]; then
2341         %service -q apache restart
2342 fi
2343
2344 %postun -n apache1-mod_php
2345 if [ "$1" = "0" ]; then
2346         %service -q apache restart
2347 fi
2348
2349 %post -n apache-mod_php
2350 if [ "$1" = "1" ]; then
2351         %service -q httpd restart
2352 fi
2353
2354 %postun -n apache-mod_php
2355 if [ "$1" = "0" ]; then
2356         %service -q httpd restart
2357 fi
2358
2359 %pre fpm
2360 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2361
2362 %post fpm
2363 /sbin/chkconfig --add php-fpm
2364 %service php-fpm restart
2365
2366 %preun fpm
2367 if [ "$1" = 0 ]; then
2368         %service php-fpm stop
2369         /sbin/chkconfig --del php-fpm
2370 fi
2371
2372 %postun fpm
2373 if [ "$1" = "0" ]; then
2374         %userremove http
2375 fi
2376
2377 %post common
2378 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2379 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2380         TIMEZONE=
2381         . /etc/sysconfig/timezone
2382         if [ "$TIMEZONE" ]; then
2383                 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2384         fi
2385 fi
2386
2387 %posttrans common
2388 # minimizing apache restarts logics. we restart webserver:
2389 #
2390 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2391 # 2. first install of extension (post: $1 = 1)
2392 # 2. uninstall of extension (postun: $1 == 0)
2393 #
2394 # the strict internal deps between extensions (and apache modules) and
2395 # common package are very important for all this to work.
2396
2397 # restart webserver at the end of transaction
2398 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2399 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2400
2401 %if %{with apache1}
2402 %triggerpostun -n apache1-mod_php -- php < 4:5.0.4-9.11
2403 sed -i -e '
2404         /^AddType application\/x-httpd-php \.php/s,^,#,
2405         /^\(Add\|Load\)Module.*php5\.\(so\|c\)/d
2406 ' /etc/apache/apache.conf
2407 %service -q apache restart
2408 %endif
2409
2410 %if %{with apache2}
2411 %triggerpostun -n apache-mod_php -- php < 4:5.0.4-7.1
2412 # for fixed php-SAPI.ini, the poor php-apache.ini was never read for apache2
2413 if [ -f %{_sysconfdir}/php-apache.ini.rpmsave ]; then
2414         cp -f %{_sysconfdir}/php-apache2handler.ini{,.rpmnew}
2415         mv -f %{_sysconfdir}/php-apache.ini.rpmsave %{_sysconfdir}/php-apache2handler.ini
2416 fi
2417 %endif
2418
2419 # common macros called at extension post/postun scriptlet
2420 %define extension_scripts() \
2421 %post %1 \
2422 if [ "$1" = "1" ]; then \
2423         %php_webserver_restart \
2424 fi \
2425 \
2426 %postun %1 \
2427 if [ "$1" = "0" ]; then \
2428         %php_webserver_restart \
2429 fi
2430 %{nil}
2431
2432 # extension scripts defines
2433 %extension_scripts bcmath
2434 %extension_scripts bz2
2435 %extension_scripts calendar
2436 %extension_scripts ctype
2437 %extension_scripts curl
2438 %extension_scripts dba
2439 %extension_scripts dom
2440 %extension_scripts exif
2441 %extension_scripts fileinfo
2442 %extension_scripts filter
2443 %extension_scripts ftp
2444 %extension_scripts gd
2445 %extension_scripts gettext
2446 %extension_scripts gmp
2447 %extension_scripts hash
2448 %extension_scripts iconv
2449 %extension_scripts imap
2450 %extension_scripts interbase
2451 %extension_scripts intl
2452 %extension_scripts json
2453 %extension_scripts ldap
2454 %extension_scripts mbstring
2455 %extension_scripts mcrypt
2456 %extension_scripts mssql
2457 %extension_scripts mysql
2458 %extension_scripts mysqli
2459 %extension_scripts mysqlnd
2460 %extension_scripts oci8
2461 %extension_scripts odbc
2462 %extension_scripts openssl
2463 %extension_scripts pcre
2464 %extension_scripts pdo-dblib
2465 %extension_scripts pdo-firebird
2466 %extension_scripts pdo-mysql
2467 %extension_scripts pdo-odbc
2468 %extension_scripts pdo-pgsql
2469 %extension_scripts pdo-sqlite
2470 %extension_scripts pgsql
2471 %extension_scripts phar
2472 %extension_scripts posix
2473 %extension_scripts pspell
2474 %extension_scripts recode
2475 %extension_scripts session
2476 %extension_scripts shmop
2477 %extension_scripts snmp
2478 %extension_scripts soap
2479 %extension_scripts sockets
2480 %extension_scripts spl
2481 %extension_scripts sqlite
2482 %extension_scripts sqlite3
2483 %extension_scripts sybase-ct
2484 %extension_scripts sysvmsg
2485 %extension_scripts sysvsem
2486 %extension_scripts sysvshm
2487 %extension_scripts tidy
2488 %extension_scripts tokenizer
2489 %extension_scripts wddx
2490 %extension_scripts xml
2491 %extension_scripts xmlreader
2492 %extension_scripts xmlrpc
2493 %extension_scripts xmlwriter
2494 %extension_scripts xsl
2495 %extension_scripts zip
2496 %extension_scripts zlib
2497
2498 %triggerun bcmath -- %{name}-bcmath < 4:5.0.4-9.1
2499 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*bcmath\.so/d' %{_sysconfdir}/php.ini
2500
2501 %triggerun calendar -- %{name}-calendar < 4:5.0.4-9.1
2502 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*calendar\.so/d' %{_sysconfdir}/php.ini
2503
2504 %triggerun ctype -- %{name}-ctype < 4:5.0.4-9.1
2505 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ctype\.so/d' %{_sysconfdir}/php.ini
2506
2507 %triggerun curl -- %{name}-curl < 4:5.0.4-9.1
2508 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*curl\.so/d' %{_sysconfdir}/php.ini
2509
2510 %triggerun dba -- %{name}-dba < 4:5.0.4-9.1
2511 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*dba\.so/d' %{_sysconfdir}/php.ini
2512
2513 %triggerun dom -- %{name}-dom < 4:5.0.4-9.1
2514 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*dom\.so/d' %{_sysconfdir}/php.ini
2515
2516 %triggerun exif -- %{name}-exif < 4:5.0.4-9.1
2517 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*exif\.so/d' %{_sysconfdir}/php.ini
2518
2519 %triggerun ftp -- %{name}-ftp < 4:5.0.4-9.1
2520 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ftp\.so/d' %{_sysconfdir}/php.ini
2521
2522 %triggerun gd -- %{name}-gd < 4:5.0.4-9.1
2523 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gd\.so/d' %{_sysconfdir}/php.ini
2524
2525 %triggerun gettext -- %{name}-gettext < 4:5.0.4-9.1
2526 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gettext\.so/d' %{_sysconfdir}/php.ini
2527
2528 %triggerun gmp -- %{name}-gmp < 4:5.0.4-9.1
2529 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gmp\.so/d' %{_sysconfdir}/php.ini
2530
2531 %triggerun iconv -- %{name}-iconv < 4:5.0.4-9.1
2532 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*iconv\.so/d' %{_sysconfdir}/php.ini
2533
2534 %triggerun imap -- %{name}-imap < 4:5.0.4-9.1
2535 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*imap\.so/d' %{_sysconfdir}/php.ini
2536
2537 %triggerun interbase -- %{name}-interbase < 4:5.0.4-9.1
2538 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*interbase\.so/d' %{_sysconfdir}/php.ini
2539
2540 %triggerun ldap -- %{name}-ldap < 4:5.0.4-9.1
2541 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ldap\.so/d' %{_sysconfdir}/php.ini
2542
2543 %triggerun mbstring -- %{name}-mbstring < 4:5.0.4-9.1
2544 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mbstring\.so/d' %{_sysconfdir}/php.ini
2545
2546 %triggerun mcrypt -- %{name}-mcrypt < 4:5.0.4-9.1
2547 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mcrypt\.so/d' %{_sysconfdir}/php.ini
2548
2549 %triggerun mssql -- %{name}-mssql < 4:5.0.4-9.1
2550 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mssql\.so/d' %{_sysconfdir}/php.ini
2551
2552 %triggerun mysql -- %{name}-mysql < 4:5.0.4-9.1
2553 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mysql\.so/d' %{_sysconfdir}/php.ini
2554
2555 %triggerun mysqli -- %{name}-mysqli < 4:5.0.4-9.1
2556 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mysqli\.so/d' %{_sysconfdir}/php.ini
2557
2558 %triggerun oci8 -- %{name}-oci8 < 4:5.0.4-9.1
2559 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*oci8\.so/d' %{_sysconfdir}/php.ini
2560
2561 %triggerun odbc -- %{name}-odbc < 4:5.0.4-9.1
2562 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*odbc\.so/d' %{_sysconfdir}/php.ini
2563
2564 %triggerun openssl -- %{name}-openssl < 4:5.0.4-9.1
2565 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*openssl\.so/d' %{_sysconfdir}/php.ini
2566
2567 %triggerun pcntl -- %{name}-pcntl < 4:5.1.2-9.5
2568 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2569         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcntl\.so/d' %{_sysconfdir}/php-cgi.ini
2570 fi
2571 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2572         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcntl\.so/d' %{_sysconfdir}/php-cli.ini
2573 fi
2574
2575 %triggerun pcre -- %{name}-pcre < 4:5.0.4-9.1
2576 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcre\.so/d' %{_sysconfdir}/php.ini
2577
2578 %triggerun pgsql -- %{name}-pgsql < 4:5.0.4-9.1
2579 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pgsql\.so/d' %{_sysconfdir}/php.ini
2580
2581 %triggerun posix -- %{name}-posix < 4:5.0.4-9.1
2582 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*posix\.so/d' %{_sysconfdir}/php.ini
2583
2584 %triggerun pspell -- %{name}-pspell < 4:5.0.4-9.1
2585 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pspell\.so/d' %{_sysconfdir}/php.ini
2586
2587 %triggerun readline -- %{name}-readline < 4:5.1.2-9.5
2588 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2589         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*readline\.so/d' %{_sysconfdir}/php-cgi.ini
2590 fi
2591 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2592         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*readline\.so/d' %{_sysconfdir}/php-cli.ini
2593 fi
2594
2595 %triggerun recode -- %{name}-recode < 4:5.0.4-9.1
2596 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*recode\.so/d' %{_sysconfdir}/php.ini
2597
2598 %triggerun session -- %{name}-session < 4:5.0.4-9.1
2599 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*session\.so/d' %{_sysconfdir}/php.ini
2600
2601 %triggerun shmop -- %{name}-shmop < 4:5.0.4-9.1
2602 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*shmop\.so/d' %{_sysconfdir}/php.ini
2603
2604 %triggerun snmp -- %{name}-snmp < 4:5.0.4-9.1
2605 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*snmp\.so/d' %{_sysconfdir}/php.ini
2606
2607 %triggerun soap -- %{name}-soap < 4:5.0.4-9.1
2608 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*soap\.so/d' %{_sysconfdir}/php.ini
2609
2610 %triggerun sockets -- %{name}-sockets < 4:5.0.4-9.1
2611 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sockets\.so/d' %{_sysconfdir}/php.ini
2612
2613 %triggerun sqlite -- %{name}-sqlite < 4:5.0.4-9.1
2614 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sqlite\.so/d' %{_sysconfdir}/php.ini
2615
2616 %triggerun sybase-ct -- %{name}-sybase-ct < 4:5.0.4-9.1
2617 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sybase-ct\.so/d' %{_sysconfdir}/php.ini
2618
2619 %triggerun sysvmsg -- %{name}-sysvmsg < 4:5.0.4-9.1
2620 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvmsg\.so/d' %{_sysconfdir}/php.ini
2621
2622 %triggerun sysvsem -- %{name}-sysvsem < 4:5.0.4-9.1
2623 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvsem\.so/d' %{_sysconfdir}/php.ini
2624
2625 %triggerun sysvshm -- %{name}-sysvshm < 4:5.0.4-9.1
2626 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvshm\.so/d' %{_sysconfdir}/php.ini
2627
2628 %triggerun tidy -- %{name}-tidy < 4:5.0.4-9.1
2629 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*tidy\.so/d' %{_sysconfdir}/php.ini
2630
2631 %triggerun wddx -- %{name}-wddx < 4:5.0.4-9.1
2632 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*wddx\.so/d' %{_sysconfdir}/php.ini
2633
2634 %triggerun xml -- %{name}-xml < 4:5.0.4-9.1
2635 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xml\.so/d' %{_sysconfdir}/php.ini
2636
2637 %triggerun xmlrpc -- %{name}-xmlrpc < 4:5.0.4-9.1
2638 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xmlrpc\.so/d' %{_sysconfdir}/php.ini
2639
2640 %triggerun xsl -- %{name}-xsl < 4:5.0.4-9.1
2641 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xsl\.so/d' %{_sysconfdir}/php.ini
2642
2643 %triggerun zlib -- %{name}-zlib < 4:5.0.4-9.1
2644 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*zlib\.so/d' %{_sysconfdir}/php.ini
2645
2646 %if %{with apache1}
2647 %files -n apache1-mod_php
2648 %defattr(644,root,root,755)
2649 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2650 %dir %{_sysconfdir}/apache.d
2651 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2652 %attr(755,root,root) %{_libdir}/apache1/libphp5.so
2653 %endif
2654
2655 %if %{with apache2}
2656 %files -n apache-mod_php
2657 %defattr(644,root,root,755)
2658 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2659 %dir %{_sysconfdir}/apache2handler.d
2660 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2661 %attr(755,root,root) %{_libdir}/apache/libphp5.so
2662 %endif
2663
2664 %if %{with litespeed}
2665 %files litespeed
2666 %defattr(644,root,root,755)
2667 %attr(755,root,root) %{_sbindir}/php.litespeed
2668 %endif
2669
2670 %if %{with cgi}
2671 %files cgi
2672 %defattr(644,root,root,755)
2673 %dir %{_sysconfdir}/cgi-fcgi.d
2674 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2675 %attr(755,root,root) %{_bindir}/php.cgi
2676 %attr(755,root,root) %{_bindir}/php.fcgi
2677 %endif
2678
2679 %files cli
2680 %defattr(644,root,root,755)
2681 %dir %{_sysconfdir}/cli.d
2682 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2683 %attr(755,root,root) %{_bindir}/php.cli
2684 %{_mandir}/man1/php.1*
2685 %{_mandir}/man1/php.cli.1*
2686
2687 %files program
2688 %defattr(644,root,root,755)
2689 %attr(755,root,root) %{_bindir}/php
2690
2691 %if %{with fpm}
2692 %files fpm
2693 %defattr(644,root,root,755)
2694 %doc sapi/fpm/CREDITS
2695 %doc sapi/fpm/LICENSE
2696 %dir %{_sysconfdir}/fpm.d
2697 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
2698 %attr(755,root,root) %{_sbindir}/php-fpm
2699 %{_mandir}/man1/php-fpm.1*
2700 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/php-fpm
2701 %attr(754,root,root) /etc/rc.d/init.d/php-fpm
2702 %endif
2703
2704 %files common
2705 %defattr(644,root,root,755)
2706 %doc php.ini-*
2707 %doc CREDITS Zend/ZEND_CHANGES
2708 %doc LICENSE Zend/LICENSE.Zend EXTENSIONS NEWS TODO*
2709 %doc README.PHP4-TO-PHP5-THIN-CHANGES
2710 %doc README.namespaces
2711
2712 %dir %{_sysconfdir}
2713 %dir %{_sysconfdir}/conf.d
2714 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2715 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/browscap.ini
2716 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2717 %dir %{php_extensiondir}
2718
2719 %doc ext/session/mod_files.sh
2720
2721 %files devel
2722 %defattr(644,root,root,755)
2723 %doc README.UNIX-BUILD-SYSTEM
2724 %doc README.EXT_SKEL README.SELF-CONTAINED-EXTENSIONS
2725 %doc CODING_STANDARDS README.EXTENSIONS README.PARAMETER_PARSING_API README.STREAMS
2726 %doc README.SUBMITTING_PATCH README.TESTING README.TESTING2
2727 %attr(755,root,root) %{_bindir}/phpize
2728 %attr(755,root,root) %{_bindir}/php-config
2729 %attr(755,root,root) %{_libdir}/libphp_common.so
2730 %{_libdir}/libphp_common.la
2731 %{_includedir}/php
2732 %{_libdir}/php/build
2733 %{_mandir}/man1/php-config.1*
2734 %{_mandir}/man1/phpize.1*
2735
2736 %files bcmath
2737 %defattr(644,root,root,755)
2738 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2739 %attr(755,root,root) %{php_extensiondir}/bcmath.so
2740
2741 %files bz2
2742 %defattr(644,root,root,755)
2743 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2744 %attr(755,root,root) %{php_extensiondir}/bz2.so
2745
2746 %files calendar
2747 %defattr(644,root,root,755)
2748 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2749 %attr(755,root,root) %{php_extensiondir}/calendar.so
2750
2751 %files ctype
2752 %defattr(644,root,root,755)
2753 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2754 %attr(755,root,root) %{php_extensiondir}/ctype.so
2755
2756 %if %{with curl}
2757 %files curl
2758 %defattr(644,root,root,755)
2759 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2760 %attr(755,root,root) %{php_extensiondir}/curl.so
2761 %endif
2762
2763 %files dba
2764 %defattr(644,root,root,755)
2765 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2766 %attr(755,root,root) %{php_extensiondir}/dba.so
2767
2768 %files dom
2769 %defattr(644,root,root,755)
2770 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2771 %attr(755,root,root) %{php_extensiondir}/dom.so
2772
2773 %files exif
2774 %defattr(644,root,root,755)
2775 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2776 %attr(755,root,root) %{php_extensiondir}/exif.so
2777
2778 %files fileinfo
2779 %defattr(644,root,root,755)
2780 %doc README.input_filter
2781 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
2782 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
2783
2784 %if %{with filter}
2785 %files filter
2786 %defattr(644,root,root,755)
2787 %doc README.input_filter
2788 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
2789 %attr(755,root,root) %{php_extensiondir}/filter.so
2790 %endif
2791
2792 %files ftp
2793 %defattr(644,root,root,755)
2794 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2795 %attr(755,root,root) %{php_extensiondir}/ftp.so
2796
2797 %files gd
2798 %defattr(644,root,root,755)
2799 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2800 %attr(755,root,root) %{php_extensiondir}/gd.so
2801
2802 %files gettext
2803 %defattr(644,root,root,755)
2804 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2805 %attr(755,root,root) %{php_extensiondir}/gettext.so
2806
2807 %files gmp
2808 %defattr(644,root,root,755)
2809 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2810 %attr(755,root,root) %{php_extensiondir}/gmp.so
2811
2812 %files hash
2813 %defattr(644,root,root,755)
2814 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
2815 %attr(755,root,root) %{php_extensiondir}/hash.so
2816
2817 %files iconv
2818 %defattr(644,root,root,755)
2819 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2820 %attr(755,root,root) %{php_extensiondir}/iconv.so
2821
2822 %if %{with imap}
2823 %files imap
2824 %defattr(644,root,root,755)
2825 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2826 %attr(755,root,root) %{php_extensiondir}/imap.so
2827 %endif
2828
2829 %if %{with interbase}
2830 %files interbase
2831 %defattr(644,root,root,755)
2832 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2833 %attr(755,root,root) %{php_extensiondir}/interbase.so
2834 %endif
2835
2836 %files intl
2837 %defattr(644,root,root,755)
2838 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
2839 %attr(755,root,root) %{php_extensiondir}/intl.so
2840
2841 %files json
2842 %defattr(644,root,root,755)
2843 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
2844 %attr(755,root,root) %{php_extensiondir}/json.so
2845
2846 %if %{with ldap}
2847 %files ldap
2848 %defattr(644,root,root,755)
2849 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
2850 %attr(755,root,root) %{php_extensiondir}/ldap.so
2851 %endif
2852
2853 %files mbstring
2854 %defattr(644,root,root,755)
2855 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
2856 %attr(755,root,root) %{php_extensiondir}/mbstring.so
2857
2858 %files mcrypt
2859 %defattr(644,root,root,755)
2860 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
2861 %attr(755,root,root) %{php_extensiondir}/mcrypt.so
2862
2863 %if %{with mssql}
2864 %files mssql
2865 %defattr(644,root,root,755)
2866 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
2867 %attr(755,root,root) %{php_extensiondir}/mssql.so
2868 %endif
2869
2870 %files mysql
2871 %defattr(644,root,root,755)
2872 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
2873 %attr(755,root,root) %{php_extensiondir}/mysql.so
2874
2875 %if %{with mysqli}
2876 %files mysqli
2877 %defattr(644,root,root,755)
2878 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
2879 %attr(755,root,root) %{php_extensiondir}/mysqli.so
2880 %endif
2881
2882 %if %{with mysqlnd}
2883 %files mysqlnd
2884 %defattr(644,root,root,755)
2885 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
2886 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
2887 %endif
2888
2889 %if %{with oci8}
2890 %files oci8
2891 %defattr(644,root,root,755)
2892 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
2893 %attr(755,root,root) %{php_extensiondir}/oci8.so
2894 %endif
2895
2896 %if %{with odbc}
2897 %files odbc
2898 %defattr(644,root,root,755)
2899 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
2900 %attr(755,root,root) %{php_extensiondir}/odbc.so
2901 %endif
2902
2903 %if %{with openssl}
2904 %files openssl
2905 %defattr(644,root,root,755)
2906 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
2907 %attr(755,root,root) %{php_extensiondir}/openssl.so
2908 %endif
2909
2910 %files pcntl
2911 %defattr(644,root,root,755)
2912 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
2913 %attr(755,root,root) %{php_extensiondir}/pcntl.so
2914
2915 %if %{with pcre}
2916 %files pcre
2917 %defattr(644,root,root,755)
2918 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
2919 %attr(755,root,root) %{php_extensiondir}/pcre.so
2920 %endif
2921
2922 %files pdo
2923 %defattr(644,root,root,755)
2924 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
2925 %attr(755,root,root) %{php_extensiondir}/pdo.so
2926
2927 %if %{with mssql} || %{with sybase_ct}
2928 %files pdo-dblib
2929 %defattr(644,root,root,755)
2930 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
2931 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
2932 %endif
2933
2934 %if %{with interbase} && !%{with interbase_inst}
2935 %files pdo-firebird
2936 %defattr(644,root,root,755)
2937 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
2938 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
2939 %endif
2940
2941 %files pdo-mysql
2942 %defattr(644,root,root,755)
2943 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
2944 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
2945
2946 %if %{with oci8}
2947 %files pdo-oci
2948 %defattr(644,root,root,755)
2949 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
2950 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
2951 %endif
2952
2953 %if %{with odbc}
2954 %files pdo-odbc
2955 %defattr(644,root,root,755)
2956 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
2957 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
2958 %endif
2959
2960 %if %{with pgsql}
2961 %files pdo-pgsql
2962 %defattr(644,root,root,755)
2963 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
2964 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
2965 %endif
2966
2967 %if %{with sqlite}
2968 %files pdo-sqlite
2969 %defattr(644,root,root,755)
2970 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
2971 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
2972 %endif
2973
2974 %if %{with pgsql}
2975 %files pgsql
2976 %defattr(644,root,root,755)
2977 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
2978 %attr(755,root,root) %{php_extensiondir}/pgsql.so
2979 %endif
2980
2981 %if %{with phar}
2982 %files phar
2983 %defattr(644,root,root,755)
2984 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
2985 %attr(755,root,root) %{php_extensiondir}/phar.so
2986 %attr(755,root,root) %{_bindir}/phar
2987 %attr(755,root,root) %{_bindir}/phar.phar
2988 %endif
2989
2990 %files posix
2991 %defattr(644,root,root,755)
2992 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
2993 %attr(755,root,root) %{php_extensiondir}/posix.so
2994
2995 %if %{with pspell}
2996 %files pspell
2997 %defattr(644,root,root,755)
2998 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
2999 %attr(755,root,root) %{php_extensiondir}/pspell.so
3000 %endif
3001
3002 %files readline
3003 %defattr(644,root,root,755)
3004 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3005 %attr(755,root,root) %{php_extensiondir}/readline.so
3006
3007 %if %{with recode}
3008 %files recode
3009 %defattr(644,root,root,755)
3010 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3011 %attr(755,root,root) %{php_extensiondir}/recode.so
3012 %endif
3013
3014 %files session
3015 %defattr(644,root,root,755)
3016 %doc ext/session/mod_files.sh
3017 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/session.ini
3018 %attr(755,root,root) %{php_extensiondir}/session.so
3019
3020 %files shmop
3021 %defattr(644,root,root,755)
3022 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3023 %attr(755,root,root) %{php_extensiondir}/shmop.so
3024
3025 %files simplexml
3026 %defattr(644,root,root,755)
3027 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3028 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3029
3030 %if %{with snmp}
3031 %files snmp
3032 %defattr(644,root,root,755)
3033 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3034 %attr(755,root,root) %{php_extensiondir}/snmp.so
3035 %endif
3036
3037 %files soap
3038 %defattr(644,root,root,755)
3039 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3040 %attr(755,root,root) %{php_extensiondir}/soap.so
3041
3042 %files sockets
3043 %defattr(644,root,root,755)
3044 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3045 %attr(755,root,root) %{php_extensiondir}/sockets.so
3046
3047 %files spl
3048 %defattr(644,root,root,755)
3049 %doc ext/spl/{CREDITS,README,TODO}
3050 %doc ext/spl/examples
3051 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3052 %attr(755,root,root) %{php_extensiondir}/spl.so
3053
3054 %if %{with sqlite}
3055 %files sqlite
3056 %defattr(644,root,root,755)
3057 %doc ext/sqlite/{README,TODO,CREDITS}
3058 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite.ini
3059 %attr(755,root,root) %{php_extensiondir}/sqlite.so
3060 %endif
3061
3062 %if %{with sqlite3}
3063 %files sqlite3
3064 %defattr(644,root,root,755)
3065 %doc ext/sqlite3/CREDITS
3066 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3067 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3068 %endif
3069
3070 %if %{with sybase_ct}
3071 %files sybase-ct
3072 %defattr(644,root,root,755)
3073 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3074 %attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3075 %endif
3076
3077 %files sysvmsg
3078 %defattr(644,root,root,755)
3079 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3080 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3081
3082 %files sysvsem
3083 %defattr(644,root,root,755)
3084 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3085 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3086
3087 %files sysvshm
3088 %defattr(644,root,root,755)
3089 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3090 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3091
3092 %files tests
3093 %defattr(644,root,root,755)
3094 %dir %{php_data_dir}/tests/php
3095 %{php_data_dir}/tests/php/basic
3096 %{php_data_dir}/tests/php/classes
3097 %{php_data_dir}/tests/php/func
3098 %{php_data_dir}/tests/php/lang
3099 %{php_data_dir}/tests/php/output
3100 %{php_data_dir}/tests/php/run-test
3101 %{php_data_dir}/tests/php/security
3102 %{php_data_dir}/tests/php/strings
3103 %{php_data_dir}/tests/php/quicktester.inc
3104 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3105
3106 %if %{with tidy}
3107 %files tidy
3108 %defattr(644,root,root,755)
3109 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3110 %attr(755,root,root) %{php_extensiondir}/tidy.so
3111 %endif
3112
3113 %files tokenizer
3114 %defattr(644,root,root,755)
3115 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3116 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3117
3118 %if %{with wddx}
3119 %files wddx
3120 %defattr(644,root,root,755)
3121 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3122 %attr(755,root,root) %{php_extensiondir}/wddx.so
3123 %endif
3124
3125 %files xml
3126 %defattr(644,root,root,755)
3127 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3128 %attr(755,root,root) %{php_extensiondir}/xml.so
3129
3130 %files xmlreader
3131 %defattr(644,root,root,755)
3132 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3133 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3134
3135 %if %{with xmlrpc}
3136 %files xmlrpc
3137 %defattr(644,root,root,755)
3138 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3139 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3140 %endif
3141
3142 %files xmlwriter
3143 %defattr(644,root,root,755)
3144 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3145 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3146
3147 %files xsl
3148 %defattr(644,root,root,755)
3149 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3150 %attr(755,root,root) %{php_extensiondir}/xsl.so
3151
3152 %files zip
3153 %defattr(644,root,root,755)
3154 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3155 %attr(755,root,root) %{php_extensiondir}/zip.so
3156
3157 %files zlib
3158 %defattr(644,root,root,755)
3159 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3160 %attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.234061 seconds and 3 git commands to generate.