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