]> git.pld-linux.org Git - packages/php.git/blob - php.spec
pass our rpmldflags as EXTRA_LDFLAGS for as-needed (avoids unnecessary linking)
[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 %if 0
117 %if %{without apache1} && %{without apache2}
118 ERROR: You need to select at least one Apache SAPI to build shared modules.
119 %endif
120 %endif
121
122 # filter depends on pcre
123 %if %{without pcre}
124 %undefine       with_filter
125 %endif
126
127 %define         rel     7
128 %define         orgname php
129 %define         ver_suffix 54
130 %define         php_suffix %{!?with_default_php:%{ver_suffix}}
131 Summary:        PHP: Hypertext Preprocessor
132 Summary(fr.UTF-8):      Le langage de script embarque-HTML PHP
133 Summary(pl.UTF-8):      Język skryptowy PHP
134 Summary(pt_BR.UTF-8):   A linguagem de script PHP
135 Summary(ru.UTF-8):      PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
136 Summary(uk.UTF-8):      PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
137 Name:           %{orgname}%{php_suffix}
138 Version:        5.4.45
139 Release:        %{rel}%{?with_type_hints:.th}%{?with_oci8:.oci}
140 Epoch:          4
141 # All files licensed under PHP version 3.01, except
142 # Zend is licensed under Zend
143 # TSRM is licensed under BSD
144 License:        PHP 3.01 and Zend and BSD
145 Group:          Libraries
146 Source0:        http://www.php.net/distributions/%{orgname}-%{version}.tar.bz2
147 # Source0-md5:  185f67f1ca652b18bc0cca9d7edbde7c
148 Source2:        %{orgname}-mod_%{orgname}.conf
149 Source3:        %{orgname}-cgi-fcgi.ini
150 Source4:        %{orgname}-apache.ini
151 Source5:        %{orgname}-cli.ini
152 Source10:       %{orgname}-fpm.init
153 Source11:       %{orgname}-fpm.logrotate
154 Source12:       %{orgname}-branch.sh
155 Source13:       dep-tests.sh
156 Source14:       skip-tests.sh
157 Patch0:         %{orgname}-shared.patch
158 Patch1:         %{orgname}-pldlogo.patch
159 Patch2:         %{orgname}-mail.patch
160 Patch3:         %{orgname}-link-libs.patch
161 Patch4:         %{orgname}-libpq_fs_h_path.patch
162 Patch5:         %{orgname}-filter-shared.patch
163 Patch6:         %{orgname}-build_modules.patch
164 Patch7:         %{orgname}-sapi-ini-file.patch
165 Patch8:         %{orgname}-config-file-scan-dir.patch
166 Patch9:         php-bug-71475.patch
167 Patch10:        %{orgname}-ini.patch
168 Patch11:        embed.patch
169 %if %{with type_hints}
170 Patch12:        http://ilia.ws/patch/type_hint_53_v2.txt
171 %endif
172 Patch14:        %{orgname}-no_pear_install.patch
173 #Patch15:       %{orgname}-zlib.patch # no longer needed?
174 Patch17:        %{orgname}-readline.patch
175 Patch18:        %{orgname}-nohttpd.patch
176 Patch19:        %{orgname}-gd_imagerotate_enable.patch
177 Patch20:        %{orgname}-uint32_t.patch
178 Patch21:        %{orgname}-dba-link.patch
179 Patch22:        %{orgname}-both-apxs.patch
180 Patch23:        %{orgname}-builddir.patch
181 Patch24:        %{orgname}-zlib-for-getimagesize.patch
182 Patch25:        %{orgname}-stupidapache_version.patch
183 Patch26:        %{orgname}-pear.patch
184 Patch27:        %{orgname}-config-dir.patch
185 Patch29:        %{orgname}-fcgi-graceful.patch
186 Patch31:        %{orgname}-fcgi-error_log-no-newlines.patch
187 #Patch32:       %{orgname}-curl-limit-speed.patch # applied upstream
188 Patch34:        %{orgname}-libtool.patch
189 Patch35:        %{orgname}-tds.patch
190 Patch36:        %{orgname}-mysql-charsetphpini.patch
191 Patch37:        %{orgname}-mysqli-charsetphpini.patch
192 Patch38:        %{orgname}-pdo_mysql-charsetphpini.patch
193 Patch39:        %{orgname}-use-prog_sendmail.patch
194 Patch41:        %{orgname}-fpm-config.patch
195 Patch42:        %{orgname}-fpm-shared.patch
196 Patch43:        %{orgname}-silent-session-cleanup.patch
197 Patch44:        %{orgname}-include_path.patch
198 Patch45:        %{orgname}-imap-annotations.patch
199 Patch46:        %{orgname}-imap-myrights.patch
200 Patch47:        suhosin.patch
201 #Patch49:       %{orgname}-m4-divert.patch # no longer needed, upstream supports new ac
202 Patch50:        extension-shared-optional-dep.patch
203 Patch51:        spl-shared.patch
204 Patch52:        pcre-shared.patch
205 Patch53:        fix-test-run.patch
206 #Patch54:       mysqlnd-shared.patch # shared build supported upstream
207 Patch55:        bug-52078-fileinode.patch
208 #Patch57:       bug-52448.patch # outdated
209 Patch59:        %{orgname}-systzdata.patch
210 Patch60:        %{orgname}-oracle-instantclient.patch
211 #Patch61:       %{orgname}-krb5-ac.patch # not needed on 5.4 anymore
212 Patch62:        mcrypt-libs.patch
213 Patch63:        %{orgname}-mysql-nowarning.patch
214 #Patch64:       %{orgname}-m4.patch # not needed on 5.4 branch
215 Patch65:        system-libzip.patch
216 Patch66:        php-db.patch
217 Patch67:        mysql-lib-ver-mismatch.patch
218 Patch68:        x32.patch
219 Patch70:        libvpx2.patch
220 Patch71:        zend_operators_from_5.5.patch
221 URL:            http://www.php.net/
222 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:        Firebird-devel >= 1.0.2.908-2}}
223 %{?with_pspell:BuildRequires:   aspell-devel >= 2:0.50.0}
224 BuildRequires:  autoconf >= 2.59
225 BuildRequires:  automake >= 1.4d
226 BuildRequires:  bison
227 BuildRequires:  bzip2-devel
228 %{?with_curl:BuildRequires:     curl-devel >= 7.12.0}
229 BuildRequires:  cyrus-sasl-devel
230 BuildRequires:  db-devel >= 4.0
231 BuildRequires:  elfutils-devel
232 %{?with_enchant:BuildRequires:  enchant-devel >= 1.1.3}
233 #BuildRequires: fcgi-devel
234 %{?with_kerberos5:BuildRequires:        heimdal-devel}
235 %{?with_system_libzip:BuildRequires:    libzip-devel >= 0.10.1-2}
236 %{!?with_mysqlnd:BuildRequires: mysql-devel}
237 BuildRequires:  pkgconfig
238 BuildRequires:  sed >= 4.0
239 %if %{with mssql} || %{with sybase_ct}
240 BuildRequires:  freetds-devel >= 0.82
241 %endif
242 BuildRequires:  freetype-devel >= 2.0
243 %if %{with system_gd}
244 BuildRequires:  gd-devel >= 2.0.28-4
245 BuildRequires:  gd-devel(imagerotate) = 5.2.0
246 %endif
247 BuildRequires:  gdbm-devel
248 BuildRequires:  gmp-devel
249 %{?with_imap:BuildRequires:     imap-devel >= 1:2007e-2}
250 %{?with_intl:BuildRequires:     libicu-devel}
251 BuildRequires:  libjpeg-devel
252 BuildRequires:  libltdl-devel >= 1.4
253 BuildRequires:  libmcrypt-devel >= 2.4.4
254 BuildRequires:  libpng-devel >= 1.0.8
255 #BuildRequires: libtiff-devel
256 %{?with_webp:BuildRequires:     libvpx-devel}
257 BuildRequires:  tokyocabinet-devel
258 %if "%{pld_release}" != "ac"
259 BuildRequires:  libtool >= 2:2.4.6
260 %else
261 BuildRequires:  libtool >= 1.4.3
262 %endif
263 #BuildRequires: libwrap-devel
264 BuildRequires:  libxml2-devel >= 1:2.7.6-4
265 BuildRequires:  libxslt-devel >= 1.1.0
266 %{?with_mm:BuildRequires:       mm-devel >= 1.3.0}
267 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
268 %if %{with openssl} || %{with ldap}
269 BuildRequires:  openssl-devel >= 0.9.7d
270 %endif
271 %{?with_gcov:BuildRequires:     lcov}
272 %{?with_snmp:%{?with_tests:BuildRequires:       mibs-net-snmp}}
273 %{?with_snmp:BuildRequires:     net-snmp-devel >= 5.0.7}
274 %{?with_oci:%{?with_instantclient:BuildRequires:        oracle-instantclient-devel}}
275 BuildRequires:  pam-devel
276 %{?with_pcre:BuildRequires:     pcre-devel >= 8.10}
277 BuildRequires:  pkgconfig
278 %{?with_pgsql:BuildRequires:    postgresql-backend-devel >= 7.2}
279 %{?with_pgsql:BuildRequires:    postgresql-devel}
280 BuildRequires:  readline-devel
281 %{?with_recode:BuildRequires:   recode-devel >= 3.5d-3}
282 BuildRequires:  rpm >= 4.4.9-56
283 BuildRequires:  rpm-build >= 4.4.0
284 BuildRequires:  rpmbuild(macros) >= 1.566
285 %if %{with sqlite3} || %{with pdo_sqlite}
286 BuildRequires:  sqlite3-devel >= 3.3.9
287 %endif
288 BuildRequires:  t1lib-devel
289 %{?with_tidy:BuildRequires:     tidy-devel}
290 %{?with_odbc:BuildRequires:     unixODBC-devel}
291 %{?with_xmlrpc:BuildRequires:   xmlrpc-epi-devel >= 0.54.1}
292 BuildRequires:  zlib-devel >= 1.0.9
293 %if %{with apache1}
294 BuildRequires:  apache1-devel
295 %endif
296 %if %{with apache2}
297 BuildRequires:  apache-devel >= 2.0.52-2
298 BuildRequires:  apr-devel >= 1:1.0.0
299 BuildRequires:  apr-util-devel >= 1:1.0.0
300 %endif
301 %if %{with fpm}
302 #BuildRequires: judy-devel
303 %endif
304 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
305
306 %define         php_sysconfdir          /etc/%{name}
307 %define         php_extensiondir        %{_libdir}/%{name}
308 %define         _sysconfdir                     %{php_sysconfdir}
309
310 # must be in sync with source. extra check ensuring that it is so is done in %%build
311 %define         php_api_version         20100412
312 %define         zend_module_api         20100525
313 %define         zend_extension_api      220100525
314
315 # Extension versions
316 %define         bz2ver          1.0
317 %define         enchantver      1.1.0
318 %define         fileinfover     1.0.5
319 %define         hashver         1.0
320 %define         intlver         1.1.0
321 %define         jsonver         1.2.1
322 %define         pharver         2.0.1
323 %define         sqlite3ver      0.7
324 %define         zipver          1.11.0
325
326 %define         zend_zts                %{!?with_zts:0}%{?with_zts:1}
327 %define         php_debug               %{!?debug:0}%{?debug:1}
328
329 %if %{with gcov}
330 %undefine       with_ccache
331 %endif
332
333 %if %{with oci}
334 # ORACLE_HOME is required for oci8 ext to build
335 %define _preserve_env %_preserve_env_base ORACLE_HOME
336 %endif
337
338 %description
339 PHP is an HTML-embedded scripting language. PHP attempts to make it
340 easy for developers to write dynamically generated web pages. PHP also
341 offers built-in database integration for several commercial and
342 non-commercial database management systems, so writing a
343 database-enabled web page with PHP is fairly simple. The most common
344 use of PHP coding is probably as a replacement for CGI scripts. The
345 mod_php module enables the Apache web server to understand and process
346 the embedded PHP language in web pages. This package contains PHP
347 version %{version}.
348
349 %description -l fr.UTF-8
350 PHP est un langage de script embarque dans le HTM. PHP essaye de
351 rendre simple aux developpeurs d'ecrire des pages web generees
352 dynamiquement. PHP incorpore egalement une integration avec plusieurs
353 systemes de gestion de bases de donnees commerciaux et
354 non-connerciaux, qui rent facile la creation de pages web liees avec
355 des bases de donnees. L'utilisation la plus commune de PHP est
356 probablement en remplacement de scripts CGI. Le module mod_php permet
357 au serveur web Apache de comprendre et de traiter le langage PHP
358 integre dans des pages web. Ce package contient PHP version
359 %{version}.
360
361 %description -l pl.UTF-8
362 PHP jest językiem skryptowym, którego polecenia umieszcza się w
363 plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
364 generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
365 danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
366 co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
367 Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
368 CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
369 język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
370 %{version}.
371
372 %description -l pt_BR.UTF-8
373 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
374 embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
375 com algumas características únicas, específicas ao PHP. O objetivo da
376 linguagem é permitir que desenvolvedores web escrevam páginas
377 dinamicamente geradas de forma rápida.
378
379 %description -l ru.UTF-8
380 PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
381 предлагает интерграцию с множеством СУБД, поэтому написание скриптов
382 для работы с базами данных относительно просто. Наиболее популярное
383 использование PHP - замена для CGI скриптов.
384
385 %description -l uk.UTF-8
386 PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
387 пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
388 роботи з базами даних є доволі простим. Найбільш популярне
389 використання PHP - заміна для CGI скриптів.
390
391 %package -n apache1-mod_%{name}
392 Summary:        PHP DSO module for Apache 1.3.x
393 Summary(pl.UTF-8):      Moduł DSO (Dynamic Shared Object) PHP dla Apache 1.3.x
394 Group:          Development/Languages/PHP
395 Requires(triggerpostun):        sed >= 4.0
396 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
397 Requires:       apache1(EAPI) >= 1.3.33-2
398 Requires:       apache1-mod_mime
399 Provides:       webserver(php) = %{version}
400 Obsoletes:      apache-mod_php < 1:4.1.1
401 Obsoletes:      phpfi
402
403 %description -n apache1-mod_%{name}
404 PHP as DSO module for Apache 1.3.x.
405
406 %description -n apache1-mod_%{name} -l pl.UTF-8
407 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 1.3.x.
408
409 %package -n apache-mod_%{name}
410 Summary:        PHP DSO module for Apache 2.x
411 Summary(pl.UTF-8):      Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
412 Group:          Development/Languages/PHP
413 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
414 Requires:       apache(modules-api) = %{apache_modules_api}
415 Requires:       apache-mod_mime
416 Provides:       webserver(php) = %{version}
417 Obsoletes:      phpfi
418
419 %description -n apache-mod_%{name}
420 PHP as DSO module for Apache 2.x.
421
422 %description -n apache-mod_%{name} -l pl.UTF-8
423 PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
424
425 %package litespeed
426 Summary:        PHP for litespeed HTTP server
427 Summary(pl.UTF-8):      PHP dla serwera HTTP litespeed
428 Group:          Development/Languages/PHP
429 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
430 Provides:       php(litespeed)
431 Provides:       webserver(php) = %{version}
432
433 %description litespeed
434 PHP for litespeed HTTP server.
435
436 %description litespeed -l pl.UTF-8
437 PHP dla serwera HTTP litespeed.
438
439 %package cgi
440 Summary:        PHP as CGI/FastCGI program
441 Summary(pl.UTF-8):      PHP jako program CGI/FastCGI
442 Group:          Development/Languages/PHP
443 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
444 Provides:       %{name}-fcgi = %{epoch}:%{version}-%{release}
445 Provides:       php(cgi)
446 Provides:       php(fcgi)
447 Provides:       webserver(php) = %{version}
448 Obsoletes:      php-fcgi < 4:5.3.0
449 %if "%{pld_release}" != "ac"
450 Conflicts:      logrotate < 3.8.0
451 %endif
452
453 %description cgi
454 PHP as CGI or FastCGI program.
455
456 %description cgi -l pl.UTF-8
457 PHP jako program CGI lub FastCGI.
458
459 %package cli
460 Summary:        PHP as CLI interpreter
461 Summary(pl.UTF-8):      PHP jako interpreter działający z linii poleceń
462 Group:          Development/Languages/PHP
463 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
464
465 %description cli
466 PHP as CLI interpreter.
467
468 %description cli -l pl.UTF-8
469 PHP jako interpreter działający z linii poleceń.
470
471 %package embedded
472 Summary:        PHP library for embedding in applications
473 Summary(pl.UTF-8):      Biblioteka PHP do osadzania w aplikacjach
474 Group:          Libraries
475 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
476
477 %description embedded
478 The php-embedded package contains a library which can be embedded into
479 applications to provide PHP scripting language support.
480
481 %description embedded -l pl.UTF-8
482 Ten pakiet zawiera bibliotekę, którą można osadzać w aplikacjach w
483 celu obsługi PHP jako języka skryptowego.
484
485 %package program
486 Summary:        /usr/bin/php symlink
487 Summary(pl.UTF-8):      Dowiązanie symboliczne /usr/bin/php
488 Group:          Development/Languages/PHP
489 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
490 Obsoletes:      /usr/bin/php
491
492 %description program
493 Package providing /usr/bin/php symlink to PHP CLI.
494
495 %description program -l pl.UTF-8
496 Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
497
498 %package fpm
499 Summary:        PHP FastCGI Process Manager
500 Summary(pl.UTF-8):      PHP FastCGI Process Manager - zarządca procesów FastCGI
501 Group:          Development/Languages/PHP
502 URL:            http://www.php-fpm.org/
503 Requires(post,preun):   /sbin/chkconfig
504 Requires(postun):       /usr/sbin/userdel
505 Requires(pre):  /bin/id
506 Requires(pre):  /usr/sbin/useradd
507 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
508 Requires:       rc-scripts
509 Provides:       php(fpm)
510 Provides:       user(http)
511 Provides:       webserver(php) = %{version}
512
513 %description fpm
514 PHP FastCGI Process Manager.
515
516 %description fpm -l pl.UTF-8
517 PHP FastCGI Process Manager - zarządca procesów FastCGI.
518
519 %package common
520 Summary:        Common files needed by both Apache modules and CGI/CLI SAPIs
521 Summary(pl.UTF-8):      Wspólne pliki dla modułu Apache'a i programu CGI
522 Summary(ru.UTF-8):      Разделяемые библиотеки для PHP
523 Summary(uk.UTF-8):      Бібліотеки спільного використання для PHP
524 Group:          Libraries
525 Requires(post): sed >= 4.0
526 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
527 Requires:       glibc >= 6:2.3.5
528 Requires:       php-dirs >= 1.4
529 Requires:       rpm-whiteout >= 1.28
530 Requires:       tzdata
531 Provides:       %{name}(debug) = %{php_debug}
532 Provides:       %{name}(modules_api) = %{php_api_version}
533 Provides:       %{name}(thread-safety) = %{zend_zts}
534 Provides:       %{name}(zend_extension_api) = %{zend_extension_api}
535 Provides:       %{name}(zend_module_api) = %{zend_module_api}
536 Provides:       %{name}-core
537 Provides:       %{name}-date
538 Provides:       %{name}-ereg
539 Provides:       %{name}-reflection
540 Provides:       %{name}-standard
541 Provides:       php(core) = %{version}
542 Provides:       php(date)
543 Provides:       php(ereg)
544 Provides:       php(libxml)
545 Provides:       php(reflection)
546 Provides:       php(standard)
547 %{!?with_mysqlnd:Obsoletes:     php-mysqlnd}
548 %{?with_pcre:%requires_ge_to    pcre pcre-devel}
549 Suggests:       browscap
550 Obsoletes:      php-pecl-domxml
551 Conflicts:      php4-common < 3:4.4.4-8
552 Conflicts:      rpm < 4.4.2-0.2
553
554 %description common
555 Common files needed by both Apache modules and CGI/CLI SAPIs.
556
557 %description common -l pl.UTF-8
558 Wspólne pliki dla modułu Apache'a i programu CGI.
559
560 %description common -l ru.UTF-8
561 Этот пакет содержит общие файлы для разных вариантов реализации PHP
562 (самодостаточной и в качестве модуля Apache).
563
564 %description common -l uk.UTF-8
565 Цей пакет містить спільні файли для різних варіантів реалізації PHP
566 (самодостатньої та в якості модуля Apache).
567
568 %package devel
569 Summary:        Files for PHP modules development
570 Summary(pl.UTF-8):      Pliki do kompilacji modułów PHP
571 Summary(pt_BR.UTF-8):   Arquivos de desenvolvimento para PHP
572 Summary(ru.UTF-8):      Пакет разработки для построения расширений PHP
573 Summary(uk.UTF-8):      Пакет розробки для побудови розширень PHP
574 Group:          Development/Languages/PHP
575 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
576 Requires:       autoconf >= 2.13
577 Requires:       automake
578 %if "%{pld_release}" != "ac"
579 Requires:       libtool >= 2:2.4.6
580 %else
581 Requires:       libtool
582 %endif
583 %{?with_pcre:Requires:  pcre-devel >= 8.10}
584 Requires:       shtool
585 Provides:       php-devel = %{epoch}:%{version}-%{release}
586 Obsoletes:      php-devel
587 Obsoletes:      php-pear-devel
588 Obsoletes:      php4-devel
589 Obsoletes:      php52-devel
590 Obsoletes:      php53-devel
591 Obsoletes:      php55-devel
592 Obsoletes:      php56-devel
593 Obsoletes:      php70-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 archive 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 Requires:       alternatives
1414 Suggests:       %{name}-cli
1415 # zlib is required by phar program, but as phar cli is optional should the dep be too
1416 Suggests:       %{name}-zlib
1417 Provides:       php(phar) = %{pharver}
1418 Obsoletes:      php-pecl-phar < %{pharver}
1419 Conflicts:      php-ioncube < 4.0.9
1420
1421 %description phar
1422 This is a dynamic shared object (DSO) for PHP that will add phar
1423 archive a support.
1424
1425 %description phar -l pl.UTF-8
1426 Moduł PHP umożliwiający dostęp do achiwów .phar.
1427
1428 %package posix
1429 Summary:        POSIX extension module for PHP
1430 Summary(pl.UTF-8):      Moduł POSIX dla PHP
1431 Group:          Libraries
1432 URL:            http://www.php.net/manual/en/book.posix.php
1433 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1434 Provides:       php(posix)
1435
1436 %description posix
1437 This is a dynamic shared object (DSO) for PHP that will add POSIX
1438 functions support to PHP.
1439
1440 %description posix -l pl.UTF-8
1441 Moduł PHP umożliwiający korzystanie z funkcji POSIX.
1442
1443 %package pspell
1444 Summary:        pspell extension module for PHP
1445 Summary(pl.UTF-8):      Moduł pspell dla PHP
1446 Group:          Libraries
1447 URL:            http://www.php.net/manual/en/book.pspell.php
1448 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1449 Provides:       php(pspell)
1450
1451 %description pspell
1452 This is a dynamic shared object (DSO) for PHP that will add pspell
1453 support to PHP. It allows to check the spelling of a word and offer
1454 suggestions.
1455
1456 %description pspell -l pl.UTF-8
1457 Moduł PHP umożliwiający korzystanie z pspella. Pozwala on na
1458 sprawdzanie pisowni słowa i sugerowanie poprawek.
1459
1460 %package readline
1461 Summary:        readline extension module for PHP
1462 Summary(pl.UTF-8):      Moduł readline dla PHP
1463 Group:          Libraries
1464 URL:            http://www.php.net/manual/en/book.readline.php
1465 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
1466 Provides:       php(readline)
1467
1468 %description readline
1469 This PHP module adds support for readline functions (only for cli and
1470 cgi SAPIs).
1471
1472 %description readline -l pl.UTF-8
1473 Moduł PHP dodający obsługę funkcji readline (tylko do SAPI cli i cgi).
1474
1475 %package recode
1476 Summary:        recode extension module for PHP
1477 Summary(pl.UTF-8):      Moduł recode dla PHP
1478 Group:          Libraries
1479 URL:            http://www.php.net/manual/en/book.recode.php
1480 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1481 Requires:       recode >= 3.5d-3
1482 Provides:       php(recode)
1483
1484 %description recode
1485 This is a dynamic shared object (DSO) for PHP that will add recode
1486 support.
1487
1488 %description recode -l pl.UTF-8
1489 Moduł PHP dodający możliwość konwersji kodowania plików (poprzez
1490 bibliotekę recode).
1491
1492 %package session
1493 Summary:        session extension module for PHP
1494 Summary(pl.UTF-8):      Moduł session dla PHP
1495 Group:          Libraries
1496 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1497 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1498 Suggests:       %{name}-hash = %{epoch}:%{version}-%{release}
1499 Suggests:       tmpwatch
1500 Provides:       php(session)
1501
1502 %description session
1503 This is a dynamic shared object (DSO) for PHP that will add session
1504 support.
1505
1506 %description session -l pl.UTF-8
1507 Moduł PHP dodający obsługę sesji.
1508
1509 %package shmop
1510 Summary:        Shared Memory Operations extension module for PHP
1511 Summary(pl.UTF-8):      Moduł shmop dla PHP
1512 Group:          Libraries
1513 URL:            http://www.php.net/manual/en/book.shmop.php
1514 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1515 Provides:       php(shmop)
1516
1517 %description shmop
1518 This is a dynamic shared object (DSO) for PHP that will add Shared
1519 Memory Operations support.
1520
1521 %description shmop -l pl.UTF-8
1522 Moduł PHP umożliwiający korzystanie z pamięci dzielonej.
1523
1524 %package simplexml
1525 Summary:        Simple XML extension module for PHP
1526 Summary(pl.UTF-8):      Moduł prostego rozszerzenia XML dla PHP
1527 Group:          Libraries
1528 URL:            http://www.php.net/manual/en/book.simplexml.php
1529 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1530 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1531 Provides:       php(simplexml)
1532
1533 %description simplexml
1534 This is a dynamic shared object (DSO) for PHP that will add Simple XML
1535 support.
1536
1537 %description simplexml -l pl.UTF-8
1538 Moduł PHP dodający obsługę prostego XML-a.
1539
1540 %package snmp
1541 Summary:        SNMP extension module for PHP
1542 Summary(pl.UTF-8):      Moduł SNMP dla PHP
1543 Group:          Libraries
1544 URL:            http://www.php.net/manual/en/book.snmp.php
1545 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1546 Requires:       %{name}-sockets = %{epoch}:%{version}-%{release}
1547 Requires:       %{name}-spl = %{epoch}:%{version}-%{release}
1548 Provides:       php(snmp)
1549
1550 %description snmp
1551 This is a dynamic shared object (DSO) for PHP that will add SNMP
1552 support.
1553
1554 %description snmp -l pl.UTF-8
1555 Moduł PHP dodający obsługę SNMP.
1556
1557 %package soap
1558 Summary:        soap extension module for PHP
1559 Summary(pl.UTF-8):      Moduł soap dla PHP
1560 Group:          Libraries
1561 URL:            http://www.php.net/manual/en/book.soap.php
1562 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1563 Provides:       php(soap)
1564
1565 %description soap
1566 This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1567 support.
1568
1569 %description soap -l pl.UTF-8
1570 Moduł PHP dodający obsługę SOAP/WSDL.
1571
1572 %package sockets
1573 Summary:        sockets extension module for PHP
1574 Summary(pl.UTF-8):      Moduł socket dla PHP
1575 Group:          Libraries
1576 URL:            http://www.php.net/manual/en/book.sockets.php
1577 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1578 Provides:       php(sockets)
1579
1580 %description sockets
1581 This is a dynamic shared object (DSO) for PHP that will add sockets
1582 support.
1583
1584 %description sockets -l pl.UTF-8
1585 Moduł PHP dodający obsługę gniazdek.
1586
1587 %package spl
1588 Summary:        Standard PHP Library module for PHP
1589 Summary(pl.UTF-8):      Moduł biblioteki standardowej (Standard PHP Library) dla PHP
1590 Group:          Libraries
1591 URL:            http://php.net/manual/en/book.spl.php
1592 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1593 Requires:       %{name}-pcre = %{epoch}:%{version}-%{release}
1594 Requires:       %{name}-simplexml = %{epoch}:%{version}-%{release}
1595 Provides:       php(spl)
1596
1597 %description spl
1598 This is a dynamic shared object (DSO) for PHP that will add Standard
1599 PHP Library support.
1600
1601 %description spl -l pl.UTF-8
1602 Moduł PHP z biblioteką standardową PHP (SPL - Standard PHP Library).
1603
1604 %package sqlite3
1605 Summary:        SQLite3 extension module for PHP
1606 Summary(pl.UTF-8):      Moduł SQLite3 dla PHP
1607 Group:          Libraries
1608 URL:            http://php.net/manual/en/book.sqlite3.php
1609 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1610 Provides:       php(sqlite3) = %{sqlite3ver}
1611
1612 %description sqlite3
1613 SQLite is a C library that implements an embeddable SQL database
1614 engine. Programs that link with the SQLite library can have SQL
1615 database access without running a separate RDBMS process.
1616
1617 SQLite is not a client library used to connect to a big database
1618 server. SQLite is the server. The SQLite library reads and writes
1619 directly to and from the database files on disk.
1620
1621 %description sqlite3 -l pl.UTF-8
1622 SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1623 bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1624 dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1625 RDBMS.
1626
1627 SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1628 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1629 zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1630 dysku.
1631
1632 %package sybase-ct
1633 Summary:        Sybase-CT extension module for PHP
1634 Summary(pl.UTF-8):      Moduł Sybase-CT dla PHP
1635 Group:          Libraries
1636 URL:            http://www.php.net/manual/en/book.sybase.php
1637 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1638 Provides:       php(sybase-ct)
1639 Obsoletes:      php-sybase
1640
1641 %description sybase-ct
1642 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1643 MS SQL databases support through CT-lib.
1644
1645 %description sybase-ct -l pl.UTF-8
1646 Moduł PHP dodający obsługę baz danych Sybase oraz MS SQL poprzez
1647 CT-lib.
1648
1649 %package sysvmsg
1650 Summary:        SysV msg extension module for PHP
1651 Summary(pl.UTF-8):      Moduł SysV msg dla PHP
1652 Group:          Libraries
1653 URL:            http://www.php.net/manual/en/book.sem.php
1654 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1655 Provides:       php(sysvmsg)
1656
1657 %description sysvmsg
1658 This is a dynamic shared object (DSO) for PHP that will add SysV
1659 message queues support.
1660
1661 %description sysvmsg -l pl.UTF-8
1662 Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV.
1663
1664 %package sysvsem
1665 Summary:        SysV sem extension module for PHP
1666 Summary(pl.UTF-8):      Moduł SysV sem dla PHP
1667 Group:          Libraries
1668 URL:            http://www.php.net/manual/en/book.sem.php
1669 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1670 Provides:       php(sysvsem)
1671
1672 %description sysvsem
1673 This is a dynamic shared object (DSO) for PHP that will add SysV
1674 semaphores support.
1675
1676 %description sysvsem -l pl.UTF-8
1677 Moduł PHP umożliwiający korzystanie z semaforów SysV.
1678
1679 %package sysvshm
1680 Summary:        SysV shm extension module for PHP
1681 Summary(pl.UTF-8):      Moduł SysV shm dla PHP
1682 Group:          Libraries
1683 URL:            http://www.php.net/manual/en/book.shmop.php
1684 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1685 Provides:       php(sysvshm)
1686
1687 %description sysvshm
1688 This is a dynamic shared object (DSO) for PHP that will add SysV
1689 Shared Memory support.
1690
1691 %description sysvshm -l pl.UTF-8
1692 Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV.
1693
1694 %package tests
1695 Summary:        Contains unit test files for PHP and extensions
1696 Summary(pl.UTF-8):      Zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1697 Group:          Libraries
1698 URL:            http://qa.php.net/
1699 Requires:       %{name}-cli
1700
1701 %description tests
1702 This package contains unit tests for PHP and its extensions.
1703
1704 %description tests -l pl.UTF-8
1705 Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń.
1706
1707 %package tidy
1708 Summary:        Tidy extension module for PHP
1709 Summary(pl.UTF-8):      Moduł Tidy dla PHP
1710 Group:          Libraries
1711 URL:            http://www.php.net/manual/en/book.tidy.php
1712 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1713 Requires:       tidy
1714 Provides:       php(tidy)
1715
1716 %description tidy
1717 This is a dynamic shared object (DSO) for PHP that will add Tidy
1718 support.
1719
1720 %description tidy -l pl.UTF-8
1721 Moduł PHP umożliwiający korzystanie z tidy.
1722
1723 %package tokenizer
1724 Summary:        tokenizer extension module for PHP
1725 Summary(pl.UTF-8):      Moduł rozszerzenia tokenizer dla PHP
1726 Group:          Libraries
1727 URL:            http://www.php.net/manual/en/book.tokenizer.php
1728 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1729 Provides:       php(tokenizer)
1730
1731 %description tokenizer
1732 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1733 support.
1734
1735 %description tokenizer -l pl.UTF-8
1736 Moduł PHP dodający obsługę tokenizera do PHP.
1737
1738 %package wddx
1739 Summary:        wddx extension module for PHP
1740 Summary(pl.UTF-8):      Moduł wddx dla PHP
1741 Group:          Libraries
1742 URL:            http://www.php.net/manual/en/book.wddx.php
1743 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1744 # - wddx doesn't require session as it's disabled at compile time:
1745 #   if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
1746 #   see also php.spec#rev1.120.2.22
1747 #Requires:      %{name}-session = %{epoch}:%{version}-%{release}
1748 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1749 Provides:       php(wddx)
1750
1751 %description wddx
1752 This is a dynamic shared object (DSO) for PHP that will add wddx
1753 support.
1754
1755 %description wddx -l pl.UTF-8
1756 Moduł PHP umożliwiający korzystanie z wddx.
1757
1758 %package xml
1759 Summary:        XML extension module for PHP
1760 Summary(pl.UTF-8):      Moduł XML dla PHP
1761 Group:          Libraries
1762 URL:            http://www.php.net/manual/en/book.xml.php
1763 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1764 Provides:       php(xml)
1765
1766 %description xml
1767 This is a dynamic shared object (DSO) for PHP that will add XML
1768 support. This extension lets you create XML parsers and then define
1769 handlers for different XML events.
1770
1771 %description xml -l pl.UTF-8
1772 Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń
1773 związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i
1774 następnie definiować procedury obsługi dla różnych zdarzeń XML.
1775
1776 %package xmlreader
1777 Summary:        XML Reader extension module for PHP
1778 Summary(pl.UTF-8):      Moduł XML Reader dla PHP
1779 Group:          Libraries
1780 URL:            http://www.php.net/manual/en/book.xmlreader.php
1781 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1782 Suggests:       %{name}-dom = %{epoch}:%{version}-%{release}
1783 Provides:       php(xmlreader)
1784
1785 %description xmlreader
1786 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1787 support. The XMLReader extension is an XML Pull parser. The reader
1788 acts as a cursor going forward on the document stream and stopping at
1789 each node on the way.
1790
1791 %description xmlreader -l pl.UTF-8
1792 Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik
1793 działa jako kursor przechodzący przez strumień dokumentu i
1794 zatrzymujący się na każdym węźle po drodze.
1795
1796 %package xmlrpc
1797 Summary:        xmlrpc extension module for PHP
1798 Summary(pl.UTF-8):      Moduł xmlrpc dla PHP
1799 Group:          Libraries
1800 URL:            http://www.php.net/manual/en/book.xmlrpc.php
1801 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1802 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1803 Provides:       php(xmlrpc)
1804
1805 %description xmlrpc
1806 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1807 support.
1808
1809 %description xmlrpc -l pl.UTF-8
1810 Moduł PHP dodający obsługę XMLRPC.
1811
1812 %package xmlwriter
1813 Summary:        Fast, non-cached, forward-only means to write XML data
1814 Summary(pl.UTF-8):      Szybka, nie cachowana metoda zapisu danych w formacie XML
1815 Group:          Libraries
1816 URL:            http://www.php.net/manual/en/book.xmlwriter.php
1817 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1818 Provides:       php(xmlwriter)
1819 Obsoletes:      php-pecl-xmlwriter
1820
1821 %description xmlwriter
1822 This extension wraps the libxml xmlWriter API. Represents a writer
1823 that provides a non-cached, forward-only means of generating streams
1824 or files containing XML data.
1825
1826 %description xmlwriter -l pl.UTF-8
1827 To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
1828 zapisu dostarczającą nie cachowanych metod generowania strumieni lub
1829 plików zawierających dane XML.
1830
1831 %package xsl
1832 Summary:        xsl extension module for PHP
1833 Summary(pl.UTF-8):      Moduł xsl dla PHP
1834 Group:          Libraries
1835 URL:            http://www.php.net/manual/en/book.xsl.php
1836 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1837 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1838 Requires:       libxslt >= 1.0.18
1839 # actually not true, functionality is similar, but API differs
1840 Provides:       php(xsl)
1841 Obsoletes:      php-xslt <= 3:4.3.8-1
1842
1843 %description xsl
1844 This is a dynamic shared object (DSO) for PHP that will add new XSL
1845 support (using libxslt).
1846
1847 %description xsl -l pl.UTF-8
1848 Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt).
1849
1850 %package zip
1851 Summary:        Zip management extension
1852 Summary(pl.UTF-8):      Zarządzanie archiwami zip
1853 Group:          Libraries
1854 URL:            http://www.php.net/manual/en/book.zip.php
1855 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1856 %{?with_system_libzip:Requires: libzip >= 0.10.1-2}
1857 Provides:       php(zip) = %{zipver}
1858 Obsoletes:      php-pecl-zip < %{zipver}
1859
1860 %description zip
1861 Zip is an extension to create, modify and read zip files.
1862
1863 %description zip -l pl.UTF-8
1864 Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz
1865 odczyt archiwów zip.
1866
1867 %package zlib
1868 Summary:        Zlib extension module for PHP
1869 Summary(pl.UTF-8):      Moduł zlib dla PHP
1870 Group:          Libraries
1871 URL:            http://www.php.net/manual/en/book.zlib.php
1872 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1873 Provides:       php(zlib)
1874
1875 %description zlib
1876 This is a dynamic shared object (DSO) for PHP that will add zlib
1877 compression support to PHP.
1878
1879 %description zlib -l pl.UTF-8
1880 Moduł PHP umożliwiający używanie kompresji zlib.
1881
1882 %prep
1883 %setup -q -n %{orgname}-%{version}
1884 %patch0 -p1
1885 %patch1 -p1
1886 %patch2 -p1
1887 %patch3 -p1
1888 %patch4 -p1
1889 %patch5 -p1
1890 %patch6 -p1
1891 %patch8 -p1
1892 %patch9 -p1
1893 %patch7 -p1
1894 cp -p php.ini-production php.ini
1895 %patch10 -p1
1896 %if %{with type_hints}
1897 %patch12 -p0
1898 %endif
1899 %patch14 -p1
1900 %patch17 -p1
1901 %patch18 -p1
1902 %if %{with system_gd}
1903 %patch19 -p1
1904 %endif
1905 %patch20 -p1
1906 %patch21 -p1
1907 %patch22 -p1
1908 %patch23 -p1
1909 %patch24 -p1
1910 %patch25 -p1
1911 %patch26 -p1
1912 %patch27 -p1
1913 %patch29 -p1
1914 %patch31 -p1
1915 %if "%{pld_release}" != "ac"
1916 %patch34 -p1
1917 %endif
1918 %patch35 -p1
1919 %patch36 -p1
1920 %patch37 -p1
1921 %patch38 -p1
1922 %patch39 -p1
1923 %if %{with fpm}
1924 %patch41 -p1
1925 %patch42 -p1
1926 %endif
1927 %patch43 -p1
1928 %patch44 -p1
1929 #%patch45 -p1 # imap annotations. fixme
1930 #%patch46 -p1 # imap myrights. fixme
1931 %if %{with suhosin}
1932 %patch47 -p1
1933 %patch68 -p1
1934 %endif
1935 %patch50 -p1
1936 %patch51 -p1
1937 %patch52 -p1
1938 %patch53 -p1
1939 %undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
1940 %patch55 -p1
1941 %patch59 -p1
1942 %patch60 -p1
1943 %patch62 -p1
1944 %patch63 -p1
1945 %{?with_system_libzip:%patch65 -p1}
1946 %patch66 -p1
1947 %patch67 -p1
1948 %patch70 -p1
1949
1950 %ifarch x32
1951 # asm part of zend_operators.h of php-5.5
1952 %patch71 -p1
1953 %endif
1954
1955 %{__sed} -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
1956
1957 # cleanup backups after patching
1958 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1959
1960 # conflict seems to be resolved by recode patches
1961 %{__rm} ext/recode/config9.m4
1962
1963 # remove all bundled libraries not to link with them accidentally
1964 %{__rm} -r ext/sqlite3/libsqlite
1965 #%{__rm} -r ext/bcmath/libbcmath
1966 #%{__rm} -r ext/date/lib
1967 #%{__rm} -r ext/fileinfo/libmagic
1968 #%{__rm} -r ext/dba/libcdb
1969 #%{__rm} -r ext/dba/libflatfile
1970 #%{__rm} -r ext/dba/libinifile
1971 #%{__rm} -r ext/gd/libgd
1972 #%{__rm} -r ext/mbstring/libmbfl
1973 #%{__rm} -r ext/mbstring/oniguruma
1974 %{__rm} -r ext/pcre/pcrelib
1975 #%{__rm} -r ext/soap/interop
1976 %{__rm} -r ext/xmlrpc/libxmlrpc
1977 #%{__rm} -r ext/zip/lib
1978
1979 cp -pf Zend/LICENSE{,.Zend}
1980 install -p %{SOURCE13} dep-tests.sh
1981
1982 # breaks build
1983 sed -i -e 's#-fvisibility=hidden##g' configure*
1984
1985 # disable broken tests
1986 # says just "Terminated" twice and fails
1987 mv sapi/cli/tests/022.phpt{,.broken}
1988
1989 # really dumb test, executable binary name is .libs/ something when building
1990 # https://bugs.php.net/bug.php?id=54514
1991 mv tests/basic/bug54514.phpt{,.disable}
1992
1993 # breaks whole testsuite unexpectedly:
1994 # Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
1995 # probably broken as zlib is built as shared
1996 mv ext/soap/tests/server019.phpt{,disable}
1997 # Fatal error: Call to undefined function gzcompress() in run-tests.php on line 1728
1998 mv ext/soap/tests/server020.phpt{,disable}
1999
2000 # runs out of memory and kills carme vserver
2001 # PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt]
2002 mv Zend/tests/bug39438.phpt{,.disable}
2003
2004 # php-5.3.3/ext/standard/tests/file/statpage.phpt
2005 %{__rm} ext/standard/tests/file/statpage.phpt
2006
2007 # idiotic test, it will fail if somebody else makes space on disk or if disk
2008 # space is not yet allocated (xfs). report upstream to advice bogus test is
2009 # probably pointless.
2010 %{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2011
2012 %ifarch %{x8664}
2013 # all pdo_sqlite, sqlite3 tests die with Aborted on carme
2014 %{__rm} -r ext/pdo_sqlite/tests
2015 %{__rm} -r ext/sqlite3/tests
2016 %endif
2017
2018 # skip XFAILs
2019 # no point testing stuff that is knowingly broken
2020 find -name '*.phpt' | xargs grep XFAIL -l | xargs rm -v
2021
2022 env \
2023 %ifarch %{ix86}
2024 ix86= x8664=:
2025 %endif
2026 %ifarch %{x8664}
2027 ix86=: x8664= \
2028 %endif
2029 %ifarch x32
2030 ix86=: x8664=: \
2031 %endif
2032         sh -xe %{_sourcedir}/skip-tests.sh
2033
2034 %build
2035 API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
2036 if [ $API != %{php_api_version} ]; then
2037         echo "Set %%define php_api_version to $API and re-run."
2038         exit 1
2039 fi
2040
2041 API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
2042 if [ $API != %{zend_module_api} ]; then
2043         echo "Set %%define zend_module_api to $API and re-run."
2044         exit 1
2045 fi
2046
2047 API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2048 if [ $API != %{zend_extension_api} ]; then
2049         echo "Set %%define zend_extension_api to $API and re-run."
2050         exit 1
2051 fi
2052
2053 # Check for some extension version
2054 ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2055 if test "$ver" != "%{fileinfover}"; then
2056         : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2057         : Update the fileinfover macro and rebuild.
2058         exit 1
2059 fi
2060 ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2061 if test "$ver" != "%{pharver}"; then
2062         : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2063         : Update the pharver macro and rebuild.
2064         exit 1
2065 fi
2066 ver=$(sed -n '/#define PHP_SQLITE3_VERSION/{s/.* "//;s/".*$//;p}' ext/sqlite3/php_sqlite3.h)
2067 if test "$ver" != "%{sqlite3ver}"; then
2068         : Error: Upstream Sqlite3 version is now ${ver}, expecting %{sqlite3ver}.
2069         : Update the sqlite3ver macro and rebuild.
2070         exit 1
2071 fi
2072 ver=$(sed -n '/#define PHP_ZIP_VERSION_STRING /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
2073 if test "$ver" != "%{zipver}"; then
2074         : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2075         : Update the zipver macro and rebuild.
2076         exit 1
2077 fi
2078 ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2079 if test "$ver" != "%{jsonver}"; then
2080         : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2081         : Update the jsonver macro and rebuild.
2082         exit 1
2083 fi
2084 ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2085 if test "$ver" != "%{bz2ver}"; then
2086         : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2087         : Update the bz2ver macro and rebuild.
2088         exit 1
2089 fi
2090 ver=$(sed -n '/#define PHP_ENCHANT_VERSION /{s/.* "//;s/".*$//;p}' ext/enchant/php_enchant.h)
2091 if test "$ver" != "%{enchantver}"; then
2092         : Error: Upstream Enchant version is now ${ver}, expecting %{enchantver}.
2093         : Update the enchantver macro and rebuild.
2094         exit 1
2095 fi
2096 ver=$(awk '/#define PHP_HASH_EXTVER/ {print $3}' ext/hash/php_hash.h | xargs)
2097 if test "$ver" != "%{hashver}"; then
2098         : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2099         : Update the hashver macro and rebuild.
2100         exit 1
2101 fi
2102 ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2103 if test "$ver" != "%{intlver}"; then
2104         : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2105         : Update the intlver macro and rebuild.
2106         exit 1
2107 fi
2108
2109 export EXTENSION_DIR="%{php_extensiondir}"
2110 # configure once (for faster debugging purposes)
2111 if [ ! -f _built-conf ]; then
2112         # now remove Makefile copies
2113         rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed}
2114         %{__libtoolize}
2115         %{__aclocal}
2116         cp -f /usr/share/automake/config.* .
2117         ./buildconf --force
2118         touch _built-conf
2119 fi
2120 export PROG_SENDMAIL="/usr/lib/sendmail"
2121 export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
2122         -I%{_includedir}/xmlrpc-epi"
2123
2124 sapis="
2125 cli
2126 %if %{with cgi}
2127 cgi-fcgi
2128 %endif
2129 %if %{with litespeed}
2130 litespeed
2131 %endif
2132 %if %{with fpm}
2133 fpm
2134 %endif
2135 %if %{with embed}
2136 embed
2137 %endif
2138 %if %{with apache1}
2139 apxs1
2140 %endif
2141 %if %{with apache2}
2142 apxs2
2143 %endif
2144 "
2145 for sapi in $sapis; do
2146         : SAPI $sapi
2147         # skip if already configured (for faster debugging purposes)
2148         [ -f Makefile.$sapi ] && continue
2149
2150         sapi_args=''
2151         case $sapi in
2152         cgi-fcgi)
2153                 sapi_args='--disable-cli'
2154         ;;
2155         cli)
2156                 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2157         ;;
2158         fpm)
2159                 sapi_args='--disable-cli --enable-fpm'
2160                 ;;
2161         embed)
2162                 sapi_args='--disable-cli --enable-embed'
2163                 ;;
2164         apxs1)
2165                 ver=$(rpm -q --qf '%{V}' apache1-devel)
2166                 sapi_args="--disable-cli --with-apxs=%{apxs1} --with-apache-version=$ver"
2167         ;;
2168         apxs2)
2169                 ver=$(rpm -q --qf '%{V}' apache-devel)
2170                 sapi_args="--disable-cli --with-apxs2=%{apxs2} --with-apache-version=$ver"
2171         ;;
2172         litespeed)
2173                 sapi_args='--with-litespeed'
2174         ;;
2175         esac
2176
2177         %configure \
2178         EXTRA_LDFLAGS="%{rpmldflags}" \
2179         $sapi_args \
2180 %if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2181         --cache-file=config.cache \
2182 %endif
2183         --with-libdir=%{_lib} \
2184         --with-config-file-path=%{_sysconfdir} \
2185         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
2186         --with-system-tzdata \
2187         --%{!?debug:dis}%{?debug:en}able-debug \
2188         %{?with_zts:--enable-maintainer-zts} \
2189         --enable-inline-optimization \
2190         --enable-bcmath=shared \
2191         --enable-calendar=shared \
2192         --enable-ctype=shared \
2193         --enable-dba=shared \
2194         --enable-dom=shared \
2195         --enable-exif=shared \
2196         --enable-fileinfo=shared \
2197         --enable-ftp=shared \
2198         --enable-gd-native-ttf \
2199         %{?with_intl:--enable-intl=shared} \
2200         --enable-libxml \
2201         --enable-mbstring=shared,all \
2202         --enable-mbregex \
2203         --enable-pcntl=shared \
2204         --enable-pdo=shared \
2205         --enable-json=shared \
2206         --enable-hash=shared \
2207         --enable-xmlwriter=shared \
2208 %if %{with fpm}
2209         --with-fpm-user=http \
2210         --with-fpm-group=http \
2211 %endif
2212 %if %{with mssql} || %{with sybase_ct}
2213         --with-pdo-dblib=shared \
2214 %endif
2215 %if %{with interbase} && %{without interbase_inst}
2216         --with-pdo-firebird=shared,/usr \
2217 %endif
2218         %{?with_mhash:--with-mhash=yes} \
2219         --with-mysql-sock=/var/lib/mysql/mysql.sock \
2220         --with-pdo-mysql=shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd} \
2221         %{?with_oci:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2222         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2223         %{?with_pgsql:--with-pdo-pgsql=shared} \
2224         %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
2225         %{?with_webp:--with-vpx-dir=/usr} \
2226         --without-libexpat-dir \
2227         --enable-posix=shared \
2228         --enable-shared \
2229         --enable-session=shared \
2230         --enable-shmop=shared \
2231         --enable-simplexml=shared \
2232         --enable-sysvmsg=shared \
2233         --enable-sysvsem=shared \
2234         --enable-sysvshm=shared \
2235         --enable-soap=shared \
2236         --enable-sockets=shared \
2237         --enable-tokenizer=shared \
2238         %{?with_wddx:--enable-wddx=shared} \
2239         --enable-xml=shared \
2240         --enable-xmlreader=shared \
2241         --with-bz2=shared \
2242         %{__with_without curl curl shared} \
2243         --with-db4 \
2244         --with-iconv=shared \
2245         %{?with_enchant:--with-enchant=shared,/usr} \
2246         --with-freetype-dir=shared \
2247         --with-gettext=shared \
2248         --with-gd=shared%{?with_system_gd:,/usr} \
2249         --with-gdbm \
2250         --with-gmp=shared \
2251         %{?with_imap:--with-imap=shared --with-imap-ssl} \
2252         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2253         --with-jpeg-dir=/usr \
2254         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
2255         --with-mcrypt=shared \
2256         %{?with_mm:--with-mm} \
2257         %{?with_mssql:--with-mssql=shared} \
2258         %{?with_mysqlnd:--enable-mysqlnd=shared} \
2259         --with-mysql=shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd} \
2260         %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
2261         %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
2262         %{?with_openssl:--with-openssl=shared} \
2263         %{?with_kerberos5:--with-kerberos} \
2264         --with-tcadb=/usr \
2265         %{__with_without pcre pcre-regex /usr} \
2266         %{__enable_disable filter filter shared} \
2267         --with-pear=%{php_pear_dir} \
2268         %{__with_without pgsql pgsql shared,/usr} \
2269         %{__enable_disable phar phar shared} \
2270         --with-png-dir=/usr \
2271         %{?with_pspell:--with-pspell=shared} \
2272         --with-readline=shared \
2273         %{?with_recode:--with-recode=shared} \
2274         --with-regex=system \
2275         %{?with_snmp:--with-snmp=shared} \
2276         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
2277         %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2278         %{__with_without sqlite3 sqlite3 shared,/usr} \
2279         --with-t1lib=shared \
2280         %{?with_tidy:--with-tidy=shared} \
2281         %{?with_odbc:--with-unixODBC=shared,/usr} \
2282         %{__with_without xmlrpc xmlrpc shared,/usr} \
2283         --with-xsl=shared \
2284         --with-zlib=shared \
2285         --with-zlib-dir=shared,/usr \
2286         %{?with_system_libzip:--with-libzip} \
2287         --enable-zip=shared,/usr \
2288
2289         # save for debug
2290         cp -f Makefile Makefile.$sapi
2291         cp -f main/php_config.h php_config.h.$sapi
2292         cp -f config.log config.log.$sapi
2293 done
2294
2295 # as we build each SAPI in own make, adjust php-config.in forehead
2296 sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2297 %{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
2298
2299 # must make libphp_common first, so modules can link against it.
2300 cp -af php_config.h.cli main/php_config.h
2301 cp -af Makefile.cli Makefile
2302 %{__make} libphp_common.la
2303 %{__make} build-modules
2304
2305 %if %{with apache1}
2306 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
2307 %endif
2308
2309 %if %{with apache2}
2310 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
2311 %endif
2312
2313 %if %{with litespeed}
2314 %{__make} -f Makefile.litespeed
2315 %endif
2316
2317 # CGI/FCGI
2318 %if %{with cgi}
2319 cp -pf php_config.h.cgi-fcgi main/php_config.h
2320 %{__make} -f Makefile.cgi-fcgi
2321 [ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
2322 %endif
2323
2324 # PHP FPM
2325 %if %{with fpm}
2326 cp -pf php_config.h.fpm main/php_config.h
2327 %{__make} -f Makefile.fpm
2328 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
2329 %endif
2330
2331 # CLI
2332 cp -pf php_config.h.cli main/php_config.h
2333 %{__make} -f Makefile.cli
2334 [ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
2335
2336 # check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2337 ./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"]));'
2338
2339 # Generate stub .ini files for each extension
2340 rm -rf conf.d
2341 install -d conf.d
2342 generate_inifiles() {
2343         for so in modules/*.so; do
2344                 mod=$(basename $so .so)
2345                 conf="$mod.ini"
2346                 # xml needs to be loaded before wddx
2347                 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2348                 # pre needs to be loaded before SPL
2349                 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2350                 # spl needs to be loaded before mysqli
2351                 [ "$mod" = "spl" ] && conf="SPL.ini"
2352                 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2353                 [ "$mod" = "session" ] && conf="Session.ini"
2354                 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2355                 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2356                 echo "+ $conf"
2357                 cat > conf.d/$conf <<-EOF
2358                         ; Enable $mod extension module
2359                         extension=$mod.so
2360                 EOF
2361         done
2362 }
2363 generate_inifiles
2364
2365 # Check that the module inner-dependencies are intact
2366 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2367 if grep -v OK dep-tests.log; then
2368         echo >&2 "The results above were not expected"
2369         exit 1
2370 fi
2371
2372 %if %{with gcov}
2373 # Use CLI SAPI
2374 cp -pf php_config.h.cli main/php_config.h
2375 cp -pf Makefile.cli Makefile
2376 %{__make} lcov
2377 # you really don't want to package result of gcov build
2378 exit 1
2379 %endif
2380
2381 cat <<'EOF' > run-tests.sh
2382 #!/bin/sh
2383 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2384 unset TZ LANG LC_ALL || :
2385 %{__make} test \
2386         EXTENSION_DIR=modules \
2387         PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2388         RUN_TESTS_SETTINGS="-q $*"
2389 EOF
2390 chmod +x run-tests.sh
2391
2392 %if %{with tests}
2393 # Run tests, using the CLI SAPI
2394 cp -pf php_config.h.cli main/php_config.h
2395 cp -pf Makefile.cli Makefile
2396
2397 ./run-tests.sh -w failed.log -s tests.log
2398
2399 # collect failed tests into cleanup script used in prep.
2400 sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2401 sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
2402         >> %{_sourcedir}/skip-tests.sh
2403
2404 # if on builders, dump test log
2405 tty -q || cat tests.log
2406
2407 test ! -s failed.log
2408 %endif
2409
2410 %install
2411 rm -rf $RPM_BUILD_ROOT
2412 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2413         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2414         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2415         $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2416
2417 cp -pf php_config.h.cli main/php_config.h
2418 cp -pf Makefile.cli Makefile
2419 %{__make} install -j1 \
2420         phpbuilddir=%{_libdir}/%{name}/build \
2421         INSTALL_ROOT=$RPM_BUILD_ROOT
2422
2423 # version the .phar files
2424 mv $RPM_BUILD_ROOT%{_bindir}/phar{,%{ver_suffix}}.phar
2425 mv $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{ver_suffix}}.1
2426 # touch for ghost
2427 %{__rm} $RPM_BUILD_ROOT%{_bindir}/phar
2428 touch $RPM_BUILD_ROOT%{_bindir}/phar
2429 touch $RPM_BUILD_ROOT%{_mandir}/man1/phar.1
2430
2431 # version suffix
2432 v=$(echo %{version} | cut -d. -f1-2)
2433
2434 # install Apache1 DSO module
2435 %if %{with apache1}
2436 libtool --mode=install install -p sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
2437 mv $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5{,-$v}.so
2438 ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache1/mod_php.so
2439 %endif
2440
2441 # install Apache2 DSO module
2442 %if %{with apache2}
2443 libtool --mode=install install -p sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache
2444 mv $RPM_BUILD_ROOT%{_libdir}/apache/libphp5{,-$v}.so
2445 ln -s libphp5-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/mod_php.so
2446 %endif
2447
2448 # install litespeed sapi
2449 %if %{with litespeed}
2450 libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
2451 %endif
2452
2453 libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
2454
2455 # install CGI/FCGI
2456 %if %{with cgi}
2457 # install-cgi
2458 libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2459 ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
2460 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
2461 %endif
2462
2463 # install FCGI PM
2464 %if %{with fpm}
2465 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir}}
2466 libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2467 cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
2468 cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
2469 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
2470 install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
2471 install -d $RPM_BUILD_ROOT/etc/logrotate.d
2472 cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2473 %if "%{pld_release}" == "ac"
2474 %{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2475 %endif
2476
2477 %{__sed} -i -e '
2478         s#/usr/lib/php#%{php_extensiondir}#
2479         s#/etc/php#%{_sysconfdir}#
2480         s#@processname@#%{name}-fpm#g
2481 ' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf}
2482 %endif
2483
2484 # install Embedded API
2485 %if %{with embed}
2486 %{__make} -f Makefile.embed install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT
2487 # we could use install-headers from Makefile.embed, but that would reinstall all headers
2488 install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2489 cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
2490 %endif
2491
2492 # install CLI
2493 # versioned suffix is always installed
2494 libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2495 cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2496 echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2497 ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
2498
2499 cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
2500 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
2501
2502 %if %{with apache1}
2503 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
2504 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
2505 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
2506 %endif
2507
2508 %if %{with apache2}
2509 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2510 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
2511 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
2512 %endif
2513
2514 # ensure that paths are correct for current php version and arch
2515 grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
2516 %{__sed} -i -e '
2517         s#/usr/lib/php#%{php_extensiondir}#
2518         s#/etc/php#%{_sysconfdir}#
2519 '
2520
2521 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2522 cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
2523
2524 # per SAPI ini directories
2525 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2526
2527 # for CLI SAPI only
2528 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2529
2530 # use system automake and {lib,sh}tool
2531 ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2532 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2533 for fn in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2534         f=%{_aclocaldir}/$fn
2535         test -f $f || continue
2536         ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2537 done
2538 for fn in ltmain.sh config/ltmain.sh build-aux/ltmain.sh; do
2539         f=/usr/share/libtool/$fn
2540         test -f $f || continue
2541         ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2542         break
2543 done
2544 sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
2545
2546 # for php-pecl-mailparse
2547 install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2548 cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
2549
2550 # tests
2551 install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2552 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2553 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2554
2555 # fix install paths, avoid evil rpaths
2556 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
2557 %if %{with embed}
2558 # libphp5.la contains our buildroot in dependency_libs
2559 sed -i -e "/dependency_libs/ s,/[^ ]*/libs/libphp_common.la,%{_libdir}/libphp_common.la," $RPM_BUILD_ROOT%{_libdir}/libphp5.la
2560 %endif
2561 # better solution?
2562 sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
2563
2564 %clean
2565 rm -rf $RPM_BUILD_ROOT
2566
2567 %post -n apache1-mod_%{name}
2568 if [ "$1" = "1" ]; then
2569         %service -q apache restart
2570 fi
2571
2572 %postun -n apache1-mod_%{name}
2573 if [ "$1" = "0" ]; then
2574         %service -q apache restart
2575 fi
2576
2577 %post -n apache-mod_%{name}
2578 if [ "$1" = "1" ]; then
2579         %service -q httpd restart
2580 fi
2581
2582 %postun -n apache-mod_%{name}
2583 if [ "$1" = "0" ]; then
2584         %service -q httpd restart
2585 fi
2586
2587 %pre fpm
2588 %useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2589
2590 %post fpm
2591 /sbin/chkconfig --add %{name}-fpm
2592 %service %{name}-fpm restart
2593
2594 %preun fpm
2595 if [ "$1" = 0 ]; then
2596         %service %{name}-fpm stop
2597         /sbin/chkconfig --del %{name}-fpm
2598 fi
2599
2600 %postun fpm
2601 if [ "$1" = "0" ]; then
2602         %userremove http
2603 fi
2604
2605 %post   embedded -p /sbin/ldconfig
2606 %postun embedded -p /sbin/ldconfig
2607
2608 %post common
2609 # PHP 5.3 requires timezone being setup, try setup it from tzdata
2610 if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2611         TIMEZONE=
2612         . /etc/sysconfig/timezone
2613         if [ "$TIMEZONE" ]; then
2614                 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
2615         fi
2616 fi
2617
2618 %posttrans common
2619 # minimizing apache restarts logics. we restart webserver:
2620 #
2621 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2622 # 2. first install of extension (post: $1 = 1)
2623 # 2. uninstall of extension (postun: $1 == 0)
2624 #
2625 # the strict internal deps between extensions (and apache modules) and
2626 # common package are very important for all this to work.
2627
2628 # restart webserver at the end of transaction
2629 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2630 [ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2631
2632 %triggerpostun common -- %{name}-common < 4:5.4.36-2, php-common < 4:5.4.36-2
2633 # switch to browscap package if the ini file has original value
2634 %{__sed} -i -e 's#%{_sysconfdir}/browscap.ini#/usr/share/browscap/php_browscap.ini#' %{_sysconfdir}/php.ini
2635 # disable browscap, if optional package not present
2636 if [ ! -e /usr/share/browscap/php_browscap.ini ]; then
2637         %{__sed} -i -e 's#^browscap = /usr/share/browscap/php_browscap.ini#;&#' %{_sysconfdir}/php.ini
2638 fi
2639
2640 %triggerpostun -n apache1-mod_%{name} -- apache1-mod_%{name} < 4:5.4.45-2
2641 sed -i -e 's#modules/libphp5.so#modules/mod_php.so#g' /etc/apache/conf.d/*_mod_php.conf
2642
2643 %triggerpostun -n apache-mod_%{name} -- apache-mod_%{name} < 4:5.4.45-2
2644 sed -i -e 's#modules/libphp[57].so#modules/mod_php.so#g' /etc/httpd/conf.d/*_mod_php.conf
2645
2646 # common macros called at extension post/postun scriptlet
2647 %define ext_post \
2648 if [ "$1" = "1" ]; then \
2649         %php_webserver_restart \
2650 fi \
2651 %{nil}
2652
2653 %define ext_postun \
2654 if [ "$1" = "0" ]; then \
2655         %php_webserver_restart \
2656 fi \
2657 %{nil}
2658
2659 %define extension_scripts() \
2660 %post %1 \
2661 %ext_post \
2662 \
2663 %postun %1 \
2664 %ext_postun \
2665 %{nil}
2666
2667 # extension scripts defines
2668 %extension_scripts bcmath
2669 %extension_scripts bz2
2670 %extension_scripts calendar
2671 %extension_scripts ctype
2672 %extension_scripts curl
2673 %extension_scripts dba
2674 %extension_scripts dom
2675 %extension_scripts enchant
2676 %extension_scripts exif
2677 %extension_scripts fileinfo
2678 %extension_scripts filter
2679 %extension_scripts ftp
2680 %extension_scripts gd
2681 %extension_scripts gettext
2682 %extension_scripts gmp
2683 %extension_scripts hash
2684 %extension_scripts iconv
2685 %extension_scripts imap
2686 %extension_scripts interbase
2687 %extension_scripts intl
2688 %extension_scripts json
2689 %extension_scripts ldap
2690 %extension_scripts mbstring
2691 %extension_scripts mcrypt
2692 %extension_scripts mssql
2693 %extension_scripts mysql
2694 %extension_scripts mysqli
2695 %extension_scripts mysqlnd
2696 %extension_scripts oci8
2697 %extension_scripts odbc
2698 %extension_scripts openssl
2699 %extension_scripts pcre
2700 %extension_scripts pdo
2701 %extension_scripts pdo-dblib
2702 %extension_scripts pdo-firebird
2703 %extension_scripts pdo-oci
2704 %extension_scripts pdo-mysql
2705 %extension_scripts pdo-odbc
2706 %extension_scripts pdo-pgsql
2707 %extension_scripts pdo-sqlite
2708 %extension_scripts pgsql
2709 %extension_scripts pcntl
2710 %extension_scripts posix
2711 %extension_scripts pspell
2712 %extension_scripts recode
2713 %extension_scripts session
2714 %extension_scripts shmop
2715 %extension_scripts simplexml
2716 %extension_scripts snmp
2717 %extension_scripts soap
2718 %extension_scripts sockets
2719 %extension_scripts spl
2720 %extension_scripts sqlite3
2721 %extension_scripts sybase-ct
2722 %extension_scripts sysvmsg
2723 %extension_scripts sysvsem
2724 %extension_scripts sysvshm
2725 %extension_scripts tidy
2726 %extension_scripts tokenizer
2727 %extension_scripts wddx
2728 %extension_scripts xml
2729 %extension_scripts xmlreader
2730 %extension_scripts xmlrpc
2731 %extension_scripts xmlwriter
2732 %extension_scripts xsl
2733 %extension_scripts zip
2734 %extension_scripts zlib
2735
2736 %post phar
2737 %ext_post
2738 update-alternatives \
2739         --install %{_bindir}/phar phar %{_bindir}/phar%{ver_suffix}.phar %{ver_suffix} \
2740         --slave %{_mandir}/man1/phar.1 phar.1 %{_mandir}/man1/phar%{ver_suffix}.1* || :
2741
2742 %postun phar
2743 %ext_postun
2744 if [ $1 -eq 0 ]; then
2745         update-alternatives --remove phar %{_bindir}/phar || :
2746 fi
2747
2748 %if %{with apache1}
2749 %files -n apache1-mod_%{name}
2750 %defattr(644,root,root,755)
2751 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2752 %dir %{_sysconfdir}/apache.d
2753 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2754 %attr(755,root,root) %{_libdir}/apache1/mod_php.so
2755 %attr(755,root,root) %{_libdir}/apache1/libphp5-*.*.so
2756 %endif
2757
2758 %if %{with apache2}
2759 %files -n apache-mod_%{name}
2760 %defattr(644,root,root,755)
2761 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2762 %dir %{_sysconfdir}/apache2handler.d
2763 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2764 %attr(755,root,root) %{_libdir}/apache/mod_php.so
2765 %attr(755,root,root) %{_libdir}/apache/libphp5-*.*.so
2766 %endif
2767
2768 %if %{with litespeed}
2769 %files litespeed
2770 %defattr(644,root,root,755)
2771 %attr(755,root,root) %{_sbindir}/%{name}.litespeed
2772 %endif
2773
2774 %if %{with cgi}
2775 %files cgi
2776 %defattr(644,root,root,755)
2777 %dir %{_sysconfdir}/cgi-fcgi.d
2778 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2779 %attr(755,root,root) %{_bindir}/%{name}.cgi
2780 %attr(755,root,root) %{_bindir}/%{name}.fcgi
2781 %endif
2782
2783 %if %{with embed}
2784 %files embedded
2785 %defattr(644,root,root,755)
2786 %attr(755,root,root) %{_libdir}/libphp5-%{version}.so
2787 %endif
2788
2789 %files cli
2790 %defattr(644,root,root,755)
2791 %dir %{_sysconfdir}/cli.d
2792 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2793 %attr(755,root,root) %{_bindir}/php%{ver_suffix}
2794 %{_mandir}/man1/php%{ver_suffix}.1*
2795
2796 %files program
2797 %defattr(644,root,root,755)
2798 %attr(755,root,root) %{_bindir}/php
2799 %{_mandir}/man1/php.1*
2800
2801 %if %{with fpm}
2802 %files fpm
2803 %defattr(644,root,root,755)
2804 %doc sapi/fpm/{CREDITS,LICENSE}
2805 %dir %{_sysconfdir}/fpm.d
2806 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
2807 %attr(755,root,root) %{_sbindir}/%{name}-fpm
2808 %{_mandir}/man8/%{name}-fpm.8*
2809 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
2810 %attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
2811 %endif
2812
2813 %files common
2814 %defattr(644,root,root,755)
2815 %doc CREDITS EXTENSIONS LICENSE NEWS README.{PHP4-TO-PHP5-THIN-CHANGES,namespaces} UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
2816 %dir %{_sysconfdir}
2817 %dir %{_sysconfdir}/conf.d
2818 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2819 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2820 %dir %{php_extensiondir}
2821
2822 %doc ext/session/mod_files.sh
2823
2824 %files devel
2825 %defattr(644,root,root,755)
2826 %doc CODING_STANDARDS README.{EXTENSIONS,EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
2827 %attr(755,root,root) %{_bindir}/phpize
2828 %attr(755,root,root) %{_bindir}/php-config
2829 %attr(755,root,root) %{_libdir}/libphp_common.so
2830 %{_libdir}/libphp_common.la
2831 %{_includedir}/php
2832 %{_libdir}/%{name}/build
2833 %{_mandir}/man1/php-config.1*
2834 %{_mandir}/man1/phpize.1*
2835 %if %{with embed}
2836 # embedded
2837 %{_libdir}/libphp5.so
2838 %{_libdir}/libphp5.la
2839 %endif
2840
2841 %files bcmath
2842 %defattr(644,root,root,755)
2843 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2844 %attr(755,root,root) %{php_extensiondir}/bcmath.so
2845
2846 %files bz2
2847 %defattr(644,root,root,755)
2848 %doc ext/bz2/CREDITS
2849 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2850 %attr(755,root,root) %{php_extensiondir}/bz2.so
2851
2852 %files calendar
2853 %defattr(644,root,root,755)
2854 %doc ext/calendar/CREDITS
2855 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2856 %attr(755,root,root) %{php_extensiondir}/calendar.so
2857
2858 %files ctype
2859 %defattr(644,root,root,755)
2860 %doc ext/calendar/CREDITS
2861 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2862 %attr(755,root,root) %{php_extensiondir}/ctype.so
2863
2864 %if %{with curl}
2865 %files curl
2866 %defattr(644,root,root,755)
2867 %doc ext/curl/CREDITS
2868 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2869 %attr(755,root,root) %{php_extensiondir}/curl.so
2870 %endif
2871
2872 %files dba
2873 %defattr(644,root,root,755)
2874 %doc ext/dba/{CREDITS,README}
2875 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2876 %attr(755,root,root) %{php_extensiondir}/dba.so
2877
2878 %files dom
2879 %defattr(644,root,root,755)
2880 %doc ext/dom/{CREDITS,TODO}
2881 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2882 %attr(755,root,root) %{php_extensiondir}/dom.so
2883
2884 %if %{with enchant}
2885 %files enchant
2886 %defattr(644,root,root,755)
2887 %doc ext/enchant/{CREDITS,docs/examples}
2888 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
2889 %attr(755,root,root) %{php_extensiondir}/enchant.so
2890 %endif
2891
2892 %files exif
2893 %defattr(644,root,root,755)
2894 %doc ext/exif/CREDITS
2895 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2896 %attr(755,root,root) %{php_extensiondir}/exif.so
2897
2898 %files fileinfo
2899 %defattr(644,root,root,755)
2900 %doc ext/fileinfo/CREDITS
2901 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
2902 %attr(755,root,root) %{php_extensiondir}/fileinfo.so
2903
2904 %if %{with filter}
2905 %files filter
2906 %defattr(644,root,root,755)
2907 %doc ext/filter/{CREDITS,docs/*}
2908 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
2909 %attr(755,root,root) %{php_extensiondir}/filter.so
2910 %endif
2911
2912 %files ftp
2913 %defattr(644,root,root,755)
2914 %doc ext/ftp/CREDITS
2915 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2916 %attr(755,root,root) %{php_extensiondir}/ftp.so
2917
2918 %files gd
2919 %defattr(644,root,root,755)
2920 %doc ext/gd/CREDITS
2921 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2922 %attr(755,root,root) %{php_extensiondir}/gd.so
2923
2924 %files gettext
2925 %defattr(644,root,root,755)
2926 %doc ext/gettext/CREDITS
2927 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2928 %attr(755,root,root) %{php_extensiondir}/gettext.so
2929
2930 %files gmp
2931 %defattr(644,root,root,755)
2932 %doc ext/gmp/{CREDITS,README,TODO}
2933 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2934 %attr(755,root,root) %{php_extensiondir}/gmp.so
2935
2936 %files hash
2937 %defattr(644,root,root,755)
2938 %doc ext/hash/{CREDITS,README}
2939 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
2940 %attr(755,root,root) %{php_extensiondir}/hash.so
2941
2942 %files iconv
2943 %defattr(644,root,root,755)
2944 %doc ext/iconv/CREDITS
2945 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2946 %attr(755,root,root) %{php_extensiondir}/iconv.so
2947
2948 %if %{with imap}
2949 %files imap
2950 %defattr(644,root,root,755)
2951 %doc ext/imap/CREDITS
2952 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2953 %attr(755,root,root) %{php_extensiondir}/imap.so
2954 %endif
2955
2956 %if %{with interbase}
2957 %files interbase
2958 %defattr(644,root,root,755)
2959 %doc ext/interbase/CREDITS
2960 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2961 %attr(755,root,root) %{php_extensiondir}/interbase.so
2962 %endif
2963
2964 %if %{with intl}
2965 %files intl
2966 %defattr(644,root,root,755)
2967 %doc ext/intl/{CREDITS,TODO}
2968 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
2969 %attr(755,root,root) %{php_extensiondir}/intl.so
2970 %endif
2971
2972 %files json
2973 %defattr(644,root,root,755)
2974 %doc ext/json/CREDITS
2975 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
2976 %attr(755,root,root) %{php_extensiondir}/json.so
2977
2978 %if %{with ldap}
2979 %files ldap
2980 %defattr(644,root,root,755)
2981 %doc ext/ldap/CREDITS
2982 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
2983 %attr(755,root,root) %{php_extensiondir}/ldap.so
2984 %endif
2985
2986 %files mbstring
2987 %defattr(644,root,root,755)
2988 %doc ext/mbstring/{CREDITS,README*}
2989 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
2990 %attr(755,root,root) %{php_extensiondir}/mbstring.so
2991
2992 %files mcrypt
2993 %defattr(644,root,root,755)
2994 %doc ext/mcrypt/{CREDITS,TODO}
2995 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
2996 %attr(755,root,root) %{php_extensiondir}/mcrypt.so
2997
2998 %if %{with mssql}
2999 %files mssql
3000 %defattr(644,root,root,755)
3001 %doc ext/mssql/CREDITS
3002 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
3003 %attr(755,root,root) %{php_extensiondir}/mssql.so
3004 %endif
3005
3006 %files mysql
3007 %defattr(644,root,root,755)
3008 %doc ext/mysql/CREDITS
3009 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
3010 %attr(755,root,root) %{php_extensiondir}/mysql.so
3011
3012 %if %{with mysqli}
3013 %files mysqli
3014 %defattr(644,root,root,755)
3015 %doc ext/mysqli/{CREDITS,TODO}
3016 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3017 %attr(755,root,root) %{php_extensiondir}/mysqli.so
3018 %endif
3019
3020 %if %{with mysqlnd}
3021 %files mysqlnd
3022 %defattr(644,root,root,755)
3023 %doc ext/mysqlnd/CREDITS
3024 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3025 %attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3026 %endif
3027
3028 %if %{with oci}
3029 %files oci8
3030 %defattr(644,root,root,755)
3031 %doc ext/oci8/{CREDITS,README}
3032 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3033 %attr(755,root,root) %{php_extensiondir}/oci8.so
3034 %endif
3035
3036 %if %{with odbc}
3037 %files odbc
3038 %defattr(644,root,root,755)
3039 %doc ext/odbc/CREDITS
3040 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3041 %attr(755,root,root) %{php_extensiondir}/odbc.so
3042 %endif
3043
3044 %if %{with openssl}
3045 %files openssl
3046 %defattr(644,root,root,755)
3047 %doc ext/openssl/{CREDITS,README}
3048 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3049 %attr(755,root,root) %{php_extensiondir}/openssl.so
3050 %endif
3051
3052 %files pcntl
3053 %defattr(644,root,root,755)
3054 %doc ext/pcntl/{CREDITS,README}
3055 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3056 %attr(755,root,root) %{php_extensiondir}/pcntl.so
3057
3058 %if %{with pcre}
3059 %files pcre
3060 %defattr(644,root,root,755)
3061 %doc ext/pcre/CREDITS
3062 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3063 %attr(755,root,root) %{php_extensiondir}/pcre.so
3064 %endif
3065
3066 %files pdo
3067 %defattr(644,root,root,755)
3068 %doc ext/pdo/{CREDITS,README,TODO}
3069 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3070 %attr(755,root,root) %{php_extensiondir}/pdo.so
3071
3072 %if %{with mssql} || %{with sybase_ct}
3073 %files pdo-dblib
3074 %defattr(644,root,root,755)
3075 %doc ext/pdo_dblib/{CREDITS,README}
3076 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3077 %attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3078 %endif
3079
3080 %if %{with interbase} && !%{with interbase_inst}
3081 %files pdo-firebird
3082 %defattr(644,root,root,755)
3083 %doc ext/pdo_firebird/CREDITS
3084 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3085 %attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3086 %endif
3087
3088 %files pdo-mysql
3089 %defattr(644,root,root,755)
3090 %doc ext/pdo_mysql/CREDITS
3091 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3092 %attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
3093
3094 %if %{with oci}
3095 %files pdo-oci
3096 %defattr(644,root,root,755)
3097 %doc ext/pdo_oci/CREDITS
3098 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3099 %attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3100 %endif
3101
3102 %if %{with odbc}
3103 %files pdo-odbc
3104 %defattr(644,root,root,755)
3105 %doc ext/pdo_odbc/CREDITS
3106 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3107 %attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3108 %endif
3109
3110 %if %{with pgsql}
3111 %files pdo-pgsql
3112 %defattr(644,root,root,755)
3113 %doc ext/pdo_pgsql/CREDITS
3114 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3115 %attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3116 %endif
3117
3118 %if %{with pdo_sqlite}
3119 %files pdo-sqlite
3120 %defattr(644,root,root,755)
3121 %doc ext/pdo_sqlite/CREDITS
3122 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3123 %attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3124 %endif
3125
3126 %if %{with pgsql}
3127 %files pgsql
3128 %defattr(644,root,root,755)
3129 %doc ext/pgsql/{CREDITS,README}
3130 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3131 %attr(755,root,root) %{php_extensiondir}/pgsql.so
3132 %endif
3133
3134 %if %{with phar}
3135 %files phar
3136 %defattr(644,root,root,755)
3137 %doc ext/phar/{CREDITS,TODO}
3138 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3139 %attr(755,root,root) %{php_extensiondir}/phar.so
3140 %attr(755,root,root) %{_bindir}/phar%{ver_suffix}.phar
3141 %{_mandir}/man1/phar.phar.1
3142 %{_mandir}/man1/phar%{ver_suffix}.1*
3143 %ghost %{_bindir}/phar
3144 %ghost %{_mandir}/man1/phar.1
3145 %endif
3146
3147 %files posix
3148 %defattr(644,root,root,755)
3149 %doc ext/posix/CREDITS
3150 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3151 %attr(755,root,root) %{php_extensiondir}/posix.so
3152
3153 %if %{with pspell}
3154 %files pspell
3155 %defattr(644,root,root,755)
3156 %doc ext/pspell/{CREDITS,README}
3157 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3158 %attr(755,root,root) %{php_extensiondir}/pspell.so
3159 %endif
3160
3161 %files readline
3162 %defattr(644,root,root,755)
3163 %doc ext/readline/{CREDITS,README*}
3164 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3165 %attr(755,root,root) %{php_extensiondir}/readline.so
3166
3167 %if %{with recode}
3168 %files recode
3169 %defattr(644,root,root,755)
3170 %doc ext/recode/CREDITS
3171 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3172 %attr(755,root,root) %{php_extensiondir}/recode.so
3173 %endif
3174
3175 %files session
3176 %defattr(644,root,root,755)
3177 %doc ext/session/CREDITS
3178 %doc ext/session/mod_files.sh
3179 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3180 %attr(755,root,root) %{php_extensiondir}/session.so
3181
3182 %files shmop
3183 %defattr(644,root,root,755)
3184 %doc ext/shmop/{CREDITS,README}
3185 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3186 %attr(755,root,root) %{php_extensiondir}/shmop.so
3187
3188 %files simplexml
3189 %defattr(644,root,root,755)
3190 %doc ext/simplexml/{CREDITS,README}
3191 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3192 %attr(755,root,root) %{php_extensiondir}/simplexml.so
3193
3194 %if %{with snmp}
3195 %files snmp
3196 %defattr(644,root,root,755)
3197 %doc ext/snmp/CREDITS
3198 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3199 %attr(755,root,root) %{php_extensiondir}/snmp.so
3200 %endif
3201
3202 %files soap
3203 %defattr(644,root,root,755)
3204 %doc ext/soap/{CREDITS,TODO*}
3205 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3206 %attr(755,root,root) %{php_extensiondir}/soap.so
3207
3208 %files sockets
3209 %defattr(644,root,root,755)
3210 %doc ext/sockets/CREDITS
3211 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3212 %attr(755,root,root) %{php_extensiondir}/sockets.so
3213
3214 %files spl
3215 %defattr(644,root,root,755)
3216 %doc ext/spl/{CREDITS,README,TODO,examples}
3217 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3218 %attr(755,root,root) %{php_extensiondir}/spl.so
3219
3220 %if %{with sqlite3}
3221 %files sqlite3
3222 %defattr(644,root,root,755)
3223 %doc ext/sqlite3/CREDITS
3224 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3225 %attr(755,root,root) %{php_extensiondir}/sqlite3.so
3226 %endif
3227
3228 %if %{with sybase_ct}
3229 %files sybase-ct
3230 %defattr(644,root,root,755)
3231 %doc ext/sybase_ct/CREDITS
3232 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3233 %attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3234 %endif
3235
3236 %files sysvmsg
3237 %defattr(644,root,root,755)
3238 %doc ext/sysvmsg/CREDITS
3239 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3240 %attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3241
3242 %files sysvsem
3243 %defattr(644,root,root,755)
3244 %doc ext/sysvsem/CREDITS
3245 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3246 %attr(755,root,root) %{php_extensiondir}/sysvsem.so
3247
3248 %files sysvshm
3249 %defattr(644,root,root,755)
3250 %doc ext/sysvshm/CREDITS
3251 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3252 %attr(755,root,root) %{php_extensiondir}/sysvshm.so
3253
3254 %files tests
3255 %defattr(644,root,root,755)
3256 %dir %{php_data_dir}/tests
3257 %dir %{php_data_dir}/tests/php
3258 %{php_data_dir}/tests/php/basic
3259 %{php_data_dir}/tests/php/classes
3260 %{php_data_dir}/tests/php/func
3261 %{php_data_dir}/tests/php/lang
3262 %{php_data_dir}/tests/php/output
3263 %{php_data_dir}/tests/php/run-test
3264 %{php_data_dir}/tests/php/security
3265 %{php_data_dir}/tests/php/strings
3266 %{php_data_dir}/tests/php/quicktester.inc
3267 %attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3268
3269 %if %{with tidy}
3270 %files tidy
3271 %defattr(644,root,root,755)
3272 %doc ext/tidy/{CREDITS,README}
3273 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3274 %attr(755,root,root) %{php_extensiondir}/tidy.so
3275 %endif
3276
3277 %files tokenizer
3278 %defattr(644,root,root,755)
3279 %doc ext/tokenizer/CREDITS
3280 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3281 %attr(755,root,root) %{php_extensiondir}/tokenizer.so
3282
3283 %if %{with wddx}
3284 %files wddx
3285 %defattr(644,root,root,755)
3286 %doc ext/wddx/CREDITS
3287 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3288 %attr(755,root,root) %{php_extensiondir}/wddx.so
3289 %endif
3290
3291 %files xml
3292 %defattr(644,root,root,755)
3293 %doc ext/xml/CREDITS
3294 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3295 %attr(755,root,root) %{php_extensiondir}/xml.so
3296
3297 %files xmlreader
3298 %defattr(644,root,root,755)
3299 %doc ext/xmlreader/{CREDITS,README,TODO,examples}
3300 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3301 %attr(755,root,root) %{php_extensiondir}/xmlreader.so
3302
3303 %if %{with xmlrpc}
3304 %files xmlrpc
3305 %defattr(644,root,root,755)
3306 %doc ext/xmlrpc/CREDITS
3307 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3308 %attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3309 %endif
3310
3311 %files xmlwriter
3312 %defattr(644,root,root,755)
3313 %doc ext/xmlwriter/{CREDITS,TODO}
3314 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3315 %attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3316
3317 %files xsl
3318 %defattr(644,root,root,755)
3319 %doc ext/xsl/CREDITS
3320 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3321 %attr(755,root,root) %{php_extensiondir}/xsl.so
3322
3323 %files zip
3324 %defattr(644,root,root,755)
3325 %doc ext/zip/{CREDITS,TODO}
3326 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3327 %attr(755,root,root) %{php_extensiondir}/zip.so
3328
3329 %files zlib
3330 %defattr(644,root,root,755)
3331 %doc ext/zlib/CREDITS
3332 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3333 %attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 0.465235 seconds and 4 git commands to generate.