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