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