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