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