]> git.pld-linux.org Git - packages/php.git/blob - php.spec
- rel 1; suhosin from cooker
[packages/php.git] / php.spec
1 # NOTE: mysqlnd does not support ssl or compression (see FAQ at http://dev.mysql.com/downloads/connector/php-mysqlnd/)
2 # TODO:
3 # - ttyname_r() misdetected http://bugs.php.net/bug.php?id=48820
4 # - wddx: restore session support (not compiled in due DL extension check)
5 # - deal with modules removed from php and not moved to PECL, still not obsoleted anywhere
6 #   - removed from php 5.0 (currently in php4):
7 #   db [pecl-svn], hyperwave [pecl-svn], java [pecl-svn], mcal [pecl-svn], overload [???], qtdom [pecl-svn]
8 #   - removed from php 5.1:
9 #   oracle [pecl-svn]
10 #   - removed from php 5.2:
11 #   filepro [pecl-svn], hwapi [pecl-svn]
12 # - make additional headers and checking added by mail patch configurable
13 # - modularize standard (output from pure php -m)?
14 # - lib64 patch obsolete by $PHP_LIBDIR ?
15 # - WARNING: Phar: sha256/sha512 signature support disabled if ext/hash is
16 #   built shared, also PHAR_HAVE_OPENSSL is false if openssl is built shared.
17 #   make it runtime dep and add Suggests (or php warning messages)
18 # - some mods should be shared:
19 #$ php -m
20 # [PHP Modules]
21 #+Core
22 # date
23 #+ereg
24 # libxml
25 # Reflection
26 #
27 # Conditional build:
28 %bcond_with     interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
29 %bcond_with     oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
30 %bcond_with     instantclient   # build Oracle oci8 extension module against oracle-instantclient package
31 %bcond_with     system_gd       # with system gd (we prefer internal since it enables few more features)
32 %bcond_without  curl            # without CURL extension module
33 %bcond_without  filter          # without filter extension module
34 %bcond_without  imap            # without IMAP extension module
35 %bcond_without  interbase       # without InterBase extension module
36 %bcond_without  litespeed       # build litespeed module
37 %bcond_without  ldap            # without LDAP extension module
38 %bcond_without  mm              # without mm support for session storage
39 %bcond_without  mssql           # without MS SQL extension module
40 # don't turn it on by default; see TODO item for mysqlnd in this spec
41 %bcond_with     mysqlnd         # with mysqlnd support in mysql related extensions
42 %bcond_without  mysqli          # without mysqli support (Requires mysql > 4.1)
43 %bcond_without  odbc            # without ODBC extension module
44 %bcond_without  openssl         # without OpenSSL support and OpenSSL extension (module)
45 %bcond_without  pcre            # without PCRE extension module
46 %bcond_without  pgsql           # without PostgreSQL extension module
47 %bcond_without  phar            # without phar extension module
48 %bcond_without  pspell          # without pspell extension module
49 %bcond_without  recode          # without recode extension module
50 %bcond_without  snmp            # without SNMP extension module
51 %bcond_without  sqlite          # without SQLite extension module
52 %bcond_without  sqlite3         # without SQLite3 extension module
53 %bcond_without  sybase_ct       # without Sybase-CT extension module
54 %bcond_without  tidy            # without Tidy extension module
55 %bcond_without  wddx            # without WDDX extension module
56 %bcond_without  xmlrpc          # without XML-RPC extension module
57 %bcond_without  apache1         # disable building Apache 1.3.x SAPI
58 %bcond_without  apache2         # disable building Apache 2.x SAPI
59 %bcond_with     zts             # Zend Thread Safety
60 %bcond_without  cgi             # disable CGI/FCGI SAPI
61 %bcond_without  fpm             # disable FPM
62 %bcond_without  suhosin         # with suhosin patch
63 %bcond_with     tests           # default off; test process very often hangs on builders, approx run time 45m; perform "make test"
64 %bcond_with     gcov            # Enable Code coverage reporting
65 %bcond_with     type_hints      # experimental support for strict typing/casting
66
67 %define apxs1           /usr/sbin/apxs1
68 %define apxs2           /usr/sbin/apxs
69 %define litespeed_version       5.5
70
71 # disable all sapis
72 %if %{with gcov}
73 %undefine       with_apache1
74 %undefine       with_apache2
75 %undefine       with_cgi
76 %undefine       with_litespeed
77 %endif
78
79 # mm is not thread safe
80 %if %{with zts}
81 %undefine       with_mm
82 %endif
83
84 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha
85 # ppc disabled (broken on th-ppc)
86 %undefine       with_interbase
87 %endif
88
89 %ifnarch %{ix86} %{x8664}
90 # unsupported, see sapi/cgi/fpm/fpm_atomic.h
91 %undefine       with_fpm
92 %endif
93
94 %if 0
95 %if %{without apache1} && %{without apache2}
96 ERROR: You need to select at least one Apache SAPI to build shared modules.
97 %endif
98 %endif
99
100 # filter depends on pcre
101 %if %{without pcre}
102 %undefine       with_filter
103 %endif
104
105 %define         rel     1
106 Summary:        PHP: Hypertext Preprocessor
107 Summary(fr.UTF-8):      Le langage de script embarque-HTML PHP
108 Summary(pl.UTF-8):      Język skryptowy PHP
109 Summary(pt_BR.UTF-8):   A linguagem de script PHP
110 Summary(ru.UTF-8):      PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
111 Summary(uk.UTF-8):      PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
112 Name:           php
113 Version:        5.3.6
114 Release:        %{rel}%{?with_type_hints:.th}%{?with_oci8:.oci}
115 Epoch:          4
116 License:        PHP
117 Group:          Libraries
118 Source0:        http://www.php.net/distributions/%{name}-%{version}.tar.bz2
119 # Source0-md5:  2286f5a82a6e8397955a0025c1c2ad98
120 Source2:        %{name}-mod_%{name}.conf
121 Source3:        %{name}-cgi-fcgi.ini
122 Source4:        %{name}-apache.ini
123 Source5:        %{name}-cli.ini
124 # Taken from: http://browsers.garykeith.com/downloads.asp
125 Source9:        %{name}_browscap.ini
126 Source10:       %{name}-fpm.init
127 Source11:       %{name}-fpm.logrotate
128 Source12:       %{name}-branch.sh
129 Source13:       dep-tests.sh
130 Source14:       skip-tests.sh
131 Source15:       http://litespeedtech.com/packages/lsapi/%{name}-litespeed-%{litespeed_version}.tgz
132 # Source15-md5: 9d58485d5fd6b5f5fefcec41b9ce283e
133 Patch0:         %{name}-shared.patch
134 Patch1:         %{name}-pldlogo.patch
135 Patch2:         %{name}-mail.patch
136 Patch3:         %{name}-link-libs.patch
137 Patch4:         %{name}-libpq_fs_h_path.patch
138 Patch5:         %{name}-filter-shared.patch
139 Patch6:         %{name}-build_modules.patch
140 Patch7:         %{name}-sapi-ini-file.patch
141 Patch8:         %{name}-config-file-scan-dir.patch
142 Patch9:         %{name}-sh.patch
143 Patch10:        %{name}-ini.patch
144 %if %{with type_hints}
145 Patch12:        http://ilia.ws/patch/type_hint_53_v2.txt
146 %endif
147 Patch14:        %{name}-no_pear_install.patch
148 Patch15:        %{name}-zlib.patch
149 Patch17:        %{name}-readline.patch
150 Patch18:        %{name}-nohttpd.patch
151 Patch19:        %{name}-gd_imagerotate_enable.patch
152 Patch20:        %{name}-uint32_t.patch
153 Patch21:        %{name}-dba-link.patch
154 Patch22:        %{name}-both-apxs.patch
155 Patch23:        %{name}-builddir.patch
156 Patch24:        %{name}-zlib-for-getimagesize.patch
157 Patch25:        %{name}-stupidapache_version.patch
158 Patch26:        %{name}-pear.patch
159 Patch27:        %{name}-config-dir.patch
160 Patch29:        %{name}-fcgi-graceful.patch
161 Patch31:        %{name}-fcgi-error_log-no-newlines.patch
162 Patch32:        %{name}-curl-limit-speed.patch
163 Patch34:        %{name}-libtool.patch
164 Patch35:        %{name}-tds.patch
165 Patch36:        %{name}-mysql-charsetphpini.patch
166 Patch37:        %{name}-mysqli-charsetphpini.patch
167 Patch38:        %{name}-pdo_mysql-charsetphpini.patch
168 Patch39:        %{name}-use-prog_sendmail.patch
169 Patch41:        %{name}-fpm-config.patch
170 Patch42:        %{name}-fpm-shared.patch
171 Patch43:        %{name}-silent-session-cleanup.patch
172 Patch44:        %{name}-include_path.patch
173 Patch45:        %{name}-imap-annotations.patch
174 Patch46:        %{name}-imap-myrights.patch
175 Patch47:        suhosin.patch
176 Patch49:        %{name}-m4-divert.patch
177 Patch50:        extension-shared-optional-dep.patch
178 Patch51:        spl-shared.patch
179 Patch52:        pcre-shared.patch
180 Patch53:        fix-test-run.patch
181 Patch54:        mysqlnd-shared.patch
182 Patch55:        bug-52078-fileinode.patch
183 Patch57:        bug-52448.patch
184 Patch59:        %{name}-systzdata.patch
185 Patch60:        %{name}-oracle-instantclient.patch
186 Patch61:        %{name}-krb5-ac.patch
187 URL:            http://www.php.net/
188 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:        Firebird-devel >= 1.0.2.908-2}}
189 %{?with_pspell:BuildRequires:   aspell-devel >= 2:0.50.0}
190 BuildRequires:  autoconf >= 2.53
191 BuildRequires:  automake >= 1.4d
192 BuildRequires:  bison
193 BuildRequires:  bzip2-devel
194 %{?with_curl:BuildRequires:     curl-devel >= 7.12.0}
195 BuildRequires:  cyrus-sasl-devel
196 BuildRequires:  db-devel >= 4.0
197 BuildRequires:  elfutils-devel
198 #BuildRequires: fcgi-devel
199 #BuildRequires: flex
200 BuildRequires:  mysql-devel
201 BuildRequires:  pkgconfig
202 BuildRequires:  sed >= 4.0
203 %if %{with mssql} || %{with sybase_ct}
204 BuildRequires:  freetds-devel >= 0.82
205 %endif
206 BuildRequires:  freetype-devel >= 2.0
207 %if %{with system_gd}
208 BuildRequires:  gd-devel >= 2.0.28-4
209 BuildRequires:  gd-devel(imagerotate) = 5.2.0
210 %endif
211 BuildRequires:  gdbm-devel
212 BuildRequires:  gmp-devel
213 %{?with_imap:BuildRequires:     imap-devel >= 1:2007e-2}
214 BuildRequires:  libicu-devel
215 BuildRequires:  libjpeg-devel
216 BuildRequires:  libltdl-devel >= 1.4
217 BuildRequires:  libmcrypt-devel >= 2.4.4
218 BuildRequires:  libpng-devel >= 1.0.8
219 #BuildRequires: libtiff-devel
220 %if "%{pld_release}" != "ac"
221 BuildRequires:  libtool >= 2:2.2
222 %else
223 BuildRequires:  libtool >= 1.4.3
224 %endif
225 #BuildRequires: libwrap-devel
226 BuildRequires:  libxml2-devel >= 1:2.7.6-4
227 BuildRequires:  libxslt-devel >= 1.1.0
228 %{?with_mm:BuildRequires:       mm-devel >= 1.3.0}
229 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
230 %if %{with openssl} || %{with ldap}
231 BuildRequires:  openssl-devel >= 0.9.7d
232 %endif
233 %{?with_gcov:BuildRequires:     lcov}
234 %{?with_snmp:%{?with_tests:BuildRequires:       mibs-net-snmp}}
235 %{?with_snmp:BuildRequires:     net-snmp-devel >= 5.0.7}
236 %{?with_instantclient:BuildRequires:    oracle-instantclient-devel}
237 BuildRequires:  pam-devel
238 %{?with_pcre:BuildRequires:     pcre-devel >= 8.10}
239 BuildRequires:  pkgconfig
240 %{?with_pgsql:BuildRequires:    postgresql-backend-devel >= 7.2}
241 %{?with_pgsql:BuildRequires:    postgresql-devel}
242 BuildRequires:  readline-devel
243 %{?with_recode:BuildRequires:   recode-devel >= 3.5d-3}
244 BuildRequires:  rpm >= 4.4.9-56
245 BuildRequires:  rpm-build >= 4.4.0
246 BuildRequires:  rpmbuild(macros) >= 1.566
247 %{?with_sqlite:BuildRequires:   sqlite-devel}
248 %{?with_sqlite3:BuildRequires:  sqlite3-devel >= 3.3.9}
249 BuildRequires:  t1lib-devel
250 %{?with_tidy:BuildRequires:     tidy-devel}
251 %{?with_odbc:BuildRequires:     unixODBC-devel}
252 %{?with_xmlrpc:BuildRequires:   xmlrpc-epi-devel}
253 BuildRequires:  zlib-devel >= 1.0.9
254 %if %{with apache1}
255 BuildRequires:  apache1-devel
256 %endif
257 %if %{with apache2}
258 BuildRequires:  apache-devel >= 2.0.52-2
259 BuildRequires:  apr-devel >= 1:1.0.0
260 BuildRequires:  apr-util-devel >= 1:1.0.0
261 %endif
262 %if %{with fpm}
263 #BuildRequires: judy-devel
264 BuildRequires:  libevent-devel >= 1.4.7-3
265 %endif
266 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
267
268 %define         php_sysconfdir          /etc/php
269 %define         php_extensiondir        %{_libdir}/php
270 %define         _sysconfdir                     %{php_sysconfdir}
271
272 # must be in sync with source. extra check ensuring that it is so is done in %%build
273 %define         php_api_version         20090626
274 %define         zend_module_api         20090626
275 %define         zend_extension_api      220090626
276
277 %define         zend_zts                %{!?with_zts:0}%{?with_zts:1}
278 %define         php_debug               %{!?debug:0}%{?debug:1}
279
280 %if %{with gcov}
281 %undefine       with_ccache
282 %endif
283
284 %if %{with oci8}
285 # ORACLE_HOME is required for oci8 ext to build
286 %define _preserve_env %_preserve_env_base ORACLE_HOME
287 %endif
288
289 %description
290 PHP is an HTML-embedded scripting language. PHP attempts to make it
291 easy for developers to write dynamically generated web pages. PHP also
292 offers built-in database integration for several commercial and
293 non-commercial database management systems, so writing a
294 database-enabled web page with PHP is fairly simple. The most common
295 use of PHP coding is probably as a replacement for CGI scripts. The
296 mod_php module enables the Apache web server to understand and process
297 the embedded PHP language in web pages. This package contains PHP
298 version %{version}.
299
300 %description -l fr.UTF-8
301 PHP est un langage de script embarque dans le HTM. PHP essaye de
302 rendre simple aux developpeurs d'ecrire des pages web generees
303 dynamiquement. PHP incorpore egalement une integration avec plusieurs
304 systemes de gestion de bases de donnees commerciaux et
305 non-connerciaux, qui rent facile la creation de pages web liees avec
306 des bases de donnees. L'utilisation la plus commune de PHP est
307 probablement en remplacement de scripts CGI. Le module mod_php permet
308 au serveur web Apache de comprendre et de traiter le langage PHP
309 integre dans des pages web. Ce package contient PHP version
310 %{version}.
311
312 %description -l pl.UTF-8
313 PHP jest językiem skryptowym, którego polecenia umieszcza się w
314 plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
315 generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
316 danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
317 co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
318 Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
319 CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
320 język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
321 %{version}.
322
323 %description -l pt_BR.UTF-8
324 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
325 embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
326 com algumas características únicas, específicas ao PHP. O objetivo da
327 linguagem é permitir que desenvolvedores web escrevam páginas
328 dinamicamente geradas de forma rápida.
329
330 %description -l ru.UTF-8
331 PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
332 предлагает интерграцию с множеством СУБД, поэтому написание скриптов
333 для работы с базами данных относительно просто. Наиболее популярное
334 использование PHP - замена для CGI скриптов.
335
336 %description -l uk.UTF-8
337 PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
338 пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
339 роботи з базами даних є доволі простим. Найбільш популярне
340 використання PHP - заміна для CGI скриптів.
341
342 %package -n apache1-mod_php
343 Summary:        PHP DSO module for Apache 1.3.x
344 Summary(pl.UTF-8):      Moduł DSO (Dynamic Shared Object) PHP dla Apache 1.3.x
345 Group:          Development/Languages/PHP
346 Requires(triggerpostun):        sed >= 4.0
347 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
348 Requires:       apache1(EAPI) >= 1.3.33-2
349 Requires:       apache1-mod_mime
350 Provides:       webserver(php) = %{version}
351 Obsoletes:      apache-mod_php < 1:4.1.1
352 Obsoletes:      phpfi
353
354 %description -n apache1-mod_php
355 PHP as DSO module for Apache 1.3.x.
356
357 %description -n apache1-mod_php -l pl.UTF-8
358 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 1.3.x.
359
360 %package -n apache-mod_php
361 Summary:        PHP DSO module for Apache 2.x
362 Summary(pl.UTF-8):      Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
363 Group:          Development/Languages/PHP
364 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
365 Requires:       apache(modules-api) = %{apache_modules_api}
366 Requires:       apache-mod_mime
367 Provides:       webserver(php) = %{version}
368 Obsoletes:      phpfi
369
370 %description -n apache-mod_php
371 PHP as DSO module for Apache 2.x.
372
373 %description -n apache-mod_php -l pl.UTF-8
374 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
375
376 %package litespeed
377 Summary:        PHP for litespeed HTTP server
378 Summary(pl.UTF-8):      PHP dla serwera HTTP litespeed
379 Group:          Development/Languages/PHP
380 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
381 Provides:       webserver(php) = %{version}
382
383 %description litespeed
384 PHP for litespeed HTTP server.
385
386 %description litespeed -l pl.UTF-8
387 PHP dla serwera HTTP litespeed.
388
389 %package cgi
390 Summary:        PHP as CGI/FastCGI program
391 Summary(pl.UTF-8):      PHP jako program CGI/FastCGI
392 Group:          Development/Languages/PHP
393 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
394 Provides:       %{name}-fcgi = %{epoch}:%{version}-%{release}
395 Provides:       php(cgi)
396 Provides:       php(fcgi)
397 Provides:       webserver(php)
398 Obsoletes:      php-fcgi < 4:5.3.0
399
400 %description cgi
401 PHP as CGI or FastCGI program.
402
403 %description cgi -l pl.UTF-8
404 PHP jako program CGI lub FastCGI.
405
406 %package cli
407 Summary:        PHP as CLI interpreter
408 Summary(pl.UTF-8):      PHP jako interpreter działający z linii poleceń
409 Group:          Development/Languages/PHP
410 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
411
412 %description cli
413 PHP as CLI interpreter.
414
415 %description cli -l pl.UTF-8
416 PHP jako interpreter działający z linii poleceń.
417
418 %package program
419 Summary:        /usr/bin/php symlink
420 Summary(pl.UTF-8):      Dowiązanie symboliczne /usr/bin/php
421 Group:          Development/Languages/PHP
422 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
423 Obsoletes:      /usr/bin/php
424
425 %description program
426 Package providing /usr/bin/php symlink to PHP CLI.
427
428 %description program -l pl.UTF-8
429 Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
430
431 %package fpm
432 Summary:        PHP FastCGI Process Manager
433 Summary(pl.UTF-8):      PHP FastCGI Process Manager - zarządca procesów FastCGI
434 Group:          Development/Languages/PHP
435 URL:            http://www.php-fpm.org/
436 Requires(post,preun):   /sbin/chkconfig
437 Requires(postun):       /usr/sbin/userdel
438 Requires(pre):  /bin/id
439 Requires(pre):  /usr/sbin/useradd
440 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
441 Requires:       libevent >= 1.4.7-3
442 Requires:       rc-scripts
443 Provides:       user(http)
444 Provides:       webserver(php) = %{version}
445
446 %description fpm
447 PHP FastCGI Process Manager.
448
449 %description fpm -l pl.UTF-8
450 PHP FastCGI Process Manager - zarządca procesów FastCGI.
451
452 %package common
453 Summary:        Common files needed by both Apache modules and CGI/CLI SAPIs
454 Summary(pl.UTF-8):      Wspólne pliki dla modułu Apache'a i programu CGI
455 Summary(ru.UTF-8):      Разделяемые библиотеки для PHP
456 Summary(uk.UTF-8):      Бібліотеки спільного використання для PHP
457 Group:          Libraries
458 Requires(post): sed >= 4.0
459 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
460 Requires:       glibc >= 6:2.3.5
461 Requires:       php-dirs
462 Requires:       rpm-whiteout >= 1.28
463 Requires:       tzdata
464 Provides:       php(date)
465 Provides:       php(ereg)
466 Provides:       php(hash)
467 Provides:       php(libxml)
468 Provides:       php(modules_api) = %{php_api_version}
469 Provides:       php(overload)
470 Provides:       php(reflection)
471 Provides:       php(standard)
472 Provides:       php(zend_extension_api) = %{zend_extension_api}
473 Provides:       php(zend_module_api) = %{zend_module_api}
474 Provides:       php-date
475 Provides:       php-ereg
476 Provides:       php-overload
477 Provides:       php-reflection
478 Provides:       php-standard
479 Provides:       php5(debug) = %{php_debug}
480 Provides:       php5(thread-safety) = %{zend_zts}
481 %{!?with_mysqlnd:Obsoletes:     php-mysqlnd}
482 Obsoletes:      php-pecl-domxml
483 Conflicts:      php4-common < 3:4.4.4-8
484 Conflicts:      rpm < 4.4.2-0.2
485
486 %description common
487 Common files needed by both Apache modules and CGI/CLI SAPIs.
488
489 %description common -l pl.UTF-8
490 Wspólne pliki dla modułu Apache'a i programu CGI.
491
492 %description common -l ru.UTF-8
493 Этот пакет содержит общие файлы для разных вариантов реализации PHP
494 (самодостаточной и в качестве модуля Apache).
495
496 %description common -l uk.UTF-8
497 Цей пакет містить спільні файли для різних варіантів реалізації PHP
498 (самодостатньої та в якості модуля Apache).
499
500 %package devel
501 Summary:        Files for PHP modules development
502 Summary(pl.UTF-8):      Pliki do kompilacji modułów PHP
503 Summary(pt_BR.UTF-8):   Arquivos de desenvolvimento para PHP
504 Summary(ru.UTF-8):      Пакет разработки для построения расширений PHP
505 Summary(uk.UTF-8):      Пакет розробки для побудови розширень PHP
506 Group:          Development/Languages/PHP
507 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
508 Requires:       autoconf
509 Requires:       automake
510 %if "%{pld_release}" != "ac"
511 Requires:       libtool >= 2:2.2
512 %else
513 Requires:       libtool
514 %endif
515 %{?with_pcre:Requires:  pcre-devel >= 8.10}
516 Requires:       shtool
517 Obsoletes:      php-pear-devel
518 Obsoletes:      php4-devel
519
520 %description devel
521 The php-devel package lets you compile dynamic extensions to PHP.
522 Included here is the source for the PHP extensions. Instead of
523 recompiling the whole PHP binary to add support for, say, oracle,
524 install this package and use the new self-contained extensions
525 support. For more information, read the file
526 README.SELF-CONTAINED-EXTENSIONS.
527
528 %description devel -l pl.UTF-8
529 Ten pakiet zawiera pliki potrzebne do kompilacji modułów PHP. Zamiast
530 rekompilować całe PHP aby dodać obsługę np. oracle, można przy użyciu
531 tego pakietu skompilować samodzielne rozszerzenie. Więcej informacji o
532 samodzielnych rozszerzeniach można znaleźć w pliku
533 README.SELF-CONTAINED-EXTENSIONS.
534
535 %description devel -l pt_BR.UTF-8
536 Este pacote contém arquivos usados no desenvolvimento de programas ou
537 módulos PHP.
538
539 %description devel -l ru.UTF-8
540 Пакет php-devel дает возможность компилировать динамические расширения
541 PHP. Пакет включает исходный код этих расширений. Вместо повторной
542 компиляции бинарного файла PHP для добавления, например, поддержки
543 oracle, установите этот пакет для компилирования отдельных расширений.
544 Подробности - в файле README.SELF-CONTAINED-EXTENSIONS.
545
546 %description devel -l uk.UTF-8
547 Пакет php-devel дає можливість компілювати динамічні розширення PHP.
548 До пакету включено вихідний код для розширень. Замість повторної
549 компіляції бінарного файлу PHP для додання, наприклад, підтримки
550 oracle, встановіть цей пакет для компіляції окремих розширень.
551 Детальніша інформація - в файлі README.SELF-CONTAINED-EXTENSIONS.
552
553 %package bcmath
554 Summary:        bcmath extension module for PHP
555 Summary(pl.UTF-8):      Moduł bcmath dla PHP
556 Group:          Libraries
557 URL:            http://www.php.net/manual/en/book.bc.php
558 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
559 Provides:       php(bcmath)
560
561 %description bcmath
562 This is a dynamic shared object (DSO) for PHP that will add bc style
563 precision math functions support.
564
565 %description bcmath -l pl.UTF-8
566 Moduł PHP umożliwiający korzystanie z dokładnych funkcji
567 matematycznych takich jak w programie bc.
568
569 %package bz2
570 Summary:        Bzip2 extension module for PHP
571 Summary(pl.UTF-8):      Moduł bzip2 dla PHP
572 Group:          Libraries
573 URL:            http://www.php.net/manual/en/book.bzip2.php
574 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
575 Provides:       php(bz2)
576 Provides:       php(bzip2)
577 Provides:       php-bzip2 = %{epoch}:%{version}-%{release}
578 Obsoletes:      php-bzip2 < 4:5.2.14-3
579
580 %description bz2
581 This is a dynamic shared object (DSO) for PHP that will add bzip2
582 compression support to PHP.
583
584 %description bz2 -l pl.UTF-8
585 Moduł PHP umożliwiający używanie kompresji bzip2.
586
587 %package calendar
588 Summary:        Calendar extension module for PHP
589 Summary(pl.UTF-8):      Moduł funkcji kalendarza dla PHP
590 Group:          Libraries
591 URL:            http://www.php.net/manual/en/book.calendar.php
592 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
593 Provides:       php(calendar)
594
595 %description calendar
596 This is a dynamic shared object (DSO) for PHP that will add calendar
597 support.
598
599 %description calendar -l pl.UTF-8
600 Moduł PHP dodający wsparcie dla kalendarza.
601
602 %package ctype
603 Summary:        ctype extension module for PHP
604 Summary(pl.UTF-8):      Moduł ctype dla PHP
605 Group:          Libraries
606 URL:            http://www.php.net/manual/en/book.ctype.php
607 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
608 Provides:       php(ctype)
609
610 %description ctype
611 This is a dynamic shared object (DSO) for PHP that will add ctype
612 support.
613
614 %description ctype -l pl.UTF-8
615 Moduł PHP umożliwiający korzystanie z funkcji ctype.
616
617 %package curl
618 Summary:        curl extension module for PHP
619 Summary(pl.UTF-8):      Moduł curl dla PHP
620 Group:          Libraries
621 URL:            http://www.php.net/manual/en/book.curl.php
622 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
623 Provides:       php(curl)
624
625 %description curl
626 This is a dynamic shared object (DSO) for PHP that will add curl
627 support.
628
629 %description curl -l pl.UTF-8
630 Moduł PHP umożliwiający korzystanie z biblioteki curl.
631
632 %package dba
633 Summary:        DBA extension module for PHP
634 Summary(pl.UTF-8):      Moduł DBA dla PHP
635 Group:          Libraries
636 URL:            http://www.php.net/manual/en/book.dba.php
637 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
638 Provides:       php(dba)
639
640 %description dba
641 This is a dynamic shared object (DSO) for PHP that will add flat-file
642 databases (DBA) support.
643
644 %description dba -l pl.UTF-8
645 Moduł dla PHP dodający obsługę dla baz danych opartych na plikach
646 (DBA).
647
648 %package dom
649 Summary:        DOM extension module for PHP
650 Summary(pl.UTF-8):      Moduł DOM dla PHP
651 Group:          Libraries
652 URL:            http://www.php.net/manual/en/book.dom.php
653 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
654 Provides:       php(dom)
655 # it has some compatibility functions
656 Provides:       php(domxml)
657 Provides:       php-domxml = %{epoch}:%{version}-%{release}
658 Obsoletes:      php-domxml <= 3:4.3.8-1
659
660 %description dom
661 This is a dynamic shared object (DSO) for PHP that will add new DOM
662 support.
663
664 %description dom -l pl.UTF-8
665 Moduł PHP dodający nową obsługę DOM.
666
667 %package exif
668 Summary:        exif extension module for PHP
669 Summary(pl.UTF-8):      Moduł exif dla PHP
670 Group:          Libraries
671 URL:            http://www.php.net/manual/en/book.exif.php
672 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
673 Provides:       php(exif)
674
675 %description exif
676 This is a dynamic shared object (DSO) for PHP that will add EXIF tags
677 support in image files.
678
679 %description exif -l pl.UTF-8
680 Moduł PHP dodający obsługę znaczników EXIF w plikach obrazków.
681
682 %package fileinfo
683 Summary:        libmagic bindings
684 Summary(pl.UTF-8):      Wiązania do libmagic
685 Group:          Libraries
686 URL:            http://www.php.net/manual/en/book.fileinfo.php
687 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
688 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
689 Provides:       php(fileinfo)
690 Obsoletes:      php-mime_magic
691 Obsoletes:      php-pecl-fileinfo
692
693 %description fileinfo
694 This extension allows retrieval of information regarding vast majority
695 of file. This information may include dimensions, quality, length
696 etc...
697
698 Additionally it can also be used to retrieve the MIME type for a
699 particular file and for text files proper language encoding.
700
701 %description fileinfo -l pl.UTF-8
702 To rozszerzenie pozwala na uzyskanie informacji dotyczących większości
703 plików. Informacje mogą zawierać wymiary, jakość, długość itp.
704
705 Ponadto rozszerzenie można wykorzystać do odczytania typu MIME danego
706 pliku oraz kodowania plików tekstowych.
707
708 %package filter
709 Summary:        Extension for safely dealing with input parameters
710 Summary(pl.UTF-8):      Rozszerzenie do bezpiecznej obsługi danych wejściowych
711 Group:          Libraries
712 URL:            http://www.php.net/manual/en/book.filter.php
713 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
714 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
715 Provides:       php(filter)
716 Obsoletes:      php-pecl-filter
717
718 %description filter
719 We all know that you should always check input variables, but PHP does
720 not offer really good functionality for doing this in a safe way. The
721 Input Filter extension is meant to address this issue by implementing
722 a set of filters and mechanisms that users can use to safely access
723 their input data.
724
725 %description filter -l pl.UTF-8
726 Wiadomo, że trzeba zawsze sprawdzać zmienne wejściowe, ale PHP nie
727 oferuje naprawdę dobrej funkcjonalności do robienia tego w sposób
728 bezpieczny. Rozszerzenie Input Filter ma rozwiązać ten problem poprzez
729 zaimplementowanie zestawu filtrów i mechanizmów, których użytkownicy
730 mogą bezpiecznie używać do dostępu do danych.
731
732 %package ftp
733 Summary:        FTP extension module for PHP
734 Summary(pl.UTF-8):      Moduł FTP dla PHP
735 Group:          Libraries
736 URL:            http://www.php.net/manual/en/book.ftp.php
737 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
738 Provides:       php(ftp)
739
740 %description ftp
741 This is a dynamic shared object (DSO) for PHP that will add FTP
742 support.
743
744 %description ftp -l pl.UTF-8
745 Moduł PHP dodający obsługę protokołu FTP.
746
747 %package gd
748 Summary:        GD extension module for PHP
749 Summary(pl.UTF-8):      Moduł GD dla PHP
750 Group:          Libraries
751 URL:            http://www.php.net/manual/en/book.image.php
752 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
753 %if %{with system_gd}
754 Requires:       gd >= 2.0.28-4
755 Requires:       gd(gif)
756 Requires:       gd(imagerotate) = 5.2.0
757 %endif
758 Provides:       php(gd)
759
760 %description gd
761 This is a dynamic shared object (DSO) for PHP that will add GD
762 support, allowing you to create and manipulate images with PHP.
763
764 %description gd -l pl.UTF-8
765 Moduł PHP umożliwiający korzystanie z biblioteki GD, pozwalającej na
766 tworzenie i obróbkę obrazków.
767
768 %package gettext
769 Summary:        gettext extension module for PHP
770 Summary(pl.UTF-8):      Moduł gettext dla PHP
771 Group:          Libraries
772 URL:            http://www.php.net/manual/en/book.gettext.php
773 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
774 Provides:       php(gettext)
775
776 %description gettext
777 This is a dynamic shared object (DSO) for PHP that will add gettext
778 support.
779
780 %description gettext -l pl.UTF-8
781 Moduł PHP dodający obsługę lokalizacji przez gettext.
782
783 %package gmp
784 Summary:        gmp extension module for PHP
785 Summary(pl.UTF-8):      Moduł gmp dla PHP
786 Group:          Libraries
787 URL:            http://www.php.net/manual/en/book.gmp.php
788 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
789 Provides:       php(gmp)
790
791 %description gmp
792 This is a dynamic shared object (DSO) for PHP that will add arbitrary
793 length number support with GNU MP library.
794
795 %description gmp -l pl.UTF-8
796 Moduł PHP umożliwiający korzystanie z biblioteki gmp do obliczeń na
797 liczbach o dowolnej długości.
798
799 %package hash
800 Summary:        HASH Message Digest Framework
801 Summary(pl.UTF-8):      Szkielet do obliczania skrótów wiadomości
802 Group:          Libraries
803 URL:            http://www.php.net/manual/en/book.gmp.php
804 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
805 Provides:       php(hash)
806 Provides:       php(mhash)
807 Provides:       php-mhash = %{epoch}:%{version}-%{release}
808 Obsoletes:      php-mhash < 4:5.3.0
809 Obsoletes:      php-pecl-hash
810
811 %description hash
812 Native implementations of common message digest algorithms using a
813 generic factory method.
814
815 %description hash -l pl.UTF-8
816 Natywne implementacje popularnych algorytmów obliczania skrótów
817 wiadomości przy użyciu wspólnego interfejsu.
818
819 %package iconv
820 Summary:        iconv extension module for PHP
821 Summary(pl.UTF-8):      Moduł iconv dla PHP
822 Group:          Libraries
823 URL:            http://www.php.net/manual/en/book.iconv.php
824 Requires:       %{_libdir}/gconv
825 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
826 Requires:       iconv
827 Provides:       php(iconv)
828
829 %description iconv
830 This is a dynamic shared object (DSO) for PHP that will add iconv
831 support.
832
833 %description iconv -l pl.UTF-8
834 Moduł PHP dodający obsługę iconv.
835
836 %package imap
837 Summary:        IMAP extension module for PHP
838 Summary(pl.UTF-8):      Moduł IMAP dla PHP
839 Summary(pt_BR.UTF-8):   Um módulo para aplicações PHP que usam IMAP
840 Group:          Libraries
841 URL:            http://www.php.net/manual/en/book.imap.php
842 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
843 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
844 Requires:       imap-lib >= 1:2007e-2
845 Provides:       php(imap)
846
847 %description imap
848 This is a dynamic shared object (DSO) for PHP that will add IMAP
849 support.
850
851 %description imap -l pl.UTF-8
852 Moduł PHP dodający obsługę skrzynek IMAP.
853
854 %description imap -l pt_BR.UTF-8
855 Um módulo para aplicações PHP que usam IMAP.
856
857 %package interbase
858 Summary:        InterBase/Firebird database module for PHP
859 Summary(pl.UTF-8):      Moduł bazy danych InterBase/Firebird dla PHP
860 Group:          Libraries
861 URL:            http://www.php.net/manual/en/book.ibase.php
862 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
863 Provides:       php(interbase)
864 %{?with_interbase_inst:Autoreq: false}
865
866 %description interbase
867 This is a dynamic shared object (DSO) for PHP that will add InterBase
868 and Firebird database support.
869
870 %description interbase -l pl.UTF-8
871 Moduł PHP umożliwiający dostęp do baz danych InterBase i Firebird.
872
873 %package intl
874 Summary:        Internationalization extension (ICU wrapper)
875 Summary(pl.UTF-8):      Rozszerzenie do internacjonalizacji (interfejs do ICU)
876 Group:          Libraries
877 URL:            http://www.php.net/intl
878 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
879 Provides:       php(intl)
880
881 %description intl
882 Internationalization extension (further is referred as Intl) is a
883 wrapper for ICU library, enabling PHP programmers to perform
884 UCA-conformant collation and date/time/number/currency formatting in
885 their scripts.
886
887 %description intl -l pl.UTF-8
888 Rozszerzenie do internacjonalizacji (dalej nazywane Intl) jest
889 interfejsem do biblioteki ICU, pozwalającym programistom PHP na
890 wykonywanie w skryptach porównań zgodnych z UCA oraz formatowania
891 daty/czasu/walut.
892
893 %package json
894 Summary:        PHP C extension for JSON serialization
895 Summary(pl.UTF-8):      Rozszerzenie C PHP dla serializacji JSON
896 Group:          Libraries
897 URL:            http://www.php.net/manual/en/book.json.php
898 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
899 Provides:       php(json)
900 Obsoletes:      php-pecl-json
901
902 %description json
903 php-json is an extremely fast PHP C extension for JSON (JavaScript
904 Object Notation) serialisation.
905
906 %description json -l pl.UTF-8
907 php-json to bardzo szybkie rozszerzenie C PHP dla serializacji JSON
908 (JavaScript Object Notation).
909
910 %package ldap
911 Summary:        LDAP extension module for PHP
912 Summary(pl.UTF-8):      Moduł LDAP dla PHP
913 Summary(pt_BR.UTF-8):   Um módulo para aplicações PHP que usam LDAP
914 Group:          Libraries
915 URL:            http://www.php.net/manual/en/book.ldap.php
916 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
917 Provides:       php(ldap)
918
919 %description ldap
920 This is a dynamic shared object (DSO) for PHP that will add LDAP
921 support.
922
923 %description ldap -l pl.UTF-8
924 Moduł PHP dodający obsługę LDAP.
925
926 %description ldap -l pt_BR.UTF-8
927 Um módulo para aplicações PHP que usam LDAP.
928
929 %package mbstring
930 Summary:        mbstring extension module for PHP
931 Summary(pl.UTF-8):      Moduł mbstring dla PHP
932 Group:          Libraries
933 URL:            http://www.php.net/manual/en/book.mbstring.php
934 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
935 Provides:       php(mbstring)
936
937 %description mbstring
938 This is a dynamic shared object (DSO) for PHP that will add multibyte
939 string support.
940
941 %description mbstring -l pl.UTF-8
942 Moduł PHP dodający obsługę ciągów znaków wielobajtowych.
943
944 %package mcrypt
945 Summary:        mcrypt extension module for PHP
946 Summary(pl.UTF-8):      Moduł mcrypt dla PHP
947 Group:          Libraries
948 URL:            http://www.php.net/manual/en/book.mcrypt.php
949 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
950 Provides:       php(mcrypt)
951
952 %description mcrypt
953 This is a dynamic shared object (DSO) for PHP that will add mcrypt
954 support.
955
956 %description mcrypt -l pl.UTF-8
957 Moduł PHP dodający możliwość szyfrowania poprzez bibliotekę mcrypt.
958
959 %package mssql
960 Summary:        MS SQL extension module for PHP
961 Summary(pl.UTF-8):      Moduł MS SQL dla PHP
962 Group:          Libraries
963 URL:            http://www.php.net/manual/en/book.mssql.php
964 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
965 Provides:       php(mssql)
966
967 %description mssql
968 This is a dynamic shared object (DSO) for PHP that will add MS SQL
969 databases support through FreeTDS library.
970
971 %description mssql -l pl.UTF-8
972 Moduł PHP dodający obsługę baz danych MS SQL poprzez bibliotekę
973 FreeTDS.
974
975 %package mysql
976 Summary:        MySQL database module for PHP
977 Summary(pl.UTF-8):      Moduł bazy danych MySQL dla PHP
978 Summary(pt_BR.UTF-8):   Um módulo para aplicações PHP que usam bancos de dados MySQL
979 Group:          Libraries
980 URL:            http://www.php.net/manual/en/book.mysql.php
981 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
982 %{?with_mysqlnd:Requires:       %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
983 Provides:       php(mysql)
984
985 %description mysql
986 This is a dynamic shared object (DSO) for PHP that will add MySQL
987 database support.
988
989 %description mysql -l pl.UTF-8
990 Moduł PHP umożliwiający dostęp do bazy danych MySQL.
991
992 %description mysql -l pt_BR.UTF-8
993 Um módulo para aplicações PHP que usam bancos de dados MySQL.
994
995 %package mysqli
996 Summary:        MySQLi module for PHP
997 Summary(pl.UTF-8):      Moduł MySQLi dla PHP
998 Group:          Libraries
999 URL:            http://www.php.net/manual/en/book.mysqli.php
1000 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1001 %{?with_mysqlnd:Requires:       %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1002 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1003 Provides:       php(mysqli)
1004
1005 %description mysqli
1006 This is a dynamic shared object (DSO) for PHP that will add MySQLi
1007 (Improved MySQL) support. The difference between it and mysql module
1008 is that it provides access to functionality of MySQL 4.1 and above.
1009
1010 %description mysqli -l pl.UTF-8
1011 Moduł PHP umożliwiający udoskonalony dostęp do bazy danych MySQL.
1012 Różnicą między nim a modułem mysql jest dostęp do funkcjonalności
1013 MySQL w wersji 4.1 i nowszych.
1014
1015 %package mysqlnd
1016 Summary:        MySQL Native Client Driver for PHP
1017 Summary(pl.UTF-8):      Sterownik natywnego klienta MySQL dla PHP
1018 Group:          Libraries
1019 URL:            http://www.php.net/manual/en/book.mysqlnd.php
1020 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1021 Provides:       php(mysqlnd)
1022
1023 %description mysqlnd
1024 MySQL Native Driver is a replacement for the MySQL Client Library
1025 (libmysql).
1026
1027 Because MySQL Native Driver is written as a PHP extension, it is
1028 tightly coupled to the workings of PHP. This leads to gains in
1029 efficiency, especially when it comes to memory usage, as the driver
1030 uses the PHP memory management system. It also supports the PHP memory
1031 limit. Using MySQL Native Driver leads to comparable or better
1032 performance than using MySQL Client Library, it always ensures the
1033 most efficient use of memory. One example of the memory efficiency is
1034 the fact that when using the MySQL Client Library, each row is stored
1035 in memory twice, whereas with the MySQL Native Driver each row is only
1036 stored once in memory.
1037
1038 %description mysqlnd -l pl.UTF-8
1039 MySQL Native Driver (natywny sterownik MySQL) to zamiennik biblioteki
1040 klienckiej MySQL (libmysql).
1041
1042 Ponieważ sterownik natywny jest napisany jako rozszerzenie PHP, jest
1043 ściśle powiązany z pracą PHP. Daje to większą wydajność, zwłaszcza
1044 jeśli chodzi o wykorzystanie pamięci, jako że sterownik wykorzystuje
1045 system zarządzania pamięcią PHP; obsługuje także ograniczenie pamięci
1046 z PHP. Niniejszy sterownik ma wydajność porównywalną lub lepszą niż
1047 biblioteka kliencka MySQL, a pamięć zawsze wykorzystuje efektywniej.
1048 Przykładem tego może być fakt, że w przypadku biblioteki klienckiej
1049 każdy wiersz jest przechowywany w pamięci dwukrotnie, natomiast przy
1050 tym sterowniku - tylko raz.
1051
1052 %package oci8
1053 Summary:        Oracle 8+ database module for PHP
1054 Summary(pl.UTF-8):      Moduł bazy danych Oracle 8+ dla PHP
1055 Group:          Libraries
1056 URL:            http://www.php.net/manual/en/book.oci8.php
1057 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1058 Provides:       php(oci8)
1059 AutoReq:        false
1060
1061 %description oci8
1062 This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
1063 8, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
1064
1065 %description oci8 -l pl.UTF-8
1066 Moduł PHP umożliwiający dostęp do bazy danych Oracle 7, 8, 9 i 10
1067 poprzez interfejs Oracle8 Call-Interface (OCI8).
1068
1069 %package odbc
1070 Summary:        ODBC extension module for PHP
1071 Summary(pl.UTF-8):      Moduł ODBC dla PHP
1072 Summary(pt_BR.UTF-8):   Um módulo para aplicações PHP que usam bases de dados ODBC
1073 Group:          Libraries
1074 URL:            http://www.php.net/manual/en/book.uodbc.php
1075 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1076 Requires:       unixODBC >= 2.1.1-3
1077 Provides:       php(odbc)
1078
1079 %description odbc
1080 This is a dynamic shared object (DSO) for PHP that will add ODBC
1081 support.
1082
1083 %description odbc -l pl.UTF-8
1084 Moduł PHP ze wsparciem dla ODBC.
1085
1086 %description odbc -l pt_BR.UTF-8
1087 Um módulo para aplicações PHP que usam ODBC.
1088
1089 %package openssl
1090 Summary:        OpenSSL extension module for PHP
1091 Summary(pl.UTF-8):      Moduł OpenSSL dla PHP
1092 Group:          Libraries
1093 URL:            http://www.php.net/manual/en/book.openssl.php
1094 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1095 Provides:       php(openssl)
1096
1097 %description openssl
1098 This is a dynamic shared object (DSO) for PHP that will add OpenSSL
1099 support.
1100
1101 %description openssl -l pl.UTF-8
1102 Moduł PHP umożliwiający korzystanie z biblioteki OpenSSL.
1103
1104 %package pcntl
1105 Summary:        Process Control extension module for PHP
1106 Summary(pl.UTF-8):      Moduł Process Control dla PHP
1107 Group:          Libraries
1108 URL:            http://www.php.net/manual/en/book.pcntl.php
1109 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1110 Provides:       php(pcntl)
1111
1112 %description pcntl
1113 This is a dynamic shared object (DSO) for PHP that will add process
1114 spawning and control support. It supports functions like fork(),
1115 waitpid(), signal() etc.
1116
1117 %description pcntl -l pl.UTF-8
1118 Moduł PHP umożliwiający tworzenie nowych procesów i kontrolę nad nimi.
1119 Obsługuje funkcje takie jak fork(), waitpid(), signal() i podobne.
1120
1121 %package pcre
1122 Summary:        PCRE extension module for PHP
1123 Summary(pl.UTF-8):      Moduł PCRE dla PHP
1124 Group:          Libraries
1125 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1126 Provides:       php(pcre)
1127
1128 %description pcre
1129 This is a dynamic shared object (DSO) for PHP that will add Perl
1130 Compatible Regular Expression support.
1131
1132 %description pcre -l pl.UTF-8
1133 Moduł PHP umożliwiający korzystanie z perlowych wyrażeń regularnych
1134 (Perl Compatible Regular Expressions)
1135
1136 %package pdo
1137 Summary:        PHP Data Objects (PDO)
1138 Summary(pl.UTF-8):      Obsługa PHP Data Objects (PDO)
1139 Group:          Libraries
1140 URL:            http://www.php.net/manual/en/book.pdo.php
1141 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1142 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1143 Provides:       php(pdo)
1144 Obsoletes:      php-pecl-PDO
1145
1146 %description pdo
1147 This is a dynamic shared object (DSO) for PHP that will add PDO
1148 support.
1149
1150 %description pdo -l pl.UTF-8
1151 Moduł PHP dodający obsługę PDO (PHP Data Objects).
1152
1153 %package pdo-dblib
1154 Summary:        PHP Data Objects (PDO) FreeTDS support
1155 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą FreeTDS
1156 Group:          Libraries
1157 URL:            http://www.php.net/manual/en/ref.pdo-dblib.php
1158 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1159 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1160 Provides:       php(dblib)
1161
1162 %description pdo-dblib
1163 This is a dynamic shared object (DSO) for PHP that will add PDO
1164 FreeTDS support.
1165
1166 %description pdo-dblib -l pl.UTF-8
1167 Moduł dla PHP dodający obsługę baz danych FreeTDS za pośrednictwem
1168 interfejsu PDO.
1169
1170 %package pdo-firebird
1171 Summary:        PHP Data Objects (PDO) Firebird support
1172 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą Firebirda
1173 Group:          Libraries
1174 URL:            http://www.php.net/manual/en/ref.pdo-firebird.php
1175 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1176 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1177 Provides:       php(pdo-firebird)
1178 Obsoletes:      php-pecl-PDO_FIREBIRD
1179
1180 %description pdo-firebird
1181 This is a dynamic shared object (DSO) for PHP that will add PDO
1182 Firebird support.
1183
1184 %description pdo-firebird -l pl.UTF-8
1185 Moduł dla PHP dodający obsługę baz danych Firebird za pośrednictwem
1186 interfejsu PDO.
1187
1188 %package pdo-mysql
1189 Summary:        PHP Data Objects (PDO) MySQL support
1190 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą MySQL-a
1191 Group:          Libraries
1192 URL:            http://www.php.net/manual/en/ref.pdo-mysql.php
1193 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1194 %{?with_mysqlnd:Requires:       %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1195 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1196 Provides:       php(pdo-mysql)
1197 Obsoletes:      php-pecl-PDO_MYSQL
1198
1199 %description pdo-mysql
1200 This is a dynamic shared object (DSO) for PHP that will add PDO MySQL
1201 support.
1202
1203 %description pdo-mysql -l pl.UTF-8
1204 Moduł dla PHP dodający obsługę baz danych MySQL za pośrednictwem
1205 interfejsu PDO.
1206
1207 %package pdo-oci
1208 Summary:        PHP Data Objects (PDO) Oracle support
1209 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą Oracle'a
1210 Group:          Libraries
1211 URL:            http://www.php.net/manual/en/ref.pdo-oci.php
1212 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1213 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1214 Provides:       php(pdo-oci)
1215 Obsoletes:      php-pecl-PDO_OCI
1216
1217 %description pdo-oci
1218 This is a dynamic shared object (DSO) for PHP that will add PDO Oracle
1219 support.
1220
1221 %description pdo-oci -l pl.UTF-8
1222 Moduł dla PHP dodający obsługę baz danych Oracle za pośrednictwem
1223 interfejsu PDO.
1224
1225 %package pdo-odbc
1226 Summary:        PHP Data Objects (PDO) ODBC support
1227 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą ODBC
1228 Group:          Libraries
1229 URL:            http://www.php.net/manual/en/ref.pdo-odbc.php
1230 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1231 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1232 Provides:       php(pdo-odbc)
1233 Obsoletes:      php-pecl-PDO_ODBC
1234
1235 %description pdo-odbc
1236 This is a dynamic shared object (DSO) for PHP that will add PDO ODBC
1237 support.
1238
1239 %description pdo-odbc -l pl.UTF-8
1240 Moduł dla PHP dodający obsługę baz danych ODBC za pośrednictwem
1241 interfejsu PDO.
1242
1243 %package pdo-pgsql
1244 Summary:        PHP Data Objects (PDO) PostgreSQL support
1245 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą PostgreSQL-a
1246 Group:          Libraries
1247 URL:            http://www.php.net/manual/en/ref.pdo-pgsql.php
1248 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1249 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1250 Provides:       php(pdo-pgsql)
1251 Provides:       php-pecl-PDO_PGSQL
1252 Obsoletes:      php-pecl-PDO_PGSQL < 4:5.2.1-2
1253
1254 %description pdo-pgsql
1255 This is a dynamic shared object (DSO) for PHP that will add PDO
1256 PostgreSQL support.
1257
1258 %description pdo-pgsql -l pl.UTF-8
1259 Moduł dla PHP dodający obsługę baz danych PostgreSQL za pośrednictwem
1260 interfejsu PDO.
1261
1262 %package pdo-sqlite
1263 Summary:        PHP Data Objects (PDO) SQLite support
1264 Summary(pl.UTF-8):      Moduł PHP Data Objects (PDO) z obsługą SQLite
1265 Group:          Libraries
1266 URL:            http://www.php.net/manual/en/ref.pdo-sqlite.php
1267 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1268 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1269 Provides:       php(pdo-sqlite)
1270 Obsoletes:      php-pecl-PDO_SQLITE
1271
1272 %description pdo-sqlite
1273 This is a dynamic shared object (DSO) for PHP that will add PDO SQLite
1274 support.
1275
1276 %description pdo-sqlite -l pl.UTF-8
1277 Moduł dla PHP dodający obsługę baz danych SQLite za pośrednictwem
1278 interfejsu PDO.
1279
1280 %package pgsql
1281 Summary:        PostgreSQL database module for PHP
1282 Summary(pl.UTF-8):      Moduł bazy danych PostgreSQL dla PHP
1283 Group:          Libraries
1284 URL:            http://www.php.net/manual/en/book.pgsql.php
1285 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1286 Provides:       php(pgsql)
1287
1288 %description pgsql
1289 This is a dynamic shared object (DSO) for PHP that will add PostgreSQL
1290 database support.
1291
1292 %description pgsql -l pl.UTF-8
1293 Moduł PHP umożliwiający dostęp do bazy danych PostgreSQL.
1294
1295 %description pgsql -l pt_BR.UTF-8
1296 Um módulo para aplicações PHP que usam bancos de dados postgresql.
1297
1298 %package phar
1299 Summary:        phar database module for PHP
1300 Summary(pl.UTF-8):      Moduł phar dla PHP
1301 Group:          Libraries
1302 URL:            http://www.php.net/manual/en/book.phar.php
1303 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1304 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1305 Provides:       php(phar)
1306
1307 %description phar
1308 This is a dynamic shared object (DSO) for PHP that will add phar
1309 archive a support.
1310
1311 %description phar -l pl.UTF-8
1312 Moduł PHP umożliwiający dostęp do achiwów .phar.
1313
1314 %package posix
1315 Summary:        POSIX extension module for PHP
1316 Summary(pl.UTF-8):      Moduł POSIX dla PHP
1317 Group:          Libraries
1318 URL:            http://www.php.net/manual/en/book.posix.php
1319 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1320 Provides:       php(posix)
1321
1322 %description posix
1323 This is a dynamic shared object (DSO) for PHP that will add POSIX
1324 functions support to PHP.
1325
1326 %description posix -l pl.UTF-8
1327 Moduł PHP umożliwiający korzystanie z funkcji POSIX.
1328
1329 %package pspell
1330 Summary:        pspell extension module for PHP
1331 Summary(pl.UTF-8):      Moduł pspell dla PHP
1332 Group:          Libraries
1333 URL:            http://www.php.net/manual/en/book.pspell.php
1334 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1335 Provides:       php(pspell)
1336
1337 %description pspell
1338 This is a dynamic shared object (DSO) for PHP that will add pspell
1339 support to PHP. It allows to check the spelling of a word and offer
1340 suggestions.
1341
1342 %description pspell -l pl.UTF-8
1343 Moduł PHP umożliwiający korzystanie z pspella. Pozwala on na
1344 sprawdzanie pisowni słowa i sugerowanie poprawek.
1345
1346 %package readline
1347 Summary:        readline extension module for PHP
1348 Summary(pl.UTF-8):      Moduł readline dla PHP
1349 Group:          Libraries
1350 URL:            http://www.php.net/manual/en/book.readline.php
1351 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
1352 Provides:       php(readline)
1353
1354 %description readline
1355 This PHP module adds support for readline functions (only for cli and
1356 cgi SAPIs).
1357
1358 %description readline -l pl.UTF-8
1359 Moduł PHP dodający obsługę funkcji readline (tylko do SAPI cli i cgi).
1360
1361 %package recode
1362 Summary:        recode extension module for PHP
1363 Summary(pl.UTF-8):      Moduł recode dla PHP
1364 Group:          Libraries
1365 URL:            http://www.php.net/manual/en/book.recode.php
1366 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1367 Requires:       recode >= 3.5d-3
1368 Provides:       php(recode)
1369
1370 %description recode
1371 This is a dynamic shared object (DSO) for PHP that will add recode
1372 support.
1373
1374 %description recode -l pl.UTF-8
1375 Moduł PHP dodający możliwość konwersji kodowania plików (poprzez
1376 bibliotekę recode).
1377
1378 %package session
1379 Summary:        session extension module for PHP
1380 Summary(pl.UTF-8):      Moduł session dla PHP
1381 Group:          Libraries
1382 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1383 Requires:       %{name}-spl = %{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ł biblioteki standardowej (Standard PHP Library) 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 z biblioteką standardową PHP (SPL - Standard PHP Library).
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
1555 %description sybase-ct
1556 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1557 MS SQL databases support through CT-lib.
1558
1559 %description sybase-ct -l pl.UTF-8
1560 Moduł PHP dodający obsługę baz danych Sybase oraz MS SQL poprzez
1561 CT-lib.
1562
1563 %package sysvmsg
1564 Summary:        SysV msg extension module for PHP
1565 Summary(pl.UTF-8):      Moduł SysV msg dla PHP
1566 Group:          Libraries
1567 URL:            http://www.php.net/manual/en/book.sem.php
1568 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1569 Provides:       php(sysvmsg)
1570
1571 %description sysvmsg
1572 This is a dynamic shared object (DSO) for PHP that will add SysV
1573 message queues support.
1574
1575 %description sysvmsg -l pl.UTF-8
1576 Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV.
1577
1578 %package sysvsem
1579 Summary:        SysV sem extension module for PHP
1580 Summary(pl.UTF-8):      Moduł SysV sem dla PHP
1581 Group:          Libraries
1582 URL:            http://www.php.net/manual/en/book.sem.php
1583 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1584 Provides:       php(sysvsem)
1585
1586 %description sysvsem
1587 This is a dynamic shared object (DSO) for PHP that will add SysV
1588 semaphores support.
1589
1590 %description sysvsem -l pl.UTF-8
1591 Moduł PHP umożliwiający korzystanie z semaforów SysV.
1592
1593 %package sysvshm
1594 Summary:        SysV shm extension module for PHP
1595 Summary(pl.UTF-8):      Moduł SysV shm dla PHP
1596 Group:          Libraries
1597 URL:            http://www.php.net/manual/en/book.shmop.php
1598 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1599 Provides:       php(sysvshm)
1600
1601 %description sysvshm
1602 This is a dynamic shared object (DSO) for PHP that will add SysV
1603 Shared Memory support.
1604
1605 %description sysvshm -l pl.UTF-8
1606 Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV.
1607
1608 %package tests
1609 Summary:        Contains unit test files for PHP and extensions
1610 Summary(pl.UTF-8):      Zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1611 Group:          Libraries
1612 URL:            http://qa.php.net/
1613 Requires:       %{name}-cli
1614
1615 %description tests
1616 This package contains unit tests for PHP and it's extensions.
1617
1618 %description tests -l pl.UTF-8
1619 Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1620
1621 %package tidy
1622 Summary:        Tidy extension module for PHP
1623 Summary(pl.UTF-8):      Moduł Tidy dla PHP
1624 Group:          Libraries
1625 URL:            http://www.php.net/manual/en/book.tidy.php
1626 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1627 Requires:       tidy
1628 Provides:       php(tidy)
1629
1630 %description tidy
1631 This is a dynamic shared object (DSO) for PHP that will add Tidy
1632 support.
1633
1634 %description tidy -l pl.UTF-8
1635 Moduł PHP umożliwiający korzystanie z tidy.
1636
1637 %package tokenizer
1638 Summary:        tokenizer extension module for PHP
1639 Summary(pl.UTF-8):      Moduł rozszerzenia tokenizer dla PHP
1640 Group:          Libraries
1641 URL:            http://www.php.net/manual/en/book.tokenizer.php
1642 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1643 Provides:       php(tokenizer)
1644
1645 %description tokenizer
1646 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1647 support.
1648
1649 %description tokenizer -l pl.UTF-8
1650 Moduł PHP dodający obsługę tokenizera do PHP.
1651
1652 %package wddx
1653 Summary:        wddx extension module for PHP
1654 Summary(pl.UTF-8):      Moduł wddx dla PHP
1655 Group:          Libraries
1656 URL:            http://www.php.net/manual/en/book.wddx.php
1657 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1658 # - wddx doesn't require session as it's disabled at compile time:
1659 #   if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
1660 #   see also php.spec#rev1.120.2.22
1661 #Requires:      %{name}-session = %{epoch}:%{version}-%{release}
1662 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1663 Provides:       php(wddx)
1664
1665 %description wddx
1666 This is a dynamic shared object (DSO) for PHP that will add wddx
1667 support.
1668
1669 %description wddx -l pl.UTF-8
1670 Moduł PHP umożliwiający korzystanie z wddx.
1671
1672 %package xml
1673 Summary:        XML extension module for PHP
1674 Summary(pl.UTF-8):      Moduł XML dla PHP
1675 Group:          Libraries
1676 URL:            http://www.php.net/manual/en/book.xml.php
1677 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1678 Provides:       php(xml)
1679
1680 %description xml
1681 This is a dynamic shared object (DSO) for PHP that will add XML
1682 support. This extension lets you create XML parsers and then define
1683 handlers for different XML events.
1684
1685 %description xml -l pl.UTF-8
1686 Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń
1687 związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i
1688 następnie definiować procedury obsługi dla różnych zdarzeń XML.
1689
1690 %package xmlreader
1691 Summary:        XML Reader extension module for PHP
1692 Summary(pl.UTF-8):      Moduł XML Reader dla PHP
1693 Group:          Libraries
1694 URL:            http://www.php.net/manual/en/book.xmlreader.php
1695 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1696 Suggests:       %{name}-dom = %{epoch}:%{version}-%{release}
1697 Provides:       php(xmlreader)
1698
1699 %description xmlreader
1700 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1701 support. The XMLReader extension is an XML Pull parser. The reader
1702 acts as a cursor going forward on the document stream and stopping at
1703 each node on the way.
1704
1705 %description xmlreader -l pl.UTF-8
1706 Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik
1707 działa jako kursor przechodzący przez strumień dokumentu i
1708 zatrzymujący się na każdym węźle po drodze.
1709
1710 %package xmlrpc
1711 Summary:        xmlrpc extension module for PHP
1712 Summary(pl.UTF-8):      Moduł xmlrpc dla PHP
1713 Group:          Libraries
1714 URL:            http://www.php.net/manual/en/book.xmlrpc.php
1715 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1716 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1717 Provides:       php(xmlrpc)
1718
1719 %description xmlrpc
1720 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1721 support.
1722
1723 %description xmlrpc -l pl.UTF-8
1724 Moduł PHP dodający obsługę XMLRPC.
1725
1726 %package xmlwriter
1727 Summary:        Fast, non-cached, forward-only means to write XML data
1728 Summary(pl.UTF-8):      Szybka, nie cachowana metoda zapisu danych w formacie XML
1729 Group:          Libraries
1730 URL:            http://www.php.net/manual/en/book.xmlwriter.php
1731 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1732 Provides:       php(xmlwriter)
1733 Obsoletes:      php-pecl-xmlwriter
1734
1735 %description xmlwriter
1736 This extension wraps the libxml xmlWriter API. Represents a writer
1737 that provides a non-cached, forward-only means of generating streams
1738 or files containing XML data.
1739
1740 %description xmlwriter -l pl.UTF-8
1741 To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
1742 zapisu dostarczającą nie cachowanych metod generowania strumieni lub
1743 plików zawierających dane XML.
1744
1745 %package xsl
1746 Summary:        xsl extension module for PHP
1747 Summary(pl.UTF-8):      Moduł xsl dla PHP
1748 Group:          Libraries
1749 URL:            http://www.php.net/manual/en/book.xsl.php
1750 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1751 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1752 Requires:       libxslt >= 1.0.18
1753 # actually not true, functionality is similar, but API differs
1754 Provides:       php(xsl)
1755 Obsoletes:      php-xslt <= 3:4.3.8-1
1756
1757 %description xsl
1758 This is a dynamic shared object (DSO) for PHP that will add new XSL
1759 support (using libxslt).
1760
1761 %description xsl -l pl.UTF-8
1762 Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt).
1763
1764 %package zip
1765 Summary:        Zip management extension
1766 Summary(pl.UTF-8):      Zarządzanie archiwami zip
1767 Group:          Libraries
1768 URL:            http://www.php.net/manual/en/book.zip.php
1769 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1770 Provides:       php(zip)
1771 Obsoletes:      php-pecl-zip
1772
1773 %description zip
1774 Zip is an extension to create, modify and read zip files.
1775
1776 %description zip -l pl.UTF-8
1777 Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz
1778 odczyt archiwów zip.
1779
1780 %package zlib
1781 Summary:        Zlib extension module for PHP
1782 Summary(pl.UTF-8):      Moduł zlib dla PHP
1783 Group:          Libraries
1784 URL:            http://www.php.net/manual/en/book.zlib.php
1785 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1786 Provides:       php(zlib)
1787
1788 %description zlib
1789 This is a dynamic shared object (DSO) for PHP that will add zlib
1790 compression support to PHP.
1791
1792 %description zlib -l pl.UTF-8
1793 Moduł PHP umożliwiający używanie kompresji zlib.
1794
1795 %prep
1796 %setup -q
1797 # prep for suhosin patch
1798 %{__sed} -i -e 's,\r$,,' Zend/Zend.dsp Zend/ZendTS.dsp
1799 %patch0 -p1
1800 %patch1 -p1
1801 %patch2 -p1
1802 %patch3 -p1
1803 %patch4 -p1
1804 %patch5 -p1
1805 %patch6 -p1
1806 %patch8 -p1
1807 %patch7 -p1
1808 %patch9 -p1
1809 cp php.ini-production php.ini
1810 %patch10 -p1
1811 %if %{with type_hints}
1812 %patch12 -p0
1813 %endif
1814 %patch14 -p1
1815 %patch15 -p1
1816 %patch17 -p1
1817 %patch18 -p1
1818 %if %{with system_gd}
1819 %patch19 -p1
1820 %endif
1821 %patch20 -p1
1822 %patch21 -p1
1823 %patch22 -p1
1824 %patch23 -p1
1825 %patch24 -p1
1826 %patch25 -p1
1827 %patch26 -p1
1828 %patch27 -p1
1829 %patch29 -p1
1830 %patch31 -p1
1831 %patch32 -p1
1832 %if "%{pld_release}" != "ac"
1833 %patch34 -p1
1834 %endif
1835 %patch35 -p1
1836 %patch36 -p1
1837 %patch37 -p1
1838 %patch38 -p1
1839 %patch39 -p1
1840 %if %{with fpm}
1841 %patch41 -p1
1842 %patch42 -p1
1843 %endif
1844 %patch43 -p1
1845 %patch44 -p1
1846 %patch45 -p1
1847 %patch46 -p1
1848 %if %{with suhosin}
1849 %patch47 -p1
1850 %endif
1851 %patch49 -p1
1852 %patch50 -p1
1853 %patch51 -p1
1854 %patch52 -p1
1855 %patch53 -p1
1856 %patch54 -p1
1857 %undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
1858 %patch55 -p1
1859 %patch57 -p1
1860 %patch59 -p1
1861 %patch60 -p1
1862 %patch61 -p1
1863
1864 %{__rm} -r sapi/litespeed
1865 gzip -dc %{SOURCE15} | tar xf - -C sapi/
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} ext/recode/config9.m4
1876
1877 # remove all bundled libraries not to link with them accidentally
1878 #%{__rm} -r ext/sqlite/libsqlite
1879 %{__rm} -r ext/sqlite3/libsqlite
1880 #%{__rm} -r ext/bcmath/libbcmath
1881 #%{__rm} -r ext/date/lib
1882 #%{__rm} -r ext/fileinfo/libmagic
1883 #%{__rm} -r ext/dba/libcdb
1884 #%{__rm} -r ext/dba/libflatfile
1885 #%{__rm} -r ext/dba/libinifile
1886 #%{__rm} -r ext/gd/libgd
1887 #%{__rm} -r ext/mbstring/libmbfl
1888 #%{__rm} -r ext/mbstring/oniguruma
1889 %{__rm} -r ext/pcre/pcrelib
1890 #%{__rm} -r ext/soap/interop
1891 %{__rm} -r ext/xmlrpc/libxmlrpc
1892 #%{__rm} -r ext/zip/lib
1893
1894 cp -af Zend/LICENSE{,.Zend}
1895 install -p %{SOURCE13} dep-tests.sh
1896
1897 # breaks build
1898 sed -i -e 's#-fvisibility=hidden##g' configure*
1899
1900 # disable broken tests
1901 # says just "Terminated" twice and fails
1902 mv sapi/cli/tests/022.phpt{,.broken}
1903
1904 # php-5.3.3/ext/standard/tests/file/statpage.phpt
1905 %{__rm} ext/standard/tests/file/statpage.phpt
1906
1907 # idiotic test, it will fail if somebody else makes space on disk or if disk
1908 # space is not yet allocated (xfs). report upstream to advice bogus test is
1909 # probably pointless.
1910 %{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
1911
1912 sh -xe %{_sourcedir}/skip-tests.sh
1913
1914 %build
1915 API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
1916 if [ $API != %{php_api_version} ]; then
1917         echo "Set %%define php_api_version to $API and re-run."
1918         exit 1
1919 fi
1920
1921 API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
1922 if [ $API != %{zend_module_api} ]; then
1923         echo "Set %%define zend_module_api to $API and re-run."
1924         exit 1
1925 fi
1926
1927 API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
1928 if [ $API != %{zend_extension_api} ]; then
1929         echo "Set %%define zend_extension_api to $API and re-run."
1930         exit 1
1931 fi
1932
1933 export EXTENSION_DIR="%{php_extensiondir}"
1934 # configure once (for faster debugging purposes)
1935 if [ ! -f _built-conf ]; then
1936         # now remove Makefile copies
1937         rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed}
1938         %{__libtoolize}
1939         %{__aclocal}
1940         cp -f /usr/share/automake/config.* .
1941         ./buildconf --force
1942         touch _built-conf
1943 fi
1944 export PROG_SENDMAIL="/usr/lib/sendmail"
1945 export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
1946         -I%{_includedir}/xmlrpc-epi"
1947
1948 sapis="
1949 cli
1950 %if %{with cgi}
1951 cgi-fcgi
1952 %endif
1953 %if %{with litespeed}
1954 litespeed
1955 %endif
1956 %if %{with fpm}
1957 fpm
1958 %endif
1959 %if %{with apache1}
1960 apxs1
1961 %endif
1962 %if %{with apache2}
1963 apxs2
1964 %endif
1965 "
1966 for sapi in $sapis; do
1967         : SAPI $sapi
1968         # skip if already configured (for faster debugging purposes)
1969         [ -f Makefile.$sapi ] && continue
1970
1971         sapi_args=''
1972         case $sapi in
1973         cgi-fcgi)
1974                 sapi_args='--disable-cli'
1975         ;;
1976         cli)
1977                 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
1978         ;;
1979         fpm)
1980                 sapi_args='--disable-cli --enable-fpm'
1981                 ;;
1982         apxs1)
1983                 ver=$(rpm -q --qf '%{V}' apache1-devel)
1984                 sapi_args="--disable-cli --with-apxs=%{apxs1} --with-apache-version=$ver"
1985         ;;
1986         apxs2)
1987                 ver=$(rpm -q --qf '%{V}' apache-devel)
1988                 sapi_args="--disable-cli --with-apxs2=%{apxs2} --with-apache-version=$ver"
1989         ;;
1990         litespeed)
1991                 sapi_args='--with-litespeed'
1992         ;;
1993         esac
1994
1995         %configure \
1996         $sapi_args \
1997 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
1998         --cache-file=config.cache \
1999 %endif
2000         --with-libdir=%{_lib} \
2001         --with-config-file-path=%{_sysconfdir} \
2002         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2003         --with-exec-dir=%{_bindir} \
2004         --with-system-tzdata \
2005         --%{!?debug:dis}%{?debug:en}able-debug \
2006         %{?with_zts:--enable-maintainer-zts} \
2007         --enable-inline-optimization \
2008         --enable-bcmath=shared \
2009         --enable-calendar=shared \
2010         --enable-ctype=shared \
2011         --enable-dba=shared \
2012         --enable-dom=shared \
2013         --enable-exif=shared \
2014         --enable-fileinfo=shared \
2015         --enable-ftp=shared \
2016         --enable-gd-native-ttf \
2017         --enable-intl=shared \
2018         --enable-libxml \
2019         --enable-magic-quotes \
2020         --enable-mbstring=shared,all \
2021         --enable-mbregex \
2022         --enable-pcntl=shared \
2023         --enable-pdo=shared \
2024         --enable-json=shared \
2025         --enable-hash=shared \
2026         --enable-xmlwriter=shared \
2027 %if %{with fpm}
2028         --with-fpm-user=http \
2029         --with-fpm-group=http \
2030 %endif
2031 %if %{with mssql} || %{with sybase_ct}
2032         --with-pdo-dblib=shared \
2033 %endif
2034 %if %{with interbase} && %{without interbase_inst}
2035         --with-pdo-firebird=shared,/usr \
2036 %endif
2037         --with-mysql-sock=/var/lib/mysql/mysql.sock \
2038         --with-pdo-mysql=shared%{?with_mysqlnd:,mysqlnd} \
2039         %{?with_oci8:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2040         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2041         %{?with_pgsql:--with-pdo-pgsql=shared} \
2042         %{?with_sqlite:--with-pdo-sqlite=shared,/usr} \
2043         --without-libexpat-dir \
2044         --enable-overload=shared \
2045         --enable-posix=shared \
2046         --enable-shared \
2047         --enable-session=shared \
2048         --enable-shmop=shared \
2049         --enable-simplexml=shared \
2050         --enable-spl=shared \
2051         --enable-sysvmsg=shared \
2052         --enable-sysvsem=shared \
2053         --enable-sysvshm=shared \
2054         --enable-safe-mode \
2055         --enable-soap=shared \
2056         --enable-sockets=shared \
2057         --enable-tokenizer=shared \
2058         --enable-ucd-snmp-hack \
2059         %{?with_wddx:--enable-wddx=shared} \
2060         --enable-xml=shared \
2061         --enable-xmlreader=shared \
2062         --with-bz2=shared \
2063         %{__with_without curl curl shared} \
2064         --with-db4 \
2065         --with-iconv=shared \
2066         --with-freetype-dir=shared \
2067         --with-gettext=shared \
2068         --with-gd=shared%{?with_system_gd:,/usr} \
2069         --with-gdbm \
2070         --with-gmp=shared \
2071         %{?with_imap:--with-imap=shared --with-imap-ssl} \
2072         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2073         --with-jpeg-dir=/usr \
2074         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2075         --with-mcrypt=shared \
2076         %{?with_mm:--with-mm} \
2077         %{?with_mssql:--with-mssql=shared} \
2078         %{?with_mysqlnd:--with-mysqlnd=shared} \
2079         --with-mysql=shared%{?with_mysqlnd:,mysqlnd} \
2080         %{?with_mysqli:--with-mysqli=shared%{?with_mysqlnd:,mysqlnd}} \
2081         %{?with_oci8:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2082         %{?with_openssl:--with-openssl=shared} \
2083         --with-kerberos \
2084         %{__with_without pcre pcre-regex /usr} \
2085         %{__enable_disable filter filter shared} \
2086         --with-pear=%{php_pear_dir} \
2087         %{__with_without pgsql pgsql shared,/usr} \
2088         %{__enable_disable phar phar shared} \
2089         --with-png-dir=/usr \
2090         %{?with_pspell:--with-pspell=shared} \
2091         --with-readline=shared \
2092         %{?with_recode:--with-recode=shared} \
2093         --with-regex=system \
2094         %{?with_snmp:--with-snmp=shared} \
2095         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
2096         %{!?with_sqlite:--without-sqlite --without-pdo-sqlite}%{?with_sqlite:--with-sqlite=shared,/usr --enable-sqlite-utf8} \
2097         %{__with_without sqlite3 sqlite3 shared,/usr} \
2098         --with-t1lib=shared \
2099         %{?with_tidy:--with-tidy=shared} \
2100         %{?with_odbc:--with-unixODBC=shared,/usr} \
2101         %{__with_without xmlrpc xmlrpc shared,/usr} \
2102         --with-xsl=shared \
2103         --with-zlib=shared \
2104         --with-zlib-dir=shared,/usr \
2105         --enable-zip=shared,/usr \
2106
2107         # save for debug
2108         cp -f Makefile Makefile.$sapi
2109         cp -f main/php_config.h php_config.h.$sapi
2110         cp -f config.log config.log.$sapi
2111 done
2112
2113 # as we build each SAPI in own make, adjust php-config.in forehead
2114 sapis=$(awk '/^PHP_SAPI = /{print $3}' Makefile.* | sort -u | xargs)
2115 sed -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," "scripts/php-config.in"
2116
2117 # must make libphp_common first, so modules can link against it.
2118 cp -af php_config.h.cli main/php_config.h
2119 cp -af Makefile.cli Makefile
2120 %{__make} libphp_common.la
2121 %{__make} build-modules
2122
2123 %if %{with apache1}
2124 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2125 %endif
2126
2127 %if %{with apache2}
2128 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2129 %endif
2130
2131 %if %{with litespeed}
2132 %{__make} -f Makefile.litespeed
2133 %endif
2134
2135 # CGI/FCGI
2136 %if %{with cgi}
2137 cp -af php_config.h.cgi-fcgi main/php_config.h
2138 %{__make} -f Makefile.cgi-fcgi
2139 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = cgi-fcgi ] || exit 1
2140 %endif
2141
2142 # PHP FPM
2143 %if %{with fpm}
2144 cp -af php_config.h.fpm main/php_config.h
2145 %{__make} -f Makefile.fpm
2146  ./sapi/fpm/php-fpm -qn -m > /dev/null
2147 %endif
2148
2149 # CLI
2150 cp -af php_config.h.cli main/php_config.h
2151 %{__make} -f Makefile.cli
2152 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = cli ] || exit 1
2153
2154 # check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2155 ./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"]));'
2156
2157 # Generate stub .ini files for each extension
2158 rm -rf conf.d
2159 install -d conf.d
2160 generate_inifiles() {
2161         for so in modules/*.so; do
2162                 mod=$(basename $so .so)
2163                 conf="$mod.ini"
2164                 # xml needs to be loaded before wddx
2165                 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2166                 # pre needs to be loaded before SPL
2167                 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2168                 # spl needs to be loaded before mysqli
2169                 [ "$mod" = "spl" ] && conf="SPL.ini"
2170                 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2171                 [ "$mod" = "session" ] && conf="Session.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}/man{1,8} \
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 --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 --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 --mode=install install sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/php.litespeed
2255 %endif
2256
2257 libtool --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 --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 --mode=install install sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}
2274 cp -a sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8
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 --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}/man8/php-fpm.8*
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.30971 seconds and 4 git commands to generate.