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