]> git.pld-linux.org Git - packages/php.git/blob - php.spec
fix php cli suffix when php_suffix is set
[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     2
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.20
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:  00241b9e89e93adf3baac32c56211e4e
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.3
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: %{orgname}-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 # prep for suhosin patch
1894 %{__sed} -i -e 's,\r$,,' Zend/Zend.dsp Zend/ZendTS.dsp
1895 %patch0 -p1
1896 %patch1 -p1
1897 %patch2 -p1
1898 %patch3 -p1
1899 %patch4 -p1
1900 %patch5 -p1
1901 %patch6 -p1
1902 %patch8 -p1
1903 %patch7 -p1
1904 %patch9 -p1
1905 cp -p php.ini-production php.ini
1906 %patch10 -p1
1907 %patch11 -p1
1908 %if %{with type_hints}
1909 %patch12 -p0
1910 %endif
1911 %patch14 -p1
1912 %patch15 -p1
1913 %patch17 -p1
1914 %patch18 -p1
1915 %if %{with system_gd}
1916 %patch19 -p1
1917 %endif
1918 %patch20 -p1
1919 %patch21 -p1
1920 %patch22 -p1
1921 %patch23 -p1
1922 %patch24 -p1
1923 %patch25 -p1
1924 %patch26 -p1
1925 %patch27 -p1
1926 %patch29 -p1
1927 %patch31 -p1
1928 %if "%{pld_release}" != "ac"
1929 %patch34 -p1
1930 %endif
1931 %patch35 -p1
1932 %patch36 -p1
1933 %patch37 -p1
1934 %patch38 -p1
1935 %patch39 -p1
1936 %if %{with fpm}
1937 %patch41 -p1
1938 %patch42 -p1
1939 %endif
1940 %patch43 -p1
1941 %patch44 -p1
1942 %patch45 -p1
1943 %patch46 -p1
1944 %if %{with suhosin}
1945 %patch47 -p1
1946 %endif
1947 %patch49 -p1
1948 %patch50 -p1
1949 %patch51 -p1
1950 %patch52 -p1
1951 %patch53 -p1
1952 %undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
1953 %patch59 -p1
1954 %patch60 -p1
1955 %patch62 -p1
1956 %patch63 -p1
1957 %patch64 -p1
1958 %{?with_system_libzip:%patch65 -p1}
1959 %patch66 -p1
1960 %{__rm} -r sapi/litespeed
1961 gzip -dc %{SOURCE15} | tar xf - -C sapi/
1962 %patch67 -p1
1963 %patch68 -p1
1964
1965 sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
1966
1967 # somewhy php devs have embedded magic database into php extension. yuck!
1968 # rebuild data file for now
1969 mv ext/fileinfo/data_file.c{,.php-src}
1970
1971 # cleanup backups after patching
1972 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1973
1974 # conflict seems to be resolved by recode patches
1975 %{__rm} ext/recode/config9.m4
1976
1977 # remove all bundled libraries not to link with them accidentally
1978 #%{__rm} -r ext/sqlite/libsqlite
1979 %{__rm} -r ext/sqlite3/libsqlite
1980 #%{__rm} -r ext/bcmath/libbcmath
1981 #%{__rm} -r ext/date/lib
1982 #%{__rm} -r ext/fileinfo/libmagic
1983 #%{__rm} -r ext/dba/libcdb
1984 #%{__rm} -r ext/dba/libflatfile
1985 #%{__rm} -r ext/dba/libinifile
1986 #%{__rm} -r ext/gd/libgd
1987 #%{__rm} -r ext/mbstring/libmbfl
1988 #%{__rm} -r ext/mbstring/oniguruma
1989 %{__rm} -r ext/pcre/pcrelib
1990 #%{__rm} -r ext/soap/interop
1991 %{__rm} -r ext/xmlrpc/libxmlrpc
1992 #%{__rm} -r ext/zip/lib
1993
1994 cp -pf Zend/LICENSE{,.Zend}
1995 install -p %{SOURCE13} dep-tests.sh
1996
1997 # breaks build
1998 sed -i -e 's#-fvisibility=hidden##g' configure*
1999
2000 # disable broken tests
2001 # says just "Terminated" twice and fails
2002 mv sapi/cli/tests/022.phpt{,.broken}
2003
2004 # php-5.3.3/ext/standard/tests/file/statpage.phpt
2005 %{__rm} ext/standard/tests/file/statpage.phpt
2006
2007 # idiotic test, it will fail if somebody else makes space on disk or if disk
2008 # space is not yet allocated (xfs). report upstream to advice bogus test is
2009 # probably pointless.
2010 %{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2011
2012 sh -xe %{_sourcedir}/skip-tests.sh
2013
2014 %build
2015 API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
2016 if [ $API != %{php_api_version} ]; then
2017         echo "Set %%define php_api_version to $API and re-run."
2018         exit 1
2019 fi
2020
2021 API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
2022 if [ $API != %{zend_module_api} ]; then
2023         echo "Set %%define zend_module_api to $API and re-run."
2024         exit 1
2025 fi
2026
2027 API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2028 if [ $API != %{zend_extension_api} ]; then
2029         echo "Set %%define zend_extension_api to $API and re-run."
2030         exit 1
2031 fi
2032
2033 # Check for some extension version
2034 ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2035 if test "$ver" != "%{fileinfover}"; then
2036         : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2037         : Update the fileinfover macro and rebuild.
2038         exit 1
2039 fi
2040 ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2041 if test "$ver" != "%{pharver}"; then
2042         : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2043         : Update the pharver macro and rebuild.
2044         exit 1
2045 fi
2046 ver=$(sed -n '/#define PHP_ZIP_VERSION_STRING /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
2047 if test "$ver" != "%{zipver}"; then
2048         : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2049         : Update the zipver macro and rebuild.
2050         exit 1
2051 fi
2052 ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2053 if test "$ver" != "%{jsonver}"; then
2054         : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2055         : Update the jsonver macro and rebuild.
2056         exit 1
2057 fi
2058 ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2059 if test "$ver" != "%{bz2ver}"; then
2060         : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2061         : Update the bz2ver macro and rebuild.
2062         exit 1
2063 fi
2064 ver=$(sed -n '/#define PHP_ENCHANT_VERSION /{s/.* "//;s/".*$//;p}' ext/enchant/php_enchant.h)
2065 if test "$ver" != "%{enchantver}"; then
2066         : Error: Upstream Enchant version is now ${ver}, expecting %{enchantver}.
2067         : Update the enchantver macro and rebuild.
2068         exit 1
2069 fi
2070 ver=$(awk '/#define PHP_HASH_EXTVER/ {print $3}' ext/hash/php_hash.h | xargs)
2071 if test "$ver" != "%{hashver}"; then
2072         : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2073         : Update the hashver macro and rebuild.
2074         exit 1
2075 fi
2076 ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2077 if test "$ver" != "%{intlver}"; then
2078         : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2079         : Update the intlver macro and rebuild.
2080         exit 1
2081 fi
2082 ver=$(awk '/#define PHP_SQLITE_MODULE_VERSION/ {print $3}' ext/sqlite/sqlite.c | xargs)
2083 if test "$ver" != "%{sqlitever}"; then
2084         : Error: Upstream Sqlite version is now ${ver}, expecting %{sqlitever}.
2085         : Update the sqlitever macro and rebuild.
2086         exit 1
2087 fi
2088
2089 export EXTENSION_DIR="%{php_extensiondir}"
2090 # configure once (for faster debugging purposes)
2091 if [ ! -f _built-conf ]; then
2092         # now remove Makefile copies
2093         rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed}
2094         %{__libtoolize}
2095         %{__aclocal}
2096         cp -f /usr/share/automake/config.* .
2097         ./buildconf --force
2098         touch _built-conf
2099 fi
2100 export PROG_SENDMAIL="/usr/lib/sendmail"
2101 export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
2102         -I%{_includedir}/xmlrpc-epi"
2103
2104 sapis="
2105 cli
2106 %if %{with cgi}
2107 cgi-fcgi
2108 %endif
2109 %if %{with litespeed}
2110 litespeed
2111 %endif
2112 %if %{with fpm}
2113 fpm
2114 %endif
2115 %if %{with embed}
2116 embed
2117 %endif
2118 %if %{with apache1}
2119 apxs1
2120 %endif
2121 %if %{with apache2}
2122 apxs2
2123 %endif
2124 "
2125 for sapi in $sapis; do
2126         : SAPI $sapi
2127         # skip if already configured (for faster debugging purposes)
2128         [ -f Makefile.$sapi ] && continue
2129
2130         sapi_args=''
2131         case $sapi in
2132         cgi-fcgi)
2133                 sapi_args='--disable-cli'
2134         ;;
2135         cli)
2136                 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2137         ;;
2138         fpm)
2139                 sapi_args='--disable-cli --enable-fpm'
2140                 ;;
2141         embed)
2142                 sapi_args='--disable-cli --enable-embed'
2143                 ;;
2144         apxs1)
2145                 ver=$(rpm -q --qf '%{V}' apache1-devel)
2146                 sapi_args="--disable-cli --with-apxs=%{apxs1} --with-apache-version=$ver"
2147         ;;
2148         apxs2)
2149                 ver=$(rpm -q --qf '%{V}' apache-devel)
2150                 sapi_args="--disable-cli --with-apxs2=%{apxs2} --with-apache-version=$ver"
2151         ;;
2152         litespeed)
2153                 sapi_args='--with-litespeed'
2154         ;;
2155         esac
2156
2157         %configure \
2158         $sapi_args \
2159 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2160         --cache-file=config.cache \
2161 %endif
2162         --with-libdir=%{_lib} \
2163         --with-config-file-path=%{_sysconfdir} \
2164         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2165         --with-exec-dir=%{_bindir} \
2166         --with-system-tzdata \
2167         --%{!?debug:dis}%{?debug:en}able-debug \
2168         %{?with_zts:--enable-maintainer-zts} \
2169         --enable-inline-optimization \
2170         --enable-bcmath=shared \
2171         --enable-calendar=shared \
2172         --enable-ctype=shared \
2173         --enable-dba=shared \
2174         --enable-dom=shared \
2175         --enable-exif=shared \
2176         --enable-fileinfo=shared \
2177         --enable-ftp=shared \
2178         --enable-gd-native-ttf \
2179         --enable-intl=shared \
2180         --enable-libxml \
2181         --enable-magic-quotes \
2182         --enable-mbstring=shared,all \
2183         --enable-mbregex \
2184         --enable-pcntl=shared \
2185         --enable-pdo=shared \
2186         --enable-json=shared \
2187         --enable-hash=shared \
2188         --enable-xmlwriter=shared \
2189 %if %{with fpm}
2190         --with-fpm-user=http \
2191         --with-fpm-group=http \
2192 %endif
2193 %if %{with mssql} || %{with sybase_ct}
2194         --with-pdo-dblib=shared \
2195 %endif
2196 %if %{with interbase} && %{without interbase_inst}
2197         --with-pdo-firebird=shared,/usr \
2198 %endif
2199         %{?with_mhash:--with-mhash=yes} \
2200         --with-mysql-sock=/var/lib/mysql/mysql.sock \
2201         --with-pdo-mysql=shared%{?with_mysqlnd:,mysqlnd} \
2202         %{?with_oci8:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2203         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2204         %{?with_pgsql:--with-pdo-pgsql=shared} \
2205         %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
2206         --without-libexpat-dir \
2207         --enable-posix=shared \
2208         --enable-shared \
2209         --enable-session=shared \
2210         --enable-shmop=shared \
2211         --enable-simplexml=shared \
2212         --enable-sysvmsg=shared \
2213         --enable-sysvsem=shared \
2214         --enable-sysvshm=shared \
2215         --enable-safe-mode \
2216         --enable-soap=shared \
2217         --enable-sockets=shared \
2218         --enable-tokenizer=shared \
2219         --enable-ucd-snmp-hack \
2220         %{?with_wddx:--enable-wddx=shared} \
2221         --enable-xml=shared \
2222         --enable-xmlreader=shared \
2223         --with-bz2=shared \
2224         %{__with_without curl curl shared} \
2225         --with-db4 \
2226         --with-iconv=shared \
2227         %{?with_enchant:--with-enchant=shared,/usr} \
2228         --with-freetype-dir=shared \
2229         --with-gettext=shared \
2230         --with-gd=shared%{?with_system_gd:,/usr} \
2231         --with-gdbm \
2232         --with-gmp=shared \
2233         %{?with_imap:--with-imap=shared --with-imap-ssl} \
2234         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2235         --with-jpeg-dir=/usr \
2236         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2237         --with-mcrypt=shared \
2238         %{?with_mm:--with-mm} \
2239         %{?with_mssql:--with-mssql=shared} \
2240         %{?with_mysqlnd:--with-mysqlnd=shared} \
2241         --with-mysql=shared%{?with_mysqlnd:,mysqlnd} \
2242         %{?with_mysqli:--with-mysqli=shared%{?with_mysqlnd:,mysqlnd}} \
2243         %{?with_oci8:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2244         %{?with_openssl:--with-openssl=shared} \
2245         %{?with_kerberos5:--with-kerberos} \
2246         %{__with_without pcre pcre-regex /usr} \
2247         %{__enable_disable filter filter shared} \
2248         --with-pear=%{php_pear_dir} \
2249         %{__with_without pgsql pgsql shared,/usr} \
2250         %{__enable_disable phar phar shared} \
2251         --with-png-dir=/usr \
2252         %{?with_pspell:--with-pspell=shared} \
2253         --with-readline=shared \
2254         %{?with_recode:--with-recode=shared} \
2255         --with-regex=system \
2256         %{?with_snmp:--with-snmp=shared} \
2257         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
2258         %{!?with_sqlite2:--without-sqlite}%{?with_sqlite2:--with-sqlite=shared,/usr --enable-sqlite-utf8} \
2259         %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2260         %{__with_without sqlite3 sqlite3 shared,/usr} \
2261         --with-t1lib=shared \
2262         %{?with_tidy:--with-tidy=shared} \
2263         %{?with_odbc:--with-unixODBC=shared,/usr} \
2264         %{__with_without xmlrpc xmlrpc shared,/usr} \
2265         --with-xsl=shared \
2266         --with-zlib=shared \
2267         --with-zlib-dir=shared,/usr \
2268         %{?with_system_libzip:--with-libzip} \
2269         --enable-zip=shared,/usr \
2270
2271         # save for debug
2272         cp -f Makefile Makefile.$sapi
2273         cp -f main/php_config.h php_config.h.$sapi
2274         cp -f config.log config.log.$sapi
2275 done
2276
2277 # as we build each SAPI in own make, adjust php-config.in forehead
2278 sapis=$(awk '/^PHP_SAPI = /{print $3}' Makefile.* | sort -u | xargs)
2279 sed -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," "scripts/php-config.in"
2280
2281 # must make libphp_common first, so modules can link against it.
2282 cp -af php_config.h.cli main/php_config.h
2283 cp -af Makefile.cli Makefile
2284 %{__make} libphp_common.la
2285 %{__make} build-modules
2286
2287 %if %{with apache1}
2288 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2289 %endif
2290
2291 %if %{with apache2}
2292 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2293 %endif
2294
2295 %if %{with litespeed}
2296 %{__make} -f Makefile.litespeed
2297 %endif
2298
2299 # CGI/FCGI
2300 %if %{with cgi}
2301 cp -pf php_config.h.cgi-fcgi main/php_config.h
2302 %{__make} -f Makefile.cgi-fcgi
2303 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
2304 %endif
2305
2306 # PHP FPM
2307 %if %{with fpm}
2308 cp -pf php_config.h.fpm main/php_config.h
2309 %{__make} -f Makefile.fpm
2310 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
2311 %endif
2312
2313 # CLI
2314 cp -pf php_config.h.cli main/php_config.h
2315 %{__make} -f Makefile.cli
2316 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
2317
2318 # check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2319 ./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"]));'
2320
2321 # Generate stub .ini files for each extension
2322 rm -rf conf.d
2323 install -d conf.d
2324 generate_inifiles() {
2325         for so in modules/*.so; do
2326                 mod=$(basename $so .so)
2327                 conf="$mod.ini"
2328                 # xml needs to be loaded before wddx
2329                 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2330                 # pre needs to be loaded before SPL
2331                 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2332                 # spl needs to be loaded before mysqli
2333                 [ "$mod" = "spl" ] && conf="SPL.ini"
2334                 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2335                 [ "$mod" = "session" ] && conf="Session.ini"
2336                 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2337                 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2338                 echo "+ $conf"
2339                 cat > conf.d/$conf <<-EOF
2340                         ; Enable $mod extension module
2341                         extension=$mod.so
2342                 EOF
2343         done
2344 }
2345 generate_inifiles
2346
2347 # Check that the module inner-dependencies are intact
2348 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2349 if grep -v OK dep-tests.log; then
2350         echo >&2 "The results above were not expected"
2351         exit 1
2352 fi
2353
2354 %if %{with gcov}
2355 # Use CLI SAPI
2356 cp -pf php_config.h.cli main/php_config.h
2357 cp -pf Makefile.cli Makefile
2358 %{__make} lcov
2359 # you really don't want to package result of gcov build
2360 exit 1
2361 %endif
2362
2363 cat <<'EOF' > run-tests.sh
2364 #!/bin/sh
2365 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2366 unset TZ LANG LC_ALL || :
2367 %{__make} test \
2368         EXTENSION_DIR=modules \
2369         PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2370         RUN_TESTS_SETTINGS="-q $*"
2371 EOF
2372 chmod +x run-tests.sh
2373
2374 %if %{with tests}
2375 # Run tests, using the CLI SAPI
2376 cp -pf php_config.h.cli main/php_config.h
2377 cp -pf Makefile.cli Makefile
2378
2379 ./run-tests.sh -w failed.log -s test.log
2380
2381 # collect failed tests into cleanup script used in prep.
2382 sed -ne '/FAILED TEST SUMMARY/,/^===/p' test.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2383 sed -ne '/\[.*\]/{s/\(.*\) \[\(.*\)\]/# \1\nmv \2{,.skip}/p}' tests-failed.log \
2384         >> %{_sourcedir}/skip-tests.sh
2385
2386 failed=$(wc -l < tests-failed.log)
2387 if [ "$failed" != 0 ]; then
2388         exit 1
2389 fi
2390 %endif
2391
2392 %install
2393 rm -rf $RPM_BUILD_ROOT
2394 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2395         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2396         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2397         $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2398
2399 cp -pf php_config.h.cli main/php_config.h
2400 cp -pf Makefile.cli Makefile
2401 %{__make} install \
2402         INSTALL_ROOT=$RPM_BUILD_ROOT
2403
2404 # make link relative
2405 ln -sfn phar.phar $RPM_BUILD_ROOT%{_bindir}/phar
2406
2407 # install Apache1 DSO module
2408 %if %{with apache1}
2409 libtool --mode=install install -p sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
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 %endif
2416
2417 # install litespeed sapi
2418 %if %{with litespeed}
2419 libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
2420 %endif
2421
2422 libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
2423
2424 # install CGI/FCGI
2425 %if %{with cgi}
2426 # install-cgi
2427 libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2428 ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
2429 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
2430 %endif
2431
2432 # install FCGI PM
2433 %if %{with fpm}
2434 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir},%{_datadir}/fpm}
2435 libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2436 cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
2437 cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2438 cp -p sapi/fpm/status.html $RPM_BUILD_ROOT%{_datadir}/fpm
2439 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2440 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
2441 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2442 cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2443
2444 %{__sed} -i -e '
2445         s#/usr/lib/php#%{php_extensiondir}#
2446         s#/etc/php#%{_sysconfdir}#
2447         s#@processname@#%{name}-fpm#g
2448 ' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf}
2449 %endif
2450
2451 # install Embedded API
2452 %if %{with embed}
2453 %{__make} -f Makefile.embed install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT
2454 # we could use install-headers from Makefile.embed, but that would reinstall all headers
2455 install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2456 cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2457 %endif
2458
2459 # install CLI
2460 # without suffix, install as php.cli
2461 %if "%{?php_suffix}" == ""
2462 %define phpfn %{name}.cli
2463 %else
2464 %define phpfn %{name}
2465 %endif
2466 libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/%{phpfn}
2467 cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{phpfn}.1
2468 echo ".so %{phpfn}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2469 ln -sf %{phpfn} $RPM_BUILD_ROOT%{_bindir}/php
2470
2471 cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2472
2473 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2474 cp -p %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/browscap.ini
2475
2476 %if %{with apache1}
2477 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2478 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2479 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
2480 %endif
2481
2482 %if %{with apache2}
2483 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2484 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2485 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
2486 %endif
2487
2488 # ensure that paths are correct for current php version and arch
2489 grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
2490 %{__sed} -i -e '
2491         s#/usr/lib/php#%{php_extensiondir}#
2492         s#/etc/php#%{_sysconfdir}#
2493 '
2494
2495 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2496 cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2497
2498 # per SAPI ini directories
2499 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2500
2501 # for CLI SAPI only
2502 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2503
2504 # use system automake and {lib,sh}tool
2505 %if "%{pld_release}" != "ac"
2506         ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/php/build
2507         for i in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2508                 ln -snf %{_aclocaldir}/${i} $RPM_BUILD_ROOT%{_libdir}/php/build
2509         done
2510         ln -snf %{_datadir}/libtool/config/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
2511 %else
2512         ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/php/build
2513         ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
2514 %endif
2515 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
2516
2517 # for php-pecl-mailparse
2518 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2519 cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2520
2521 # tests
2522 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2523 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2524 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2525
2526 # fix install paths, avoid evil rpaths
2527 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2528 %if %{with embed}
2529 # libphp5.la contains our buildroot in dependency_libs
2530 sed -i -e "/dependency_libs/ s,/[^ ]*/libs/libphp_common.la,%{_libdir}/libphp_common.la," $RPM_BUILD_ROOT%{_libdir}/libphp5.la
2531 %endif
2532 # better solution?
2533 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/php/build/acinclude.m4
2534
2535 %clean
2536 rm -rf $RPM_BUILD_ROOT
2537
2538 %post -n apache1-mod_%{name}
2539 if [ "$1" = "1" ]; then
2540         %service -q apache restart
2541 fi
2542
2543 %postun -n apache1-mod_%{name}
2544 if [ "$1" = "0" ]; then
2545         %service -q apache restart
2546 fi
2547
2548 %post -n apache-mod_%{name}
2549 if [ "$1" = "1" ]; then
2550         %service -q httpd restart
2551 fi
2552
2553 %postun -n apache-mod_%{name}
2554 if [ "$1" = "0" ]; then
2555         %service -q httpd restart
2556 fi
2557
2558 %pre fpm
2559 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2560
2561 %post fpm
2562 /sbin/chkconfig --add %{name}-fpm
2563 %service %{name}-fpm restart
2564
2565 %preun fpm
2566 if [ "$1" = 0 ]; then
2567         %service %{name}-fpm stop
2568         /sbin/chkconfig --del %{name}-fpm
2569 fi
2570
2571 %postun fpm
2572 if [ "$1" = "0" ]; then
2573         %userremove http
2574 fi
2575
2576 %post   embedded -p /sbin/ldconfig
2577 %postun embedded -p /sbin/ldconfig
2578
2579 %post common
2580 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2581 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2582         TIMEZONE=
2583         . /etc/sysconfig/timezone
2584         if [ "$TIMEZONE" ]; then
2585                 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2586         fi
2587 fi
2588
2589 %posttrans common
2590 # minimizing apache restarts logics. we restart webserver:
2591 #
2592 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2593 # 2. first install of extension (post: $1 = 1)
2594 # 2. uninstall of extension (postun: $1 == 0)
2595 #
2596 # the strict internal deps between extensions (and apache modules) and
2597 # common package are very important for all this to work.
2598
2599 # restart webserver at the end of transaction
2600 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2601 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2602
2603 # common macros called at extension post/postun scriptlet
2604 %define extension_scripts() \
2605 %post %1 \
2606 if [ "$1" = "1" ]; then \
2607         %php_webserver_restart \
2608 fi \
2609 \
2610 %postun %1 \
2611 if [ "$1" = "0" ]; then \
2612         %php_webserver_restart \
2613 fi
2614 %{nil}
2615
2616 # extension scripts defines
2617 %extension_scripts bcmath
2618 %extension_scripts bz2
2619 %extension_scripts calendar
2620 %extension_scripts ctype
2621 %extension_scripts curl
2622 %extension_scripts dba
2623 %extension_scripts dom
2624 %extension_scripts enchant
2625 %extension_scripts exif
2626 %extension_scripts fileinfo
2627 %extension_scripts filter
2628 %extension_scripts ftp
2629 %extension_scripts gd
2630 %extension_scripts gettext
2631 %extension_scripts gmp
2632 %extension_scripts hash
2633 %extension_scripts iconv
2634 %extension_scripts imap
2635 %extension_scripts interbase
2636 %extension_scripts intl
2637 %extension_scripts json
2638 %extension_scripts ldap
2639 %extension_scripts mbstring
2640 %extension_scripts mcrypt
2641 %extension_scripts mssql
2642 %extension_scripts mysql
2643 %extension_scripts mysqli
2644 %extension_scripts mysqlnd
2645 %extension_scripts oci8
2646 %extension_scripts odbc
2647 %extension_scripts openssl
2648 %extension_scripts pcre
2649 %extension_scripts pdo
2650 %extension_scripts pdo-dblib
2651 %extension_scripts pdo-firebird
2652 %extension_scripts pdo-oci
2653 %extension_scripts pdo-mysql
2654 %extension_scripts pdo-odbc
2655 %extension_scripts pdo-pgsql
2656 %extension_scripts pdo-sqlite
2657 %extension_scripts pgsql
2658 %extension_scripts phar
2659 %extension_scripts pcntl
2660 %extension_scripts posix
2661 %extension_scripts pspell
2662 %extension_scripts recode
2663 %extension_scripts session
2664 %extension_scripts shmop
2665 %extension_scripts simplexml
2666 %extension_scripts snmp
2667 %extension_scripts soap
2668 %extension_scripts sockets
2669 %extension_scripts spl
2670 %extension_scripts sqlite
2671 %extension_scripts sqlite3
2672 %extension_scripts sybase-ct
2673 %extension_scripts sysvmsg
2674 %extension_scripts sysvsem
2675 %extension_scripts sysvshm
2676 %extension_scripts tidy
2677 %extension_scripts tokenizer
2678 %extension_scripts wddx
2679 %extension_scripts xml
2680 %extension_scripts xmlreader
2681 %extension_scripts xmlrpc
2682 %extension_scripts xmlwriter
2683 %extension_scripts xsl
2684 %extension_scripts zip
2685 %extension_scripts zlib
2686
2687 %if %{with apache1}
2688 %files -n apache1-mod_%{name}
2689 %defattr(644,root,root,755)
2690 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2691 %dir %{_sysconfdir}/apache.d
2692 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2693 %attr(755,root,root) %{_libdir}/apache1/libphp5.so
2694 %endif
2695
2696 %if %{with apache2}
2697 %files -n apache-mod_%{name}
2698 %defattr(644,root,root,755)
2699 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2700 %dir %{_sysconfdir}/apache2handler.d
2701 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2702 %attr(755,root,root) %{_libdir}/apache/libphp5.so
2703 %endif
2704
2705 %if %{with litespeed}
2706 %files litespeed
2707 %defattr(644,root,root,755)
2708 %attr(755,root,root) %{_sbindir}/%{name}.litespeed
2709 %endif
2710
2711 %if %{with cgi}
2712 %files cgi
2713 %defattr(644,root,root,755)
2714 %dir %{_sysconfdir}/cgi-fcgi.d
2715 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2716 %attr(755,root,root) %{_bindir}/%{name}.cgi
2717 %attr(755,root,root) %{_bindir}/%{name}.fcgi
2718 %endif
2719
2720 %if %{with embed}
2721 %files embedded
2722 %defattr(644,root,root,755)
2723 %attr(755,root,root) %{_libdir}/libphp5-%{version}.so
2724 %endif
2725
2726 %files cli
2727 %defattr(644,root,root,755)
2728 %dir %{_sysconfdir}/cli.d
2729 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2730 %attr(755,root,root) %{_bindir}/%{phpfn}
2731 %{_mandir}/man1/%{phpfn}.1*
2732
2733 %files program
2734 %defattr(644,root,root,755)
2735 %attr(755,root,root) %{_bindir}/php
2736 %{_mandir}/man1/php.1*
2737
2738 %if %{with fpm}
2739 %files fpm
2740 %defattr(644,root,root,755)
2741 %doc sapi/fpm/{CREDITS,LICENSE}
2742 %dir %{_sysconfdir}/fpm.d
2743 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
2744 %attr(755,root,root) %{_sbindir}/%{name}-fpm
2745 %{_mandir}/man8/%{name}-fpm.8*
2746 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
2747 %attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
2748 %dir %{_datadir}/fpm
2749 %{_datadir}/fpm/status.html
2750 %endif
2751
2752 %files common
2753 %defattr(644,root,root,755)
2754 %doc CREDITS EXTENSIONS LICENSE NEWS README.{PHP4-TO-PHP5-THIN-CHANGES,namespaces} TODO* UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
2755 %dir %{_sysconfdir}
2756 %dir %{_sysconfdir}/conf.d
2757 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2758 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/browscap.ini
2759 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2760 %dir %{php_extensiondir}
2761
2762 %doc ext/session/mod_files.sh
2763
2764 %files devel
2765 %defattr(644,root,root,755)
2766 %doc CODING_STANDARDS README.{EXTENSIONS,EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
2767 %attr(755,root,root) %{_bindir}/phpize
2768 %attr(755,root,root) %{_bindir}/php-config
2769 %attr(755,root,root) %{_libdir}/libphp_common.so
2770 %{_libdir}/libphp_common.la
2771 %{_includedir}/php
2772 %{_libdir}/php/build
2773 %{_mandir}/man1/php-config.1*
2774 %{_mandir}/man1/phpize.1*
2775 %if %{with embed}
2776 # embedded
2777 %{_libdir}/libphp5.so
2778 %{_libdir}/libphp5.la
2779 %endif
2780
2781 %files bcmath
2782 %defattr(644,root,root,755)
2783 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2784 %attr(755,root,root) %{php_extensiondir}/bcmath.so
2785
2786 %files bz2
2787 %defattr(644,root,root,755)
2788 %doc ext/bz2/CREDITS
2789 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2790 %attr(755,root,root) %{php_extensiondir}/bz2.so
2791
2792 %files calendar
2793 %defattr(644,root,root,755)
2794 %doc ext/calendar/CREDITS
2795 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2796 %attr(755,root,root) %{php_extensiondir}/calendar.so
2797
2798 %files ctype
2799 %defattr(644,root,root,755)
2800 %doc ext/calendar/CREDITS
2801 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2802 %attr(755,root,root) %{php_extensiondir}/ctype.so
2803
2804 %if %{with curl}
2805 %files curl
2806 %defattr(644,root,root,755)
2807 %doc ext/curl/CREDITS
2808 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2809 %attr(755,root,root) %{php_extensiondir}/curl.so
2810 %endif
2811
2812 %files dba
2813 %defattr(644,root,root,755)
2814 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2815 %attr(755,root,root) %{php_extensiondir}/dba.so
2816
2817 %files dom
2818 %defattr(644,root,root,755)
2819 %doc ext/dom/{CREDITS,TODO}
2820 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2821 %attr(755,root,root) %{php_extensiondir}/dom.so
2822
2823 %if %{with enchant}
2824 %files enchant
2825 %defattr(644,root,root,755)
2826 %doc ext/enchant/{CREDITS,docs/examples}
2827 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
2828 %attr(755,root,root) %{php_extensiondir}/enchant.so
2829 %endif
2830
2831 %files exif
2832 %defattr(644,root,root,755)
2833 %doc ext/exif/CREDITS
2834 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2835 %attr(755,root,root) %{php_extensiondir}/exif.so
2836
2837 %files fileinfo
2838 %defattr(644,root,root,755)
2839 %doc ext/fileinfo/CREDITS
2840 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
2841 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
2842
2843 %if %{with filter}
2844 %files filter
2845 %defattr(644,root,root,755)
2846 %doc ext/filter/{CREDITS,docs/*}
2847 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
2848 %attr(755,root,root) %{php_extensiondir}/filter.so
2849 %endif
2850
2851 %files ftp
2852 %defattr(644,root,root,755)
2853 %doc ext/ftp/CREDITS
2854 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2855 %attr(755,root,root) %{php_extensiondir}/ftp.so
2856
2857 %files gd
2858 %defattr(644,root,root,755)
2859 %doc ext/gd/CREDITS
2860 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2861 %attr(755,root,root) %{php_extensiondir}/gd.so
2862
2863 %files gettext
2864 %defattr(644,root,root,755)
2865 %doc ext/gettext/CREDITS
2866 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2867 %attr(755,root,root) %{php_extensiondir}/gettext.so
2868
2869 %files gmp
2870 %defattr(644,root,root,755)
2871 %doc ext/gmp/{CREDITS,README,TODO}
2872 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2873 %attr(755,root,root) %{php_extensiondir}/gmp.so
2874
2875 %files hash
2876 %defattr(644,root,root,755)
2877 %doc ext/hash/{CREDITS,README}
2878 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
2879 %attr(755,root,root) %{php_extensiondir}/hash.so
2880
2881 %files iconv
2882 %defattr(644,root,root,755)
2883 %doc ext/iconv/CREDITS
2884 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2885 %attr(755,root,root) %{php_extensiondir}/iconv.so
2886
2887 %if %{with imap}
2888 %files imap
2889 %defattr(644,root,root,755)
2890 %doc ext/imap/CREDITS
2891 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2892 %attr(755,root,root) %{php_extensiondir}/imap.so
2893 %endif
2894
2895 %if %{with interbase}
2896 %files interbase
2897 %defattr(644,root,root,755)
2898 %doc ext/interbase/CREDITS
2899 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2900 %attr(755,root,root) %{php_extensiondir}/interbase.so
2901 %endif
2902
2903 %files intl
2904 %defattr(644,root,root,755)
2905 %doc ext/intl/{CREDITS,TODO}
2906 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
2907 %attr(755,root,root) %{php_extensiondir}/intl.so
2908
2909 %files json
2910 %defattr(644,root,root,755)
2911 %doc ext/json/CREDITS
2912 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
2913 %attr(755,root,root) %{php_extensiondir}/json.so
2914
2915 %if %{with ldap}
2916 %files ldap
2917 %defattr(644,root,root,755)
2918 %doc ext/ldap/CREDITS
2919 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
2920 %attr(755,root,root) %{php_extensiondir}/ldap.so
2921 %endif
2922
2923 %files mbstring
2924 %defattr(644,root,root,755)
2925 %doc ext/mbstring/{CREDITS,README*}
2926 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
2927 %attr(755,root,root) %{php_extensiondir}/mbstring.so
2928
2929 %files mcrypt
2930 %defattr(644,root,root,755)
2931 %doc ext/mcrypt/{CREDITS,TODO}
2932 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
2933 %attr(755,root,root) %{php_extensiondir}/mcrypt.so
2934
2935 %if %{with mssql}
2936 %files mssql
2937 %defattr(644,root,root,755)
2938 %doc ext/mssql/CREDITS
2939 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
2940 %attr(755,root,root) %{php_extensiondir}/mssql.so
2941 %endif
2942
2943 %files mysql
2944 %defattr(644,root,root,755)
2945 %doc ext/mysql/CREDITS
2946 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
2947 %attr(755,root,root) %{php_extensiondir}/mysql.so
2948
2949 %if %{with mysqli}
2950 %files mysqli
2951 %defattr(644,root,root,755)
2952 %doc ext/mysqli/{CREDITS,TODO}
2953 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
2954 %attr(755,root,root) %{php_extensiondir}/mysqli.so
2955 %endif
2956
2957 %if %{with mysqlnd}
2958 %files mysqlnd
2959 %defattr(644,root,root,755)
2960 %doc ext/mysqlnd/CREDITS
2961 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
2962 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
2963 %endif
2964
2965 %if %{with oci8}
2966 %files oci8
2967 %defattr(644,root,root,755)
2968 %doc ext/oci8/{CREDITS,README}
2969 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
2970 %attr(755,root,root) %{php_extensiondir}/oci8.so
2971 %endif
2972
2973 %if %{with odbc}
2974 %files odbc
2975 %defattr(644,root,root,755)
2976 %doc ext/odbc/CREDITS
2977 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
2978 %attr(755,root,root) %{php_extensiondir}/odbc.so
2979 %endif
2980
2981 %if %{with openssl}
2982 %files openssl
2983 %defattr(644,root,root,755)
2984 %doc ext/openssl/{CREDITS,README}
2985 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
2986 %attr(755,root,root) %{php_extensiondir}/openssl.so
2987 %endif
2988
2989 %files pcntl
2990 %defattr(644,root,root,755)
2991 %doc ext/pcntl/{CREDITS,README}
2992 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
2993 %attr(755,root,root) %{php_extensiondir}/pcntl.so
2994
2995 %if %{with pcre}
2996 %files pcre
2997 %defattr(644,root,root,755)
2998 %doc ext/pcre/CREDITS
2999 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3000 %attr(755,root,root) %{php_extensiondir}/pcre.so
3001 %endif
3002
3003 %files pdo
3004 %defattr(644,root,root,755)
3005 %doc ext/pdo/{CREDITS,README,TODO}
3006 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3007 %attr(755,root,root) %{php_extensiondir}/pdo.so
3008
3009 %if %{with mssql} || %{with sybase_ct}
3010 %files pdo-dblib
3011 %defattr(644,root,root,755)
3012 %doc ext/pdo_dblib/{CREDITS,README}
3013 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3014 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3015 %endif
3016
3017 %if %{with interbase} && !%{with interbase_inst}
3018 %files pdo-firebird
3019 %defattr(644,root,root,755)
3020 %doc ext/pdo_firebird/CREDITS
3021 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3022 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3023 %endif
3024
3025 %files pdo-mysql
3026 %defattr(644,root,root,755)
3027 %doc ext/pdo_mysql/CREDITS
3028 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3029 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3030
3031 %if %{with oci8}
3032 %files pdo-oci
3033 %defattr(644,root,root,755)
3034 %doc ext/pdo_oci/CREDITS
3035 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3036 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3037 %endif
3038
3039 %if %{with odbc}
3040 %files pdo-odbc
3041 %defattr(644,root,root,755)
3042 %doc ext/pdo_odbc/CREDITS
3043 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3044 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3045 %endif
3046
3047 %if %{with pgsql}
3048 %files pdo-pgsql
3049 %defattr(644,root,root,755)
3050 %doc ext/pdo_pgsql/CREDITS
3051 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3052 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3053 %endif
3054
3055 %if %{with pdo_sqlite}
3056 %files pdo-sqlite
3057 %defattr(644,root,root,755)
3058 %doc ext/pdo_sqlite/CREDITS
3059 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3060 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3061 %endif
3062
3063 %if %{with pgsql}
3064 %files pgsql
3065 %defattr(644,root,root,755)
3066 %doc ext/pgsql/{CREDITS,README}
3067 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3068 %attr(755,root,root) %{php_extensiondir}/pgsql.so
3069 %endif
3070
3071 %if %{with phar}
3072 %files phar
3073 %defattr(644,root,root,755)
3074 %doc ext/phar/{CREDITS,TODO}
3075 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3076 %attr(755,root,root) %{php_extensiondir}/phar.so
3077 %attr(755,root,root) %{_bindir}/phar
3078 %attr(755,root,root) %{_bindir}/phar.phar
3079 %endif
3080
3081 %files posix
3082 %defattr(644,root,root,755)
3083 %doc ext/posix/CREDITS
3084 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3085 %attr(755,root,root) %{php_extensiondir}/posix.so
3086
3087 %if %{with pspell}
3088 %files pspell
3089 %defattr(644,root,root,755)
3090 %doc ext/pspell/{CREDITS,README}
3091 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3092 %attr(755,root,root) %{php_extensiondir}/pspell.so
3093 %endif
3094
3095 %files readline
3096 %defattr(644,root,root,755)
3097 %doc ext/readline/{CREDITS,README*}
3098 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3099 %attr(755,root,root) %{php_extensiondir}/readline.so
3100
3101 %if %{with recode}
3102 %files recode
3103 %defattr(644,root,root,755)
3104 %doc ext/recode/CREDITS
3105 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3106 %attr(755,root,root) %{php_extensiondir}/recode.so
3107 %endif
3108
3109 %files session
3110 %defattr(644,root,root,755)
3111 %doc ext/session/CREDITS
3112 %doc ext/session/mod_files.sh
3113 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3114 %attr(755,root,root) %{php_extensiondir}/session.so
3115
3116 %files shmop
3117 %defattr(644,root,root,755)
3118 %doc ext/shmop/{CREDITS,README}
3119 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3120 %attr(755,root,root) %{php_extensiondir}/shmop.so
3121
3122 %files simplexml
3123 %defattr(644,root,root,755)
3124 %doc ext/simplexml/{CREDITS,README}
3125 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3126 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3127
3128 %if %{with snmp}
3129 %files snmp
3130 %defattr(644,root,root,755)
3131 %doc ext/snmp/CREDITS
3132 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3133 %attr(755,root,root) %{php_extensiondir}/snmp.so
3134 %endif
3135
3136 %files soap
3137 %defattr(644,root,root,755)
3138 %doc ext/soap/{CREDITS,TODO*}
3139 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3140 %attr(755,root,root) %{php_extensiondir}/soap.so
3141
3142 %files sockets
3143 %defattr(644,root,root,755)
3144 %doc ext/sockets/CREDITS
3145 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3146 %attr(755,root,root) %{php_extensiondir}/sockets.so
3147
3148 %files spl
3149 %defattr(644,root,root,755)
3150 %doc ext/spl/{CREDITS,README,TODO,examples}
3151 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3152 %attr(755,root,root) %{php_extensiondir}/spl.so
3153
3154 %if %{with sqlite2}
3155 %files sqlite
3156 %defattr(644,root,root,755)
3157 %doc ext/sqlite/{README,TODO,CREDITS}
3158 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite.ini
3159 %attr(755,root,root) %{php_extensiondir}/sqlite.so
3160 %endif
3161
3162 %if %{with sqlite3}
3163 %files sqlite3
3164 %defattr(644,root,root,755)
3165 %doc ext/sqlite3/CREDITS
3166 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3167 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3168 %endif
3169
3170 %if %{with sybase_ct}
3171 %files sybase-ct
3172 %defattr(644,root,root,755)
3173 %doc ext/sybase_ct/CREDITS
3174 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3175 %attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3176 %endif
3177
3178 %files sysvmsg
3179 %defattr(644,root,root,755)
3180 %doc ext/sysvmsg/CREDITS
3181 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3182 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3183
3184 %files sysvsem
3185 %defattr(644,root,root,755)
3186 %doc ext/sysvsem/CREDITS
3187 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3188 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3189
3190 %files sysvshm
3191 %defattr(644,root,root,755)
3192 %doc ext/sysvshm/CREDITS
3193 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3194 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3195
3196 %files tests
3197 %defattr(644,root,root,755)
3198 %dir %{php_data_dir}/tests/php
3199 %{php_data_dir}/tests/php/basic
3200 %{php_data_dir}/tests/php/classes
3201 %{php_data_dir}/tests/php/func
3202 %{php_data_dir}/tests/php/lang
3203 %{php_data_dir}/tests/php/output
3204 %{php_data_dir}/tests/php/run-test
3205 %{php_data_dir}/tests/php/security
3206 %{php_data_dir}/tests/php/strings
3207 %{php_data_dir}/tests/php/quicktester.inc
3208 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3209
3210 %if %{with tidy}
3211 %files tidy
3212 %defattr(644,root,root,755)
3213 %doc ext/tidy/{CREDITS,README}
3214 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3215 %attr(755,root,root) %{php_extensiondir}/tidy.so
3216 %endif
3217
3218 %files tokenizer
3219 %defattr(644,root,root,755)
3220 %doc ext/tokenizer/CREDITS
3221 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3222 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3223
3224 %if %{with wddx}
3225 %files wddx
3226 %defattr(644,root,root,755)
3227 %doc ext/wddx/CREDITS
3228 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3229 %attr(755,root,root) %{php_extensiondir}/wddx.so
3230 %endif
3231
3232 %files xml
3233 %defattr(644,root,root,755)
3234 %doc ext/xml/CREDITS
3235 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3236 %attr(755,root,root) %{php_extensiondir}/xml.so
3237
3238 %files xmlreader
3239 %defattr(644,root,root,755)
3240 %doc ext/xmlreader/{CREDITS,README,TODO,examples}
3241 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3242 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3243
3244 %if %{with xmlrpc}
3245 %files xmlrpc
3246 %defattr(644,root,root,755)
3247 %doc ext/xmlrpc/CREDITS
3248 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3249 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3250 %endif
3251
3252 %files xmlwriter
3253 %defattr(644,root,root,755)
3254 %doc ext/xmlwriter/{CREDITS,TODO}
3255 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3256 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3257
3258 %files xsl
3259 %defattr(644,root,root,755)
3260 %doc ext/xsl/CREDITS
3261 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3262 %attr(755,root,root) %{php_extensiondir}/xsl.so
3263
3264 %files zip
3265 %defattr(644,root,root,755)
3266 %doc ext/zip/{CREDITS,TODO}
3267 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3268 %attr(755,root,root) %{php_extensiondir}/zip.so
3269
3270 %files zlib
3271 %defattr(644,root,root,755)
3272 %doc ext/zlib/CREDITS
3273 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3274 %attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.244714 seconds and 4 git commands to generate.