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