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