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