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