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