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