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