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