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