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