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