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