]> git.pld-linux.org Git - packages/php.git/blob - php.spec
c5ccdfc5daff8aeb621940d903a0a19b95f4aace
[packages/php.git] / php.spec
1 #
2 # Conditional build:
3 # _with_oracle  - with oracle support
4 # _with_oci8    - with oci8 support
5 # _with_java    - with Java support
6 # _with_libcpdf - with libcpdf support
7 # _with_openssl - with OpenSSL support
8 # _with_wddx    - with WDDX support
9 # _with_xslt    - with XSLT support
10 # _without_imap - without IMAP support
11 # _without_ldap - without LDAP support
12 # _without_odbc - without ODBC support
13 # _without_snmp - without SNMP support
14 # _without_sablot - without sablot support
15 Summary:        The PHP HTML-embedded scripting language for use with Apache
16 Summary(fr):    Le langage de script embarque-HTML PHP pour Apache
17 Summary(pl):    Jêzyk skryptowy PHP -- u¿ywany wraz z serwerem Apache
18 Name:           php
19 Version:        4.1.1
20 Release:        3
21 Epoch:          1
22 Group:          Libraries
23 Group(cs):      Knihovny
24 Group(da):      Biblioteker
25 Group(de):      Bibliotheken
26 Group(es):      Bibliotecas
27 Group(fr):      Librairies
28 Group(is):      Aðgerðasöfn
29 Group(it):      Librerie
30 Group(ja):      ¥é¥¤¥Ö¥é¥ê
31 Group(no):      Biblioteker
32 Group(pl):      Biblioteki
33 Group(pt):      Bibliotecas
34 Group(pt_BR):   Bibliotecas
35 Group(ru):      âÉÂÌÉÏÔÅËÉ
36 Group(sl):      Knji¾nice
37 Group(sv):      Bibliotek
38 Group(uk):      â¦Â̦ÏÔÅËÉ
39 License:        The PHP license (see "LICENSE" file included in distribution)
40 Source0:        http://www.php.net/distributions/%{name}-%{version}.tar.gz
41 Source1:        FAQ.%{name}
42 Source2:        %{name}.ini
43 Source3:        zend.gif
44 Source4:        http://www.php.net/distributions/manual/%{name}_manual_en.tar.bz2
45 Source5:        %{name}-module-install
46 Patch0:         %{name}-shared.patch
47 Patch1:         %{name}-pldlogo.patch
48 Patch2:         %{name}-mysql-socket.patch
49 Patch3:         %{name}-mail.patch
50 Patch4:         %{name}-link-libs.patch
51 Patch5:         %{name}-session-path.patch
52 Patch6:         %{name}-am_ac_lt.patch
53 Patch7:         %{name}-fastcgi.patch
54 Patch8:         %{name}-ac250.patch
55 Patch9:         %{name}-mailsecurity2.patch
56 Patch10:        %{name}-oracle9.patch
57 Patch11:        %{name}-no_%{name}_pcre_in_SAPI_c.patch
58 # Some new patches from bugs.php.net (adasi)
59 #Patch101:      %{name}-register_shutdown_function.patch
60 #Patch102:      %{name}-domxml_node.patch
61 #Patch103:      %{name}-image_c.patch
62 Icon:           php4.gif
63 URL:            http://www.php.net/
64 BuildRequires:  apache(EAPI)-devel
65 BuildRequires:  autoconf >= 1.4
66 BuildRequires:  automake >= 1.4d
67 BuildRequires:  bison
68 BuildRequires:  bzip2-devel
69 BuildRequires:  curl-devel
70 BuildRequires:  cyrus-sasl-devel
71 BuildRequires:  db3-devel >= 3.1.17
72 BuildRequires:  flex
73 BuildRequires:  gmp-devel
74 BuildRequires:  freetype-devel >= 2.0
75 BuildRequires:  gd-devel >= 2.0.1
76 BuildRequires:  gdbm-devel
77 %{!?_without_imap:BuildRequires: imap-devel >= 1:2001-0.BETA.200107022325.2 }
78 # I think jdk is better for java
79 # BuildRequires:        jdk
80 %{?_with_java:BuildRequires:    kaffe-devel}
81 BuildRequires:  libjpeg-devel
82 BuildRequires:  libltdl-devel >= 1.4
83 BuildRequires:  libmcrypt-devel >= 2.4.4
84 BuildRequires:  libpng >= 1.0.8
85 BuildRequires:  libtiff-devel
86 BuildRequires:  libtool >= 1.4
87 BuildRequires:  libxml2-devel >= 2.2.7
88 BuildRequires:  mhash-devel
89 BuildRequires:  ming-devel >= 0.1.0
90 BuildRequires:  mm-devel >= 1.1.3
91 BuildRequires:  mysql-devel >= 3.23.32
92 %{!?_without_ldap:BuildRequires: openldap-devel >= 2.0}
93 BuildRequires:  pam-devel
94 BuildRequires:  pdflib-devel >= 4.0.0
95 BuildRequires:  perl
96 BuildRequires:  pkgconfig
97 BuildRequires:  postgresql-devel
98 BuildRequires:  recode-devel >= 3.5d-3
99 BuildRequires:  t1lib-devel
100 %{!?_without_snmp:BuildRequires: ucd-snmp-devel >= 4.2.3}
101 %{!?_without_odbc:BuildRequires: unixODBC-devel}
102 BuildRequires:  zip
103 BuildRequires:  zlib-devel >= 1.0.9
104 #BuildRequires: fastcgi-devkit
105 %if %(expr %{?_with_openssl:1}%{!?_with_openssl:0} + %{!?_without_ldap:1}%{?_without_ldap:0})
106 %{!?_without_openssl:BuildRequires:     openssl-devel >= 0.9.6a}
107 %endif
108 %{?_with_libcpdf:BuildRequires: libcpdf-devel >= 2.00}
109 %{?_with_xslt:BuildRequires:    sablotron-devel}
110 %{?_with_xslt:BuildRequires:    expat-devel}
111 %{?_with_xslt:BuildRequires:    w3c-libwww-devel}
112 PreReq:         apache(EAPI) >= 1.3.9
113 PreReq:         perl
114 PreReq:         %{_sbindir}/apxs
115 PreReq:         %{name}-common = %{version}
116 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
117 Obsoletes:      phpfi
118 Obsoletes:      apache-mod_php
119
120 %define         _sysconfdir     /etc/php
121 %define         extensionsdir   %{_libdir}/php
122 %define         peardir         %{_datadir}/pear
123
124 %description
125 PHP is an HTML-embedded scripting language. PHP attempts to make it
126 easy for developers to write dynamically generated web pages. PHP also
127 offers built-in database integration for several commercial and
128 non-commercial database management systems, so writing a
129 database-enabled web page with PHP is fairly simple. The most common
130 use of PHP coding is probably as a replacement for CGI scripts. The
131 mod_php module enables the Apache web server to understand and process
132 the embedded PHP language in web pages. This package contains PHP
133 version %{version}. If you use applications which specifically rely on
134 PHP/FI (PHP v2 and earlier), you should instead install the PHP/FI
135 module contained in the phpfi package. If you're just starting with
136 PHP, you should install this package. You'll also need to install the
137 Apache web server.
138
139 %description -l fr
140 PHP est un langage de script embarque dans le HTM. PHP essaye de
141 rendre simple aux developpeurs d'ecrire des pages web generees
142 dynamiquement. PHP incorpore egalement une integration avec plusieurs
143 systemes de gestion de bases de donnees commerciaux et
144 non-connerciaux, qui rent facile la creation de pages web liees avec
145 des bases de donnees. L'utilisation la plus commune de PHP est
146 probablement en remplacement de scripts CGI. Le module mod_php permet
147 au serveur web apache de comprendre et de traiter le langage PHP
148 integre dans des pages web. Ce package contient PHP version
149 %{version}. Si vous utilisez des applications qui utilisent
150 specifiquement PHP/FI, vous devrez installer le module PHP/FI inclus
151 dans le package mod_php. Si vous debutez avec PHP, vous devriez
152 installer ce package. Vous aurez egalement besoin d'installer le
153 serveur web Apache.
154
155 %description -l pl
156 PHP jest jêzykiem skryptowym, którego polecenia umieszcza siê w
157 plikach HTML. Pakiet ten zawiera modu³ przeznaczony dla serwera HTTP
158 (jak np. Apache), który interpretuje te polecenia. Umo¿liwia to
159 tworzenie dynamicznie stron WWW. Spora czê¶æ sk³adni PHP zapo¿yczona
160 zosta³a z jêzyków: C, Java i Perl.
161
162 %package cgi
163 Summary:        PHP as CGI program
164 Summary(pl):    PHP jako program CGI
165 Group:          Libraries
166 Group(cs):      Knihovny
167 Group(da):      Biblioteker
168 Group(de):      Bibliotheken
169 Group(es):      Bibliotecas
170 Group(fr):      Librairies
171 Group(is):      Aðgerðasöfn
172 Group(it):      Librerie
173 Group(ja):      ¥é¥¤¥Ö¥é¥ê
174 Group(no):      Biblioteker
175 Group(pl):      Biblioteki
176 Group(pt):      Bibliotecas
177 Group(pt_BR):   Bibliotecas
178 Group(ru):      âÉÂÌÉÏÔÅËÉ
179 Group(sl):      Knji¾nice
180 Group(sv):      Bibliotek
181 Group(uk):      â¦Â̦ÏÔÅËÉ
182 PreReq:         %{name}-common = %{version}
183
184 %description cgi
185 PHP as CGI program.
186
187 %description cgi -l pl
188 PHP jako program CGI.
189
190 %package common
191 Summary:        Common files nneded by both apache module and CGI
192 Summary(pl):    Wspólne pliki dla modu³u apacha i programu CGI
193 Group:          Libraries
194 Group(cs):      Knihovny
195 Group(da):      Biblioteker
196 Group(de):      Bibliotheken
197 Group(es):      Bibliotecas
198 Group(fr):      Librairies
199 Group(is):      Aðgerðasöfn
200 Group(it):      Librerie
201 Group(ja):      ¥é¥¤¥Ö¥é¥ê
202 Group(no):      Biblioteker
203 Group(pl):      Biblioteki
204 Group(pt):      Bibliotecas
205 Group(pt_BR):   Bibliotecas
206 Group(ru):      âÉÂÌÉÏÔÅËÉ
207 Group(sl):      Knji¾nice
208 Group(sv):      Bibliotek
209 Group(uk):      â¦Â̦ÏÔÅËÉ
210
211 %description common
212 Common files needed by both apache module and CGI.
213
214 %description common -l pl
215 Wspólne pliki dla modu³u apacha i programu CGI.
216
217 %package mysql
218 Summary:        MySQL database module for PHP
219 Summary(pl):    Modu³ bazy danych MySQL dla PHP
220 Group:          Libraries
221 Group(cs):      Knihovny
222 Group(da):      Biblioteker
223 Group(de):      Bibliotheken
224 Group(es):      Bibliotecas
225 Group(fr):      Librairies
226 Group(is):      Aðgerðasöfn
227 Group(it):      Librerie
228 Group(ja):      ¥é¥¤¥Ö¥é¥ê
229 Group(no):      Biblioteker
230 Group(pl):      Biblioteki
231 Group(pt):      Bibliotecas
232 Group(pt_BR):   Bibliotecas
233 Group(ru):      âÉÂÌÉÏÔÅËÉ
234 Group(sl):      Knji¾nice
235 Group(sv):      Bibliotek
236 Group(uk):      â¦Â̦ÏÔÅËÉ
237 PreReq:         %{name}-common = %{version}
238
239 %description mysql
240 This is a dynamic shared object (DSO) for Apache that will add MySQL
241 database support to PHP. If you need back-end support for MySQL, you
242 should install this package in addition to the main %{name} package.
243
244 %description mysql -l pl
245 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych MySQL.
246
247 %package pdf
248 Summary:        libPDF module for PHP
249 Summary(pl):    Modu³ do tworzenia plików PDF dla PHP
250 Group:          Libraries
251 Group(cs):      Knihovny
252 Group(da):      Biblioteker
253 Group(de):      Bibliotheken
254 Group(es):      Bibliotecas
255 Group(fr):      Librairies
256 Group(is):      Aðgerðasöfn
257 Group(it):      Librerie
258 Group(ja):      ¥é¥¤¥Ö¥é¥ê
259 Group(no):      Biblioteker
260 Group(pl):      Biblioteki
261 Group(pt):      Bibliotecas
262 Group(pt_BR):   Bibliotecas
263 Group(ru):      âÉÂÌÉÏÔÅËÉ
264 Group(sl):      Knji¾nice
265 Group(sv):      Bibliotek
266 Group(uk):      â¦Â̦ÏÔÅËÉ
267 PreReq:         %{name}-common = %{version}
268 PreReq:         pdflib
269
270 %description pdf
271 This is a dynamic shared object (DSO) for Apache that will add PDF
272 support to PHP.
273
274 %description pdf -l pl
275 Modu³ PHP umo¿liwiaj±cy tworzenie plików PDF. Wykorzystuje bibliotekê
276 pdflib.
277
278 %package pgsql
279 Summary:        PostgreSQL database module for PHP
280 Summary(pl):    Modu³ bazy danych PostgreSQL dla PHP
281 Group:          Libraries
282 Group(cs):      Knihovny
283 Group(da):      Biblioteker
284 Group(de):      Bibliotheken
285 Group(es):      Bibliotecas
286 Group(fr):      Librairies
287 Group(is):      Aðgerðasöfn
288 Group(it):      Librerie
289 Group(ja):      ¥é¥¤¥Ö¥é¥ê
290 Group(no):      Biblioteker
291 Group(pl):      Biblioteki
292 Group(pt):      Bibliotecas
293 Group(pt_BR):   Bibliotecas
294 Group(ru):      âÉÂÌÉÏÔÅËÉ
295 Group(sl):      Knji¾nice
296 Group(sv):      Bibliotek
297 Group(uk):      â¦Â̦ÏÔÅËÉ
298 PreReq:         %{name}-common = %{version}
299
300 %description pgsql
301 This is a dynamic shared object (DSO) for Apache that will add
302 PostgreSQL database support to PHP. If you need back-end support for
303 PostgreSQL, you should install this package in addition to the main
304 %{name} package.
305
306 %description pgsql -l pl
307 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych PostgreSQL.
308
309 %package oci8
310 Summary:        Oracle 8 database module for PHP
311 Summary(pl):    Modu³ bazy danych Oracle 8 dla PHP
312 Group:          Libraries
313 Group(cs):      Knihovny
314 Group(da):      Biblioteker
315 Group(de):      Bibliotheken
316 Group(es):      Bibliotecas
317 Group(fr):      Librairies
318 Group(is):      Aðgerðasöfn
319 Group(it):      Librerie
320 Group(ja):      ¥é¥¤¥Ö¥é¥ê
321 Group(no):      Biblioteker
322 Group(pl):      Biblioteki
323 Group(pt):      Bibliotecas
324 Group(pt_BR):   Bibliotecas
325 Group(ru):      âÉÂÌÉÏÔÅËÉ
326 Group(sl):      Knji¾nice
327 Group(sv):      Bibliotek
328 Group(uk):      â¦Â̦ÏÔÅËÉ
329 PreReq:         %{name}-common = %{version}
330 Autoreq:        false
331
332 %description oci8
333 This is a dynamic shared object (DSO) for Apache that will add Oracle
334 8 database support to PHP. If you need back-end support for Oracle 8,
335 you should install this package in addition to the main %{name}
336 package.
337
338 %description oci8 -l pl
339 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych Oracle 8.
340
341 %package oracle
342 Summary:        Oracle 7 database module for PHP
343 Summary(pl):    Modu³ bazy danych Oracle 7 dla PHP
344 Group:          Libraries
345 Group(cs):      Knihovny
346 Group(da):      Biblioteker
347 Group(de):      Bibliotheken
348 Group(es):      Bibliotecas
349 Group(fr):      Librairies
350 Group(is):      Aðgerðasöfn
351 Group(it):      Librerie
352 Group(ja):      ¥é¥¤¥Ö¥é¥ê
353 Group(no):      Biblioteker
354 Group(pl):      Biblioteki
355 Group(pt):      Bibliotecas
356 Group(pt_BR):   Bibliotecas
357 Group(ru):      âÉÂÌÉÏÔÅËÉ
358 Group(sl):      Knji¾nice
359 Group(sv):      Bibliotek
360 Group(uk):      â¦Â̦ÏÔÅËÉ
361 PreReq:         %{name}-common = %{version}
362 Autoreq:        false
363
364 %description oracle
365 This is a dynamic shared object (DSO) for Apache that will add Oracle
366 7 database support to PHP. If you need back-end support for Oracle 7,
367 you should install this package in addition to the main %{name}
368 package.
369
370 %description oracle -l pl
371 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych Oracle 7.
372
373 %package gd
374 Summary:        GD extension module for PHP
375 Summary:        Modu³ GD dla PHP
376 Group:          Libraries
377 Group(cs):      Knihovny
378 Group(da):      Biblioteker
379 Group(de):      Bibliotheken
380 Group(es):      Bibliotecas
381 Group(fr):      Librairies
382 Group(is):      Aðgerðasöfn
383 Group(it):      Librerie
384 Group(ja):      ¥é¥¤¥Ö¥é¥ê
385 Group(no):      Biblioteker
386 Group(pl):      Biblioteki
387 Group(pt):      Bibliotecas
388 Group(pt_BR):   Bibliotecas
389 Group(ru):      âÉÂÌÉÏÔÅËÉ
390 Group(sl):      Knji¾nice
391 Group(sv):      Bibliotek
392 Group(uk):      â¦Â̦ÏÔÅËÉ
393 PreReq:         %{name}-common = %{version}
394
395 %description gd
396 This is a dynamic shared object (DSO) for Apache that will add GD
397 support to PHP. You should install this package in addition to the
398 main %{name} package if you want to create and manipulate images with
399 PHP.
400
401 %description gd -l pl
402 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki GD - do obróbki
403 obrazków z poziomu PHP.
404
405 %package java
406 Summary:        Java extension module for PHP
407 Summary(pl):    Modu³ Javy dla PHP
408 Group:          Libraries
409 Group(cs):      Knihovny
410 Group(da):      Biblioteker
411 Group(de):      Bibliotheken
412 Group(es):      Bibliotecas
413 Group(fr):      Librairies
414 Group(is):      Aðgerðasöfn
415 Group(it):      Librerie
416 Group(ja):      ¥é¥¤¥Ö¥é¥ê
417 Group(no):      Biblioteker
418 Group(pl):      Biblioteki
419 Group(pt):      Bibliotecas
420 Group(pt_BR):   Bibliotecas
421 Group(ru):      âÉÂÌÉÏÔÅËÉ
422 Group(sl):      Knji¾nice
423 Group(sv):      Bibliotek
424 Group(uk):      â¦Â̦ÏÔÅËÉ
425 PreReq:         %{name}-common = %{version}
426
427 %description java
428 This is a dynamic shared object (DSO) for Apache that will add JAVA
429 support to PHP. This extension provides a simple and effective means
430 for creating and invoking methods on Java objects from PHP.
431
432 %description java -l pl
433 Modu³ PHP dodaj±cy wsparcie dla Javy. Umo¿liwia odwo³ywanie siê do
434 obiektów Javy z poziomu PHP.
435
436 %package xml
437 Summary:        XML extension module for PHP
438 Summary(pl):    Modu³ XML dla PHP
439 Group:          Libraries
440 Group(cs):      Knihovny
441 Group(da):      Biblioteker
442 Group(de):      Bibliotheken
443 Group(es):      Bibliotecas
444 Group(fr):      Librairies
445 Group(is):      Aðgerðasöfn
446 Group(it):      Librerie
447 Group(ja):      ¥é¥¤¥Ö¥é¥ê
448 Group(no):      Biblioteker
449 Group(pl):      Biblioteki
450 Group(pt):      Bibliotecas
451 Group(pt_BR):   Bibliotecas
452 Group(ru):      âÉÂÌÉÏÔÅËÉ
453 Group(sl):      Knji¾nice
454 Group(sv):      Bibliotek
455 Group(uk):      â¦Â̦ÏÔÅËÉ
456 PreReq:         %{name}-common = %{version}
457
458 %description xml
459 This is a dynamic shared object (DSO) for Apache that will add XML
460 support to PHP. This extension lets you create XML parsers and then
461 define handlers for different XML events. If you want to be able to
462 parse XML documents you should install this package in addition to the
463 main %{name} package.
464
465 %description xml -l pl
466 Modu³ PHP umo¿liwiaj±cy parsowanie plików XML i obs³ugê zdarzeñ
467 zwi±zanych z tymi plikami.
468
469 %package dba
470 Summary:        DBA extension module for PHP
471 Summary(pl):    Modu³ DBA dla PHP
472 Group:          Libraries
473 Group(cs):      Knihovny
474 Group(da):      Biblioteker
475 Group(de):      Bibliotheken
476 Group(es):      Bibliotecas
477 Group(fr):      Librairies
478 Group(is):      Aðgerðasöfn
479 Group(it):      Librerie
480 Group(ja):      ¥é¥¤¥Ö¥é¥ê
481 Group(no):      Biblioteker
482 Group(pl):      Biblioteki
483 Group(pt):      Bibliotecas
484 Group(pt_BR):   Bibliotecas
485 Group(ru):      âÉÂÌÉÏÔÅËÉ
486 Group(sl):      Knji¾nice
487 Group(sv):      Bibliotek
488 Group(uk):      â¦Â̦ÏÔÅËÉ
489 PreReq:         %{name}-common = %{version}
490
491 %description dba
492 This is a dynamic shared object (DSO) for Apache that will add
493 flat-file databases (DBA) support to PHP.
494
495 %description dba -l pl
496 Dynamiczny obiekt wspó³dzielony (DSO) dla Apache'a, dodaj±cy
497 do PHP wsparcie dla baz danych DBA.
498
499 %package odbc
500 Summary:        ODBC extension module for PHP
501 Summary(pl):    Modu³ ODBC dla PHP
502 Group:          Libraries
503 Group(cs):      Knihovny
504 Group(da):      Biblioteker
505 Group(de):      Bibliotheken
506 Group(es):      Bibliotecas
507 Group(fr):      Librairies
508 Group(is):      Aðgerðasöfn
509 Group(it):      Librerie
510 Group(ja):      ¥é¥¤¥Ö¥é¥ê
511 Group(no):      Biblioteker
512 Group(pl):      Biblioteki
513 Group(pt):      Bibliotecas
514 Group(pt_BR):   Bibliotecas
515 Group(ru):      âÉÂÌÉÏÔÅËÉ
516 Group(sl):      Knji¾nice
517 Group(sv):      Bibliotek
518 Group(uk):      â¦Â̦ÏÔÅËÉ
519 PreReq:         %{name}-common = %{version}
520
521 %description odbc
522 This is a dynamic shared object (DSO) for Apache that will add ODBC
523 support to PHP.
524
525 %description odbc -l pl
526 Modu³ PHP ze wsparciem dla ODBC.
527
528 %package calendar
529 Summary:        Calendar extension module for PHP
530 Summary(pl):    Modu³ funkcji kalendarza dla PHP
531 Group:          Libraries
532 Group(cs):      Knihovny
533 Group(da):      Biblioteker
534 Group(de):      Bibliotheken
535 Group(es):      Bibliotecas
536 Group(fr):      Librairies
537 Group(is):      Aðgerðasöfn
538 Group(it):      Librerie
539 Group(ja):      ¥é¥¤¥Ö¥é¥ê
540 Group(no):      Biblioteker
541 Group(pl):      Biblioteki
542 Group(pt):      Bibliotecas
543 Group(pt_BR):   Bibliotecas
544 Group(ru):      âÉÂÌÉÏÔÅËÉ
545 Group(sl):      Knji¾nice
546 Group(sv):      Bibliotek
547 Group(uk):      â¦Â̦ÏÔÅËÉ
548 PreReq:         %{name}-common = %{version}
549
550 %description calendar
551 This is a dynamic shared object (DSO) for Apache that will add
552 calendar support to PHP.
553
554 %description calendar -l pl
555 Dynamiczny obiekt wspó³dzielony (DSO) dla Apache'a, dodaj±cy
556 do PHP wsparcie dla kalendarza.
557
558 %package dbase
559 Summary:        DBase extension module for PHP
560 Summary(pl):    Modu³ DBase dla PHP
561 Group:          Libraries
562 Group(cs):      Knihovny
563 Group(da):      Biblioteker
564 Group(de):      Bibliotheken
565 Group(es):      Bibliotecas
566 Group(fr):      Librairies
567 Group(is):      Aðgerðasöfn
568 Group(it):      Librerie
569 Group(ja):      ¥é¥¤¥Ö¥é¥ê
570 Group(no):      Biblioteker
571 Group(pl):      Biblioteki
572 Group(pt):      Bibliotecas
573 Group(pt_BR):   Bibliotecas
574 Group(ru):      âÉÂÌÉÏÔÅËÉ
575 Group(sl):      Knji¾nice
576 Group(sv):      Bibliotek
577 Group(uk):      â¦Â̦ÏÔÅËÉ
578 PreReq:         %{name}-common = %{version}
579
580 %description dbase
581 This is a dynamic shared object (DSO) for Apache that will add DBase
582 support to PHP.
583
584 %description dbase -l pl
585 Modu³ PHP ze wsparciem dla DBase.
586
587 %package filepro
588 Summary:        FilePro extension module for PHP
589 Summary(pl):    Modu³ FilePro dla PHP
590 Group:          Libraries
591 Group(cs):      Knihovny
592 Group(da):      Biblioteker
593 Group(de):      Bibliotheken
594 Group(es):      Bibliotecas
595 Group(fr):      Librairies
596 Group(is):      Aðgerðasöfn
597 Group(it):      Librerie
598 Group(ja):      ¥é¥¤¥Ö¥é¥ê
599 Group(no):      Biblioteker
600 Group(pl):      Biblioteki
601 Group(pt):      Bibliotecas
602 Group(pt_BR):   Bibliotecas
603 Group(ru):      âÉÂÌÉÏÔÅËÉ
604 Group(sl):      Knji¾nice
605 Group(sv):      Bibliotek
606 Group(uk):      â¦Â̦ÏÔÅËÉ
607 PreReq:         %{name}-common = %{version}
608
609 %description filepro
610 This is a dynamic shared object (DSO) for Apache that will add FilePro
611 support to PHP.
612
613 %description filepro -l pl
614 Dynamiczny obiekt wspó³dzielony (DSO) dla Apache'a, dodaj±cy
615 do PHP wsparcie dla FilePro.
616
617 %package posix
618 Summary:        POSIX extension module for PHP
619 Summary(pl):    Modu³ POSIX dla PHP
620 Group:          Libraries
621 Group(cs):      Knihovny
622 Group(da):      Biblioteker
623 Group(de):      Bibliotheken
624 Group(es):      Bibliotecas
625 Group(fr):      Librairies
626 Group(is):      Aðgerðasöfn
627 Group(it):      Librerie
628 Group(ja):      ¥é¥¤¥Ö¥é¥ê
629 Group(no):      Biblioteker
630 Group(pl):      Biblioteki
631 Group(pt):      Bibliotecas
632 Group(pt_BR):   Bibliotecas
633 Group(ru):      âÉÂÌÉÏÔÅËÉ
634 Group(sl):      Knji¾nice
635 Group(sv):      Bibliotek
636 Group(uk):      â¦Â̦ÏÔÅËÉ
637 PreReq:         %{name}-common = %{version}
638
639 %description posix
640 This is a dynamic shared object (DSO) for Apache that will add POSIX
641 functions support to PHP.
642
643 %description posix -l pl
644 Modu³ PHP umo¿liwiaj±cy korzystanie z funkcji POSIX.
645
646 %package pcre
647 Summary:        PCRE extension module for PHP
648 Summary(pl):    Modu³ PCRE dla PHP
649 Group:          Libraries
650 Group(cs):      Knihovny
651 Group(da):      Biblioteker
652 Group(de):      Bibliotheken
653 Group(es):      Bibliotecas
654 Group(fr):      Librairies
655 Group(is):      Aðgerðasöfn
656 Group(it):      Librerie
657 Group(ja):      ¥é¥¤¥Ö¥é¥ê
658 Group(no):      Biblioteker
659 Group(pl):      Biblioteki
660 Group(pt):      Bibliotecas
661 Group(pt_BR):   Bibliotecas
662 Group(ru):      âÉÂÌÉÏÔÅËÉ
663 Group(sl):      Knji¾nice
664 Group(sv):      Bibliotek
665 Group(uk):      â¦Â̦ÏÔÅËÉ
666 PreReq:         %{name}-common = %{version}
667
668 %description pcre
669 This is a dynamic shared object (DSO) for Apache that will add Perl
670 Compatible Regular Expression support to PHP.
671
672 %description pcre -l pl
673 Modu³ PHP umo¿liwiaj±cy korzystanie z perlowych wyra¿eñ regularnych
674 (Perl Compatible Regular Expressions)
675
676 %package sysvsem
677 Summary:        SysV sem extension module for PHP
678 Summary(pl):    Modu³ SysV sem dla PHP
679 Group:          Libraries
680 Group(cs):      Knihovny
681 Group(da):      Biblioteker
682 Group(de):      Bibliotheken
683 Group(es):      Bibliotecas
684 Group(fr):      Librairies
685 Group(is):      Aðgerðasöfn
686 Group(it):      Librerie
687 Group(ja):      ¥é¥¤¥Ö¥é¥ê
688 Group(no):      Biblioteker
689 Group(pl):      Biblioteki
690 Group(pt):      Bibliotecas
691 Group(pt_BR):   Bibliotecas
692 Group(ru):      âÉÂÌÉÏÔÅËÉ
693 Group(sl):      Knji¾nice
694 Group(sv):      Bibliotek
695 Group(uk):      â¦Â̦ÏÔÅËÉ
696 PreReq:         %{name}-common = %{version}
697
698 %description sysvsem
699 This is a dynamic shared object (DSO) for Apache that will add SysV
700 semafores support to PHP.
701
702 %description sysvsem -l pl
703 Modu³ PHP umo¿liwiaj±cy korzystanie z semaforów SysV.
704
705 %package sysvshm
706 Summary:        SysV shm extension module for PHP
707 Summary(pl):    Modu³ SysV shm dla PHP
708 Group:          Libraries
709 Group(cs):      Knihovny
710 Group(da):      Biblioteker
711 Group(de):      Bibliotheken
712 Group(es):      Bibliotecas
713 Group(fr):      Librairies
714 Group(is):      Aðgerðasöfn
715 Group(it):      Librerie
716 Group(ja):      ¥é¥¤¥Ö¥é¥ê
717 Group(no):      Biblioteker
718 Group(pl):      Biblioteki
719 Group(pt):      Bibliotecas
720 Group(pt_BR):   Bibliotecas
721 Group(ru):      âÉÂÌÉÏÔÅËÉ
722 Group(sl):      Knji¾nice
723 Group(sv):      Bibliotek
724 Group(uk):      â¦Â̦ÏÔÅËÉ
725 PreReq:         %{name}-common = %{version}
726
727 %description sysvshm
728 This is a dynamic shared object (DSO) for Apache that will add SysV
729 Shared Memory support to PHP.
730
731 %description sysvshm -l pl
732 Modu³ PHP umo¿liwiaj±cy korzystanie z pamiêci dzielonej SysV.
733
734 %package yp
735 Summary:        NIS (yp) extension module for PHP
736 Summary(pl):    Modu³ NIS (yp) dla PHP
737 Group:          Libraries
738 Group(cs):      Knihovny
739 Group(da):      Biblioteker
740 Group(de):      Bibliotheken
741 Group(es):      Bibliotecas
742 Group(fr):      Librairies
743 Group(is):      Aðgerðasöfn
744 Group(it):      Librerie
745 Group(ja):      ¥é¥¤¥Ö¥é¥ê
746 Group(no):      Biblioteker
747 Group(pl):      Biblioteki
748 Group(pt):      Bibliotecas
749 Group(pt_BR):   Bibliotecas
750 Group(ru):      âÉÂÌÉÏÔÅËÉ
751 Group(sl):      Knji¾nice
752 Group(sv):      Bibliotek
753 Group(uk):      â¦Â̦ÏÔÅËÉ
754 PreReq:         %{name}-common = %{version}
755
756 %description yp
757 This is a dynamic shared object (DSO) for Apache that will add NIS
758 (Yellow Pages) support to PHP.
759
760 %description yp -l pl
761 Dynamiczny obiekt wspó³dzielony (DSO) dla Apache'a, dodaj±cy
762 do PHP wsparcie dla NIS (Yellow Pages).
763
764 %package bcmath
765 Summary:        bcmath extension module for PHP
766 Summary(pl):    Modu³ bcmath dla PHP
767 Group:          Libraries
768 Group(cs):      Knihovny
769 Group(da):      Biblioteker
770 Group(de):      Bibliotheken
771 Group(es):      Bibliotecas
772 Group(fr):      Librairies
773 Group(is):      Aðgerðasöfn
774 Group(it):      Librerie
775 Group(ja):      ¥é¥¤¥Ö¥é¥ê
776 Group(no):      Biblioteker
777 Group(pl):      Biblioteki
778 Group(pt):      Bibliotecas
779 Group(pt_BR):   Bibliotecas
780 Group(ru):      âÉÂÌÉÏÔÅËÉ
781 Group(sl):      Knji¾nice
782 Group(sv):      Bibliotek
783 Group(uk):      â¦Â̦ÏÔÅËÉ
784 PreReq:         %{name}-common = %{version}
785
786 %description bcmath
787 This is a dynamic shared object (DSO) for Apache that will add bc
788 style precision math functions support to PHP.
789
790 %description bcmath -l pl
791 Modu³ PHP umo¿liwiaj±cy korzystanie z dok³adnych funkcji
792 matematycznych takich jak w programie bc.
793
794 %package ftp
795 Summary:        FTP extension module for PHP
796 Summary(pl):    Modu³ FTP dla PHP
797 Group:          Libraries
798 Group(cs):      Knihovny
799 Group(da):      Biblioteker
800 Group(de):      Bibliotheken
801 Group(es):      Bibliotecas
802 Group(fr):      Librairies
803 Group(is):      Aðgerðasöfn
804 Group(it):      Librerie
805 Group(ja):      ¥é¥¤¥Ö¥é¥ê
806 Group(no):      Biblioteker
807 Group(pl):      Biblioteki
808 Group(pt):      Bibliotecas
809 Group(pt_BR):   Bibliotecas
810 Group(ru):      âÉÂÌÉÏÔÅËÉ
811 Group(sl):      Knji¾nice
812 Group(sv):      Bibliotek
813 Group(uk):      â¦Â̦ÏÔÅËÉ
814 PreReq:         %{name}-common = %{version}
815
816 %description ftp
817 This is a dynamic shared object (DSO) for Apache that will add FTP
818 support to PHP.
819
820 %description ftp -l pl
821 Modu³ PHP dodaj±cy obs³ugê protoko³u FTP.
822
823 %package zlib
824 Summary:        Zlib extension module for PHP
825 Summary(pl):    Modu³ zlib dla PHP
826 Group:          Libraries
827 Group(cs):      Knihovny
828 Group(da):      Biblioteker
829 Group(de):      Bibliotheken
830 Group(es):      Bibliotecas
831 Group(fr):      Librairies
832 Group(is):      Aðgerðasöfn
833 Group(it):      Librerie
834 Group(ja):      ¥é¥¤¥Ö¥é¥ê
835 Group(no):      Biblioteker
836 Group(pl):      Biblioteki
837 Group(pt):      Bibliotecas
838 Group(pt_BR):   Bibliotecas
839 Group(ru):      âÉÂÌÉÏÔÅËÉ
840 Group(sl):      Knji¾nice
841 Group(sv):      Bibliotek
842 Group(uk):      â¦Â̦ÏÔÅËÉ
843 PreReq:         %{name}-common = %{version}
844
845 %description zlib
846 This is a dynamic shared object (DSO) for Apache that will add
847 compression (zlib) support to PHP.
848
849 %description zlib -l pl
850 Modu³ PHP umo¿liwiaj±cy u¿ywanie kompresji (poprzez bibliotekê zlib).
851
852 %package exif
853 Summary:        exif extension module for PHP
854 Summary(pl):    Modu³ exif dla PHP
855 Group:          Libraries
856 Group(cs):      Knihovny
857 Group(da):      Biblioteker
858 Group(de):      Bibliotheken
859 Group(es):      Bibliotecas
860 Group(fr):      Librairies
861 Group(is):      Aðgerðasöfn
862 Group(it):      Librerie
863 Group(ja):      ¥é¥¤¥Ö¥é¥ê
864 Group(no):      Biblioteker
865 Group(pl):      Biblioteki
866 Group(pt):      Bibliotecas
867 Group(pt_BR):   Bibliotecas
868 Group(ru):      âÉÂÌÉÏÔÅËÉ
869 Group(sl):      Knji¾nice
870 Group(sv):      Bibliotek
871 Group(uk):      â¦Â̦ÏÔÅËÉ
872 PreReq:         %{name}-common = %{version}
873
874 %description exif
875 This is a dynamic shared object (DSO) for Apache that will add exif
876 support to PHP.
877
878 %description exif -l pl
879 Modu³ PHP dodaj±cy obs³ugê plików EXIF.
880
881 %package recode
882 Summary:        recode extension module for PHP
883 Summary(pl):    Modu³ recode dla PHP
884 Group:          Libraries
885 Group(cs):      Knihovny
886 Group(da):      Biblioteker
887 Group(de):      Bibliotheken
888 Group(es):      Bibliotecas
889 Group(fr):      Librairies
890 Group(is):      Aðgerðasöfn
891 Group(it):      Librerie
892 Group(ja):      ¥é¥¤¥Ö¥é¥ê
893 Group(no):      Biblioteker
894 Group(pl):      Biblioteki
895 Group(pt):      Bibliotecas
896 Group(pt_BR):   Bibliotecas
897 Group(ru):      âÉÂÌÉÏÔÅËÉ
898 Group(sl):      Knji¾nice
899 Group(sv):      Bibliotek
900 Group(uk):      â¦Â̦ÏÔÅËÉ
901 PreReq:         %{name}-common = %{version}
902 Requires:       recode >= 3.5d-3
903
904 %description recode
905 This is a dynamic shared object (DSO) for Apache that will add recode
906 support to PHP.
907
908 %description recode -l pl
909 Modu³ PHP dodaj±cy mo¿liwo¶æ konwersji kodowania plików (poprzez
910 bibliotekê recode).
911
912 %package session
913 Summary:        session extension module for PHP
914 Summary(pl):    Modu³ session dla PHP
915 Group:          Libraries
916 Group(cs):      Knihovny
917 Group(da):      Biblioteker
918 Group(de):      Bibliotheken
919 Group(es):      Bibliotecas
920 Group(fr):      Librairies
921 Group(is):      Aðgerðasöfn
922 Group(it):      Librerie
923 Group(ja):      ¥é¥¤¥Ö¥é¥ê
924 Group(no):      Biblioteker
925 Group(pl):      Biblioteki
926 Group(pt):      Bibliotecas
927 Group(pt_BR):   Bibliotecas
928 Group(ru):      âÉÂÌÉÏÔÅËÉ
929 Group(sl):      Knji¾nice
930 Group(sv):      Bibliotek
931 Group(uk):      â¦Â̦ÏÔÅËÉ
932 PreReq:         %{name}-common = %{version}
933
934 %description session
935 This is a dynamic shared object (DSO) for Apache that will add session
936 support to PHP.
937
938 %description session -l pl
939 Modu³ PHP dodaj±cy obs³ugê sesji.
940
941 %package gettext
942 Summary:        gettext extension module for PHP
943 Summary(pl):    Modu³ gettext dla PHP
944 Group:          Libraries
945 Group(cs):      Knihovny
946 Group(da):      Biblioteker
947 Group(de):      Bibliotheken
948 Group(es):      Bibliotecas
949 Group(fr):      Librairies
950 Group(is):      Aðgerðasöfn
951 Group(it):      Librerie
952 Group(ja):      ¥é¥¤¥Ö¥é¥ê
953 Group(no):      Biblioteker
954 Group(pl):      Biblioteki
955 Group(pt):      Bibliotecas
956 Group(pt_BR):   Bibliotecas
957 Group(ru):      âÉÂÌÉÏÔÅËÉ
958 Group(sl):      Knji¾nice
959 Group(sv):      Bibliotek
960 Group(uk):      â¦Â̦ÏÔÅËÉ
961 PreReq:         %{name}-common = %{version}
962
963 %description gettext
964 This is a dynamic shared object (DSO) for Apache that will add gettext
965 support to PHP.
966
967 %description gettext -l pl
968 Modu³ PHP dodaj±cy obs³ugê lokalizacji przez gettext.
969
970 %package snmp
971 Summary:        SNMP extension module for PHP
972 Summary(pl):    Modu³ SNMP dla PHP
973 Group:          Libraries
974 Group(cs):      Knihovny
975 Group(da):      Biblioteker
976 Group(de):      Bibliotheken
977 Group(es):      Bibliotecas
978 Group(fr):      Librairies
979 Group(is):      Aðgerðasöfn
980 Group(it):      Librerie
981 Group(ja):      ¥é¥¤¥Ö¥é¥ê
982 Group(no):      Biblioteker
983 Group(pl):      Biblioteki
984 Group(pt):      Bibliotecas
985 Group(pt_BR):   Bibliotecas
986 Group(ru):      âÉÂÌÉÏÔÅËÉ
987 Group(sl):      Knji¾nice
988 Group(sv):      Bibliotek
989 Group(uk):      â¦Â̦ÏÔÅËÉ
990 PreReq:         %{name}-common = %{version}
991
992 %description snmp
993 This is a dynamic shared object (DSO) for Apache that will add SNMP
994 support to PHP.
995
996 %description snmp -l pl
997 Modu³ PHP dodaj±cy obs³ugê SNMP.
998
999 %package imap
1000 Summary:        IMAP extension module for PHP
1001 Summary(pl):    Modu³ IMAP dla PHP
1002 Group:          Libraries
1003 Group(cs):      Knihovny
1004 Group(da):      Biblioteker
1005 Group(de):      Bibliotheken
1006 Group(es):      Bibliotecas
1007 Group(fr):      Librairies
1008 Group(is):      Aðgerðasöfn
1009 Group(it):      Librerie
1010 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1011 Group(no):      Biblioteker
1012 Group(pl):      Biblioteki
1013 Group(pt):      Bibliotecas
1014 Group(pt_BR):   Bibliotecas
1015 Group(ru):      âÉÂÌÉÏÔÅËÉ
1016 Group(sl):      Knji¾nice
1017 Group(sv):      Bibliotek
1018 Group(uk):      â¦Â̦ÏÔÅËÉ
1019 PreReq:         %{name}-common = %{version}
1020
1021 %description imap
1022 This is a dynamic shared object (DSO) for Apache that will add IMAP
1023 support to PHP.
1024
1025 %description imap -l pl
1026 Modu³ PHP dodaj±cy obs³ugê skrzynek IMAP.
1027
1028 %package ldap
1029 Summary:        LDAP extension module for PHP
1030 Summary(pl):    Modu³ LDAP dla PHP
1031 Group:          Libraries
1032 Group(cs):      Knihovny
1033 Group(da):      Biblioteker
1034 Group(de):      Bibliotheken
1035 Group(es):      Bibliotecas
1036 Group(fr):      Librairies
1037 Group(is):      Aðgerðasöfn
1038 Group(it):      Librerie
1039 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1040 Group(no):      Biblioteker
1041 Group(pl):      Biblioteki
1042 Group(pt):      Bibliotecas
1043 Group(pt_BR):   Bibliotecas
1044 Group(ru):      âÉÂÌÉÏÔÅËÉ
1045 Group(sl):      Knji¾nice
1046 Group(sv):      Bibliotek
1047 Group(uk):      â¦Â̦ÏÔÅËÉ
1048 PreReq:         %{name}-common = %{version}
1049
1050 %description ldap
1051 This is a dynamic shared object (DSO) for Apache that will add LDAP
1052 support to PHP.
1053
1054 %description ldap -l pl
1055 Modu³ PHP dodaj±cy obs³ugê LDAP.
1056
1057 %package sockets
1058 Summary:        sockets extension module for PHP
1059 Summary(pl):    Modu³ socket dla PHP
1060 Group:          Libraries
1061 Group(cs):      Knihovny
1062 Group(da):      Biblioteker
1063 Group(de):      Bibliotheken
1064 Group(es):      Bibliotecas
1065 Group(fr):      Librairies
1066 Group(is):      Aðgerðasöfn
1067 Group(it):      Librerie
1068 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1069 Group(no):      Biblioteker
1070 Group(pl):      Biblioteki
1071 Group(pt):      Bibliotecas
1072 Group(pt_BR):   Bibliotecas
1073 Group(ru):      âÉÂÌÉÏÔÅËÉ
1074 Group(sl):      Knji¾nice
1075 Group(sv):      Bibliotek
1076 Group(uk):      â¦Â̦ÏÔÅËÉ
1077 PreReq:         %{name}-common = %{version}
1078
1079 %description sockets
1080 This is a dynamic shared object (DSO) for Apache that will add sockets
1081 support to PHP.
1082
1083 %description sockets -l pl
1084 Modu³ PHP dodaj±cy obs³ugê gniazdek.
1085
1086 %package mcrypt
1087 Summary:        mcrypt extension module for PHP
1088 Summary(pl):    Modu³ mcrypt dla PHP
1089 Group:          Libraries
1090 Group(cs):      Knihovny
1091 Group(da):      Biblioteker
1092 Group(de):      Bibliotheken
1093 Group(es):      Bibliotecas
1094 Group(fr):      Librairies
1095 Group(is):      Aðgerðasöfn
1096 Group(it):      Librerie
1097 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1098 Group(no):      Biblioteker
1099 Group(pl):      Biblioteki
1100 Group(pt):      Bibliotecas
1101 Group(pt_BR):   Bibliotecas
1102 Group(ru):      âÉÂÌÉÏÔÅËÉ
1103 Group(sl):      Knji¾nice
1104 Group(sv):      Bibliotek
1105 Group(uk):      â¦Â̦ÏÔÅËÉ
1106 PreReq:         %{name}-common = %{version}
1107
1108 %description mcrypt
1109 This is a dynamic shared object (DSO) for Apache that will add mcrypt
1110 support to PHP.
1111
1112 %description mcrypt -l pl
1113 Modu³ PHP dodaj±cy mo¿liwo¶æ szyfrowania poprzez bibliotekê mcrypt.
1114
1115 %package mhash
1116 Summary:        mhash extension module for PHP
1117 Summary(pl):    Modu³ mhash dla PHP
1118 Group:          Libraries
1119 Group(cs):      Knihovny
1120 Group(da):      Biblioteker
1121 Group(de):      Bibliotheken
1122 Group(es):      Bibliotecas
1123 Group(fr):      Librairies
1124 Group(is):      Aðgerðasöfn
1125 Group(it):      Librerie
1126 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1127 Group(no):      Biblioteker
1128 Group(pl):      Biblioteki
1129 Group(pt):      Bibliotecas
1130 Group(pt_BR):   Bibliotecas
1131 Group(ru):      âÉÂÌÉÏÔÅËÉ
1132 Group(sl):      Knji¾nice
1133 Group(sv):      Bibliotek
1134 Group(uk):      â¦Â̦ÏÔÅËÉ
1135 PreReq:         %{name}-common = %{version}
1136
1137 %description mhash
1138 This is a dynamic shared object (DSO) for Apache that will add mhash
1139 support to PHP.
1140
1141 %description mhash -l pl
1142 Modu³ PHP udostêpniaj±cy funkcje mieszaj±ce z biblioteki mhash.
1143
1144 %package doc
1145 Summary:        Online manual for PHP
1146 Summary(pl):    Dokumentacja dla PHP
1147 Group:          Networking/Daemons
1148 Group(cs):      Sí»ové/Démoni
1149 Group(da):      Netværks/Dæmoner
1150 Group(de):      Netzwerkwesen/Server
1151 Group(es):      Red/Servidores
1152 Group(fr):      Réseau/Serveurs
1153 Group(is):      Net/Púkar
1154 Group(it):      Rete/Demoni
1155 Group(no):      Nettverks/Daemoner
1156 Group(pl):      Sieciowe/Serwery
1157 Group(pt):      Rede/Servidores
1158 Group(ru):      óÅÔØ/äÅÍÏÎÙ
1159 Group(sl):      Omre¾ni/Stre¾niki
1160 Group(sv):      Nätverk/Demoner
1161 Group(uk):      íÅÒÅÖÁ/äÅÍÏÎÉ
1162 Obsoletes:      php-manual
1163
1164 %description doc
1165 Comprehensive documentation for PHP, viewable through your web server,
1166 too!
1167
1168 %description doc -l pl
1169 Dokumentacja dla pakietu PHP. Mo¿na j± równie¿ ogl±daæ poprzez serwer
1170 WWW.
1171
1172 %package pear
1173 Summary:        PEAR - PHP Extension and Application Repository
1174 Summary(pl):    PEAR - Rozszerzenie PHP i Repozytorium Aplikacji
1175 Group:          Development/Languages/PHP
1176 Group(cs):      Vývojové prostøedky/Programovací jazyky/PHP
1177 Group(da):      Udvikling/Sprog/PHP
1178 Group(de):      Entwicklung/Sprachen/PHP
1179 Group(es):      Desarrollo/Lenguajes/PHP
1180 Group(fr):      Development/Langues/PHP
1181 Group(is):      Þróunartól/Forritunarmál/PHP
1182 Group(it):      Sviluppo/Linguaggi/PHP
1183 Group(ja):      ³«È¯/¸À¸ì/PHP
1184 Group(no):      Utvikling/Programmeringsspråk/PHP
1185 Group(pl):      Programowanie/Jêzyki/PHP
1186 Group(pt):      Desenvolvimento/Linguagens/PHP
1187 Group(ru):      òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/PHP
1188 Group(sl):      Razvoj/Jeziki/PHP
1189 Group(sv):      Utveckling/Språk/PHP
1190 Group(uk):      òÏÚÒÏÂËÁ/íÏ×É/PHP
1191
1192 %description pear
1193 PEAR - PHP Extension and Application Repository.
1194
1195 %description pear -l pl
1196 PEAR (PHP Extension and Application Repository) - Rozszerzenie PHP i
1197 Repozytorium Aplikacji.
1198
1199 %package domxml
1200 Summary:        DOM XML module
1201 Summary(pl):    Modu³ DOM XML
1202 Group:          Development/Languages/PHP
1203 Group(cs):      Vývojové prostøedky/Programovací jazyky/PHP
1204 Group(da):      Udvikling/Sprog/PHP
1205 Group(de):      Entwicklung/Sprachen/PHP
1206 Group(es):      Desarrollo/Lenguajes/PHP
1207 Group(fr):      Development/Langues/PHP
1208 Group(is):      Þróunartól/Forritunarmál/PHP
1209 Group(it):      Sviluppo/Linguaggi/PHP
1210 Group(ja):      ³«È¯/¸À¸ì/PHP
1211 Group(no):      Utvikling/Programmeringsspråk/PHP
1212 Group(pl):      Programowanie/Jêzyki/PHP
1213 Group(pt):      Desenvolvimento/Linguagens/PHP
1214 Group(ru):      òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/PHP
1215 Group(sl):      Razvoj/Jeziki/PHP
1216 Group(sv):      Utveckling/Språk/PHP
1217 Group(uk):      òÏÚÒÏÂËÁ/íÏ×É/PHP
1218
1219 %description domxml
1220 DOM XML module.
1221
1222 %description domxml -l pl
1223 Modu³ DOM XML.
1224
1225 %package devel
1226 Summary:        Files for PHP modules development
1227 Summary(pl):    Pliki do kompilacji modu³ów PHP
1228 Group:          Development/Languages/PHP
1229 Group(cs):      Vývojové prostøedky/Programovací jazyky/PHP
1230 Group(da):      Udvikling/Sprog/PHP
1231 Group(de):      Entwicklung/Sprachen/PHP
1232 Group(es):      Desarrollo/Lenguajes/PHP
1233 Group(fr):      Development/Langues/PHP
1234 Group(is):      Þróunartól/Forritunarmál/PHP
1235 Group(it):      Sviluppo/Linguaggi/PHP
1236 Group(ja):      ³«È¯/¸À¸ì/PHP
1237 Group(no):      Utvikling/Programmeringsspråk/PHP
1238 Group(pl):      Programowanie/Jêzyki/PHP
1239 Group(pt):      Desenvolvimento/Linguagens/PHP
1240 Group(ru):      òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/PHP
1241 Group(sl):      Razvoj/Jeziki/PHP
1242 Group(sv):      Utveckling/Språk/PHP
1243 Group(uk):      òÏÚÒÏÂËÁ/íÏ×É/PHP
1244 Requires:       %{name}-common = %{version}
1245
1246 %description devel
1247 Files for PHP modules development.
1248
1249 %description devel -l pl
1250 Pliki potrzebne do kompilacji modu³ów PHP.
1251
1252 %package curl
1253 Summary:        curl extension module for PHP
1254 Summary(pl):    Modu³ curl dla PHP
1255 Group:          Libraries
1256 Group(cs):      Knihovny
1257 Group(da):      Biblioteker
1258 Group(de):      Bibliotheken
1259 Group(es):      Bibliotecas
1260 Group(fr):      Librairies
1261 Group(is):      Aðgerðasöfn
1262 Group(it):      Librerie
1263 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1264 Group(no):      Biblioteker
1265 Group(pl):      Biblioteki
1266 Group(pt):      Bibliotecas
1267 Group(pt_BR):   Bibliotecas
1268 Group(ru):      âÉÂÌÉÏÔÅËÉ
1269 Group(sl):      Knji¾nice
1270 Group(sv):      Bibliotek
1271 Group(uk):      â¦Â̦ÏÔÅËÉ
1272 PreReq:         %{name}-common = %{version}
1273
1274 %description curl
1275 This is a dynamic shared object (DSO) for Apache that will add curl
1276 support to PHP.
1277
1278 %description curl -l pl
1279 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki curl.
1280
1281 %package xslt
1282 Summary:        xslt extension module for PHP
1283 Summary(pl):    Modu³ xslt dla PHP
1284 Group:          Libraries
1285 Group(cs):      Knihovny
1286 Group(da):      Biblioteker
1287 Group(de):      Bibliotheken
1288 Group(es):      Bibliotecas
1289 Group(fr):      Librairies
1290 Group(is):      Aðgerðasöfn
1291 Group(it):      Librerie
1292 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1293 Group(no):      Biblioteker
1294 Group(pl):      Biblioteki
1295 Group(pt):      Bibliotecas
1296 Group(pt_BR):   Bibliotecas
1297 Group(ru):      âÉÂÌÉÏÔÅËÉ
1298 Group(sl):      Knji¾nice
1299 Group(sv):      Bibliotek
1300 Group(uk):      â¦Â̦ÏÔÅËÉ
1301 PreReq:         %{name}-common = %{version}
1302
1303 %description xslt
1304 This is a dynamic shared object (DSO) for Apache that will add xslt
1305 support to PHP.
1306
1307 %description xslt -l pl
1308 Modu³ PHP umo¿liwiaj±cy korzystanie z technologii xslt.
1309
1310 %package wddx
1311 Summary:        wddx extension module for PHP
1312 Summary(pl):    Modu³ wddx dla PHP
1313 Group:          Libraries
1314 Group(cs):      Knihovny
1315 Group(da):      Biblioteker
1316 Group(de):      Bibliotheken
1317 Group(es):      Bibliotecas
1318 Group(fr):      Librairies
1319 Group(is):      Aðgerðasöfn
1320 Group(it):      Librerie
1321 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1322 Group(no):      Biblioteker
1323 Group(pl):      Biblioteki
1324 Group(pt):      Bibliotecas
1325 Group(pt_BR):   Bibliotecas
1326 Group(ru):      âÉÂÌÉÏÔÅËÉ
1327 Group(sl):      Knji¾nice
1328 Group(sv):      Bibliotek
1329 Group(uk):      â¦Â̦ÏÔÅËÉ
1330 PreReq:         %{name}-common = %{version}
1331
1332 %description wddx
1333 This is a dynamic shared object (DSO) for Apache that will add wddx
1334 support to PHP.
1335
1336 %description wddx -l pl
1337 Modu³ PHP umo¿liwiaj±cy korzystanie z wddx.
1338
1339 %package ming
1340 Summary:        ming extension module for PHP
1341 Summary(pl):    Modu³ ming dla PHP
1342 Group:          Libraries
1343 Group(cs):      Knihovny
1344 Group(da):      Biblioteker
1345 Group(de):      Bibliotheken
1346 Group(es):      Bibliotecas
1347 Group(fr):      Librairies
1348 Group(is):      Aðgerðasöfn
1349 Group(it):      Librerie
1350 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1351 Group(no):      Biblioteker
1352 Group(pl):      Biblioteki
1353 Group(pt):      Bibliotecas
1354 Group(pt_BR):   Bibliotecas
1355 Group(ru):      âÉÂÌÉÏÔÅËÉ
1356 Group(sl):      Knji¾nice
1357 Group(sv):      Bibliotek
1358 Group(uk):      â¦Â̦ÏÔÅËÉ
1359 PreReq:         %{name}-common = %{version}
1360
1361 %description ming
1362 This is a dynamic shared object (DSO) for Apache that will add ming
1363 (Flash - .swf files) support to PHP.
1364
1365 %description ming -l pl
1366 Modu³ PHP dodaj±cy obs³ugê plików Flash (.swf) poprzez bibliotekê
1367 ming.
1368
1369 %package libcpdf
1370 Summary:        cpdf extension module for PHP
1371 Summary(pl):    Modu³ cpdf dla PHP
1372 Group:          Libraries
1373 Group(cs):      Knihovny
1374 Group(da):      Biblioteker
1375 Group(de):      Bibliotheken
1376 Group(es):      Bibliotecas
1377 Group(fr):      Librairies
1378 Group(is):      Aðgerðasöfn
1379 Group(it):      Librerie
1380 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1381 Group(no):      Biblioteker
1382 Group(pl):      Biblioteki
1383 Group(pt):      Bibliotecas
1384 Group(pt_BR):   Bibliotecas
1385 Group(ru):      âÉÂÌÉÏÔÅËÉ
1386 Group(sl):      Knji¾nice
1387 Group(sv):      Bibliotek
1388 Group(uk):      â¦Â̦ÏÔÅËÉ
1389 PreReq:         %{name}-common = %{version}
1390
1391 %description libcpdf
1392 This is a dynamic shared object (DSO) for Apache that will add libcpdf
1393 support to PHP.
1394
1395 %description libcpdf -l pl
1396 Modu³ PHP dodaj±cy obs³ugê libcpdf.
1397
1398 %prep
1399 %setup -q
1400 %patch0 -p1
1401 %patch1 -p1
1402 %patch2 -p1
1403 %patch3 -p1
1404 %patch4 -p1
1405 %patch5 -p1
1406 %patch6 -p1
1407 %patch7 -p1
1408 %patch8 -p1
1409 %patch9 -p1
1410 %patch10 -p1
1411 %patch11 -p1
1412 #%patch101 -p1
1413 #%patch102 -p1
1414 #%patch103 -p1
1415
1416 install -d manual
1417 bzip2 -dc %{SOURCE4} | tar -xf - -C manual
1418
1419 %build
1420 CFLAGS="%{rpmcflags} -DEAPI -I%{_prefix}/X11R6/include"; export CFLAGS
1421 EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
1422 ./buildconf
1423 libtoolize --copy --force
1424 aclocal
1425 autoconf
1426 #for i in cgi fastcgi apxs ; do
1427 for i in cgi apxs ; do
1428 %configure \
1429         `[ $i = cgi ] && echo --enable-discard-path` \
1430         `[ $i = fastcgi ] && echo --enable-discard-path --with-fastcgi=%{_prefix}` \
1431         `[ $i = apxs ] && echo --with-apxs=%{_sbindir}/apxs` \
1432         --with-config-file-path=%{_sysconfdir} \
1433         --with-exec-dir=%{_bindir} \
1434         --%{!?debug:dis}%{?debug:en}able-debug \
1435         --enable-bcmath=shared \
1436         --enable-calendar=shared \
1437         --enable-dba=shared \
1438         --enable-exif=shared \
1439         --enable-ftp=shared \
1440         --enable-gd-native-ttf \
1441         --enable-magic-quotes \
1442         --enable-posix=shared \
1443         --enable-session \
1444         --enable-shared \
1445         --enable-shmop=shared \
1446         --enable-sysvsem=shared \
1447         --enable-sysvshm=shared \
1448         --enable-track-vars \
1449         --enable-trans-sid \
1450         --enable-safe-mode \
1451         --enable-sockets=shared \
1452         --enable-yp=shared \
1453         --enable-ucd-snmp-hack \
1454         --enable-xml=shared \
1455         %{?_with_xslt:--enable-xslt=shared} \
1456         --with-bz2=shared \
1457         %{?_with_libcpdf:--with-cpdflib=shared} \
1458         --with-ctype=shared \
1459         --with-curl=shared \
1460         --without-db2 \
1461         --with-db3 \
1462         --with-dbase=shared \
1463         --with-dom=shared \
1464         --with-filepro=shared \
1465         --with-freetype-dir=shared \
1466         --with-gettext=shared \
1467         --with-gd=shared \
1468         --with-gdbm \
1469         --with-gmp=shared \
1470         --with-hyperwave \
1471         %{!?_without_imap:--with-imap=shared --with-imap-ssl} \
1472         %{?_with_java:--with-java} \
1473         --with-jpeg-dir=shared \
1474         %{!?_without_ldap:--with-ldap=shared} \
1475         --with-mcrypt=shared \
1476         --with-mysql=shared,%{_prefix} \
1477         --with-mysql-sock=/var/lib/mysql/mysql.sock \
1478         --with-mhash=shared \
1479         --with-ming=shared \
1480         --with-mm \
1481         %{!?_without_openssl:--with-openssl} \
1482         %{?_with_oracle:--with-oracle=shared} \
1483         %{?_with_oci8:--with-oci8=shared} \
1484         --with-pear=%{peardir} \
1485         --with-pcre-regex=shared \
1486         --with-pdflib=shared \
1487         --with-pgsql=shared,%{_prefix} \
1488         --with-png-dir=shared \
1489         --with-recode=shared \
1490         --with-regex=php \
1491         %{!?_without_sablot:--with-sablot=/usr/lib} \
1492         %{!?_without_snmp:--with-snmp=shared} \
1493         --with-t1lib=shared \
1494         %{!?_without_odbc:--with-unixODBC=shared} \
1495         %{?_with_wddx:--enable-wddx=shared} \
1496         --with-zlib=shared \
1497         --with-zlib-dir=shared \
1498         --with-xml=shared \
1499         %{?_with_xslt:--with-xslt-sablot=shared}
1500 done
1501
1502 # TODO --with-pspell=/usr,shared (pspell missing)
1503 #       --with-qtdom=shared
1504
1505 %{__make}
1506 %{__make} CFLAGS="%{rpmcflags} -DDISCARD_PATH=1" -C sapi/cgi
1507
1508 # Kill -rpath from php binary and libphp4.so
1509 perl -pi -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
1510 perl -pi -e 's|^runpath_var=.*|runpath_var=|g' libtool
1511 %{__make} CFLAGS="%{rpmcflags} -DDISCARD_PATH=1" php
1512
1513 perl -pi -e 's|^hardcode_into_libs=.*|hardcode_into_libs=no|g' libtool
1514 rm libphp4.la ; %{__make} libphp4.la
1515
1516 %install
1517 rm -rf $RPM_BUILD_ROOT
1518 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache},%{_sysconfdir}/{apache,cgi}} \
1519                 $RPM_BUILD_ROOT/home/httpd/icons \
1520                 $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}}
1521
1522 %{__make} install \
1523         INSTALL_ROOT=$RPM_BUILD_ROOT \
1524         INSTALL_IT="install libs/libphp4.so $RPM_BUILD_ROOT%{_libdir}/apache/ ; install libs/libphp_common*.so.*.*.* $RPM_BUILD_ROOT%{_libdir}"
1525
1526 install .libs/php $RPM_BUILD_ROOT%{_bindir}/php
1527
1528 #exit 1
1529 #install .libs/*.so     $RPM_BUILD_ROOT%{_pkglibdir}
1530 #install modules/*.so   $RPM_BUILD_ROOT%{_pkglibdir}/php
1531
1532 install %{SOURCE2}              $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
1533 install %{SOURCE3} php4.gif     $RPM_BUILD_ROOT/home/httpd/icons
1534 install %{SOURCE5} $RPM_BUILD_ROOT/%{_sbindir}
1535
1536
1537 install %{SOURCE1} .
1538 gzip -9nf CODING_STANDARDS CREDITS \
1539         EXTENSIONS NEWS TODO* LICENSE Zend/LICENSE \
1540         Zend/ZEND_CHANGES README.SELF-CONTAINED-EXTENSIONS README.EXT_SKEL
1541
1542 %clean
1543 rm -rf $RPM_BUILD_ROOT
1544
1545 %post
1546 %{_sbindir}/apxs -e -a -n php4 %{_pkglibdir}/libphp4.so 1>&2
1547 perl -pi -e 's|^#AddType application/x-httpd-php \.php|AddType application/x-httpd-php .php|' \
1548         /etc/httpd/httpd.conf
1549 if [ -f /var/lock/subsys/httpd ]; then
1550         /etc/rc.d/init.d/httpd restart 1>&2
1551 fi
1552
1553 %preun
1554 if [ "$1" = "0" ]; then
1555         %{_sbindir}/apxs -e -A -n php4 %{_pkglibdir}/libphp4.so 1>&2
1556         perl -pi -e \
1557                 's|^AddType application/x-httpd-php \.php|#AddType application/x-httpd-php .php|' \
1558                 /etc/httpd/httpd.conf
1559         if [ -f /var/lock/subsys/httpd ]; then
1560                 /etc/rc.d/init.d/httpd restart 1>&2
1561         fi
1562 fi
1563
1564 %post common -p /sbin/ldconfig
1565 %postun common -p /sbin/ldconfig
1566
1567 %post bcmath
1568 %{_sbindir}/php-module-install install bcmath %{_sysconfdir}/php.ini
1569
1570 %preun bcmath
1571 if [ "$1" = "0" ]; then
1572         %{_sbindir}/php-module-install remove bcmath %{_sysconfdir}/php.ini
1573 fi
1574
1575 %post calendar
1576 %{_sbindir}/php-module-install install calendar %{_sysconfdir}/php.ini
1577
1578 %preun calendar
1579 if [ "$1" = "0" ]; then
1580         %{_sbindir}/php-module-install remove calendar %{_sysconfdir}/php.ini
1581 fi
1582
1583 %post dba
1584 %{_sbindir}/php-module-install install dba %{_sysconfdir}/php.ini
1585
1586 %preun dba
1587 if [ "$1" = "0" ]; then
1588         %{_sbindir}/php-module-install remove dba %{_sysconfdir}/php.ini
1589 fi
1590
1591 %post dbase
1592 %{_sbindir}/php-module-install install dbase %{_sysconfdir}/php.ini
1593
1594 %preun dbase
1595 if [ "$1" = "0" ]; then
1596         %{_sbindir}/php-module-install remove dbase %{_sysconfdir}/php.ini
1597 fi
1598
1599 %post exif
1600 %{_sbindir}/php-module-install install exif %{_sysconfdir}/php.ini
1601
1602 %preun exif
1603 if [ "$1" = "0" ]; then
1604         %{_sbindir}/php-module-install remove exif %{_sysconfdir}/php.ini
1605 fi
1606
1607 %post filepro
1608 %{_sbindir}/php-module-install install filepro %{_sysconfdir}/php.ini
1609
1610 %preun filepro
1611 if [ "$1" = "0" ]; then
1612         %{_sbindir}/php-module-install remove filepro %{_sysconfdir}/php.ini
1613 fi
1614
1615 %post ftp
1616 %{_sbindir}/php-module-install install ftp %{_sysconfdir}/php.ini
1617
1618 %preun ftp
1619 if [ "$1" = "0" ]; then
1620         %{_sbindir}/php-module-install remove ftp %{_sysconfdir}/php.ini
1621 fi
1622
1623 %post gd
1624 %{_sbindir}/php-module-install install gd %{_sysconfdir}/php.ini
1625
1626 %preun gd
1627 if [ "$1" = "0" ]; then
1628         %{_sbindir}/php-module-install remove gd %{_sysconfdir}/php.ini
1629 fi
1630
1631 %post gettext
1632 %{_sbindir}/php-module-install install gettext %{_sysconfdir}/php.ini
1633
1634 %preun gettext
1635 if [ "$1" = "0" ]; then
1636         %{_sbindir}/php-module-install remove gettext %{_sysconfdir}/php.ini
1637 fi
1638
1639 %if %{?_without_imap:0}%{!?_without_imap:1}
1640 %post imap
1641 %{_sbindir}/php-module-install install imap %{_sysconfdir}/php.ini
1642
1643 %preun imap
1644 if [ "$1" = "0" ]; then
1645         %{_sbindir}/php-module-install remove imap %{_sysconfdir}/php.ini
1646 fi
1647 %endif
1648
1649 %if %{?_with_java:1}%{!?_with_java:0}
1650 %post java
1651 %{_sbindir}/php-module-install install libphp_java %{_sysconfdir}/php.ini
1652
1653 %preun java
1654 if [ "$1" = "0" ]; then
1655         %{_sbindir}/php-module-install remove libphp_java %{_sysconfdir}/php.ini
1656 fi
1657 %endif
1658
1659 %if %{?_without_ldap:0}%{!?_without_ldap:1}
1660 %post ldap
1661 %{_sbindir}/php-module-install install ldap %{_sysconfdir}/php.ini
1662
1663 %preun ldap
1664 if [ "$1" = "0" ]; then
1665         %{_sbindir}/php-module-install remove ldap %{_sysconfdir}/php.ini
1666 fi
1667 %endif
1668
1669 %post mcrypt
1670 %{_sbindir}/php-module-install install mcrypt %{_sysconfdir}/php.ini
1671
1672 %preun mcrypt
1673 if [ "$1" = "0" ]; then
1674         %{_sbindir}/php-module-install remove mcrypt %{_sysconfdir}/php.ini
1675 fi
1676
1677 %post mhash
1678 %{_sbindir}/php-module-install install mhash %{_sysconfdir}/php.ini
1679
1680 %preun mhash
1681 if [ "$1" = "0" ]; then
1682         %{_sbindir}/php-module-install remove mhash %{_sysconfdir}/php.ini
1683 fi
1684
1685 %post mysql
1686 %{_sbindir}/php-module-install install mysql %{_sysconfdir}/php.ini
1687
1688 %preun mysql
1689 if [ "$1" = "0" ]; then
1690         %{_sbindir}/php-module-install remove mysql %{_sysconfdir}/php.ini
1691 fi
1692
1693 %post pdf
1694 %{_sbindir}/php-module-install install libpdf_php %{_sysconfdir}/php.ini
1695
1696 %preun pdf
1697 if [ "$1" = "0" ]; then
1698         %{_sbindir}/php-module-install remove libpdf_php %{_sysconfdir}/php.ini
1699 fi
1700
1701 %preun domxml
1702 if [ "$1" = "0" ]; then
1703         %{_sbindir}/php-module-install remove domxml %{_sysconfdir}/php.ini
1704 fi
1705
1706 %post domxml
1707 %{_sbindir}/php-module-install install domxml %{_sysconfdir}/php.ini
1708
1709 %if %{?_with_oci8:1}%{!?_with_oci8:0}
1710 %post oci8
1711 %{_sbindir}/php-module-install install oci8 %{_sysconfdir}/php.ini
1712
1713 %preun oci8
1714 if [ "$1" = "0" ]; then
1715         %{_sbindir}/php-module-install remove oci8 %{_sysconfdir}/php.ini
1716 fi
1717 %endif
1718
1719 %if %{?_without_odbc:0}%{!?_without_odbc:1}
1720 %post odbc
1721 %{_sbindir}/php-module-install install odbc %{_sysconfdir}/php.ini
1722
1723 %preun odbc
1724 if [ "$1" = "0" ]; then
1725         %{_sbindir}/php-module-install remove odbc %{_sysconfdir}/php.ini
1726 fi
1727 %endif
1728
1729 %if %{?_with_oracle:1}%{!?_with_oracle:0}
1730 %post oracle
1731 %{_sbindir}/php-module-install install oracle %{_sysconfdir}/php.ini
1732
1733 %preun oracle
1734 if [ "$1" = "0" ]; then
1735         %{_sbindir}/php-module-install remove oracle %{_sysconfdir}/php.ini
1736 fi
1737 %endif
1738
1739 %post pcre
1740 %{_sbindir}/php-module-install install pcre %{_sysconfdir}/php.ini
1741
1742 %preun pcre
1743 if [ "$1" = "0" ]; then
1744         %{_sbindir}/php-module-install remove pcre %{_sysconfdir}/php.ini
1745 fi
1746
1747 %post pgsql
1748 %{_sbindir}/php-module-install install pgsql %{_sysconfdir}/php.ini
1749
1750 %preun pgsql
1751 if [ "$1" = "0" ]; then
1752         %{_sbindir}/php-module-install remove pgsql %{_sysconfdir}/php.ini
1753 fi
1754
1755 %post posix
1756 %{_sbindir}/php-module-install install posix %{_sysconfdir}/php.ini
1757
1758 %preun posix
1759 if [ "$1" = "0" ]; then
1760         %{_sbindir}/php-module-install remove posix %{_sysconfdir}/php.ini
1761 fi
1762
1763 %post recode
1764 %{_sbindir}/php-module-install install recode %{_sysconfdir}/php.ini
1765
1766 %preun recode
1767 if [ "$1" = "0" ]; then
1768         %{_sbindir}/php-module-install remove recode %{_sysconfdir}/php.ini
1769 fi
1770
1771 %post session
1772 %{_sbindir}/php-module-install install session %{_sysconfdir}/php.ini
1773
1774 %preun session
1775 if [ "$1" = "0" ]; then
1776         %{_sbindir}/php-module-install remove session %{_sysconfdir}/php.ini
1777 fi
1778
1779 %if %{?_without_snmp:0}%{!?_without_snmp:1}
1780 %post snmp
1781 %{_sbindir}/php-module-install install snmp %{_sysconfdir}/php.ini
1782
1783 %preun snmp
1784 if [ "$1" = "0" ]; then
1785         %{_sbindir}/php-module-install remove snmp %{_sysconfdir}/php.ini
1786 fi
1787 %endif
1788
1789 %post sockets
1790 %{_sbindir}/php-module-install install sockets %{_sysconfdir}/php.ini
1791
1792 %preun sockets
1793 if [ "$1" = "0" ]; then
1794         %{_sbindir}/php-module-install remove sockets %{_sysconfdir}/php.ini
1795 fi
1796
1797 %post sysvsem
1798 %{_sbindir}/php-module-install install sysvsem %{_sysconfdir}/php.ini
1799
1800 %preun sysvsem
1801 if [ "$1" = "0" ]; then
1802         %{_sbindir}/php-module-install remove sysvsem %{_sysconfdir}/php.ini
1803 fi
1804
1805 %post sysvshm
1806 %{_sbindir}/php-module-install install sysvshm %{_sysconfdir}/php.ini
1807
1808 %preun sysvshm
1809 if [ "$1" = "0" ]; then
1810         %{_sbindir}/php-module-install remove sysvshm %{_sysconfdir}/php.ini
1811 fi
1812
1813 %post xml
1814 %{_sbindir}/php-module-install install xml %{_sysconfdir}/php.ini
1815
1816 %preun xml
1817 if [ "$1" = "0" ]; then
1818         %{_sbindir}/php-module-install remove xml %{_sysconfdir}/php.ini
1819 fi
1820
1821 %post yp
1822 %{_sbindir}/php-module-install install yp %{_sysconfdir}/php.ini
1823
1824 %preun yp
1825 if [ "$1" = "0" ]; then
1826         %{_sbindir}/php-module-install remove yp %{_sysconfdir}/php.ini
1827 fi
1828
1829 %post zlib
1830 %{_sbindir}/php-module-install install zlib %{_sysconfdir}/php.ini
1831
1832 %preun zlib
1833 if [ "$1" = "0" ]; then
1834         %{_sbindir}/php-module-install remove zlib %{_sysconfdir}/php.ini
1835 fi
1836
1837 %post curl
1838 %{_sbindir}/php-module-install install curl %{_sysconfdir}/php.ini
1839
1840 %preun curl
1841 if [ "$1" = "0" ]; then
1842         %{_sbindir}/php-module-install remove curl %{_sysconfdir}/php.ini
1843 fi
1844
1845 %post ming
1846 %{_sbindir}/php-module-install install ming %{_sysconfdir}/php.ini
1847
1848 %preun ming
1849 if [ "$1" = "0" ]; then
1850         %{_sbindir}/php-module-install remove ming %{_sysconfdir}/php.ini
1851 fi
1852
1853 %if %{?_with_xslt:1}%{!?_with_xslt:0}
1854 %post xslt
1855 %{_sbindir}/php-module-install install xslt %{_sysconfdir}/php.ini
1856
1857 %preun xslt
1858 if [ "$1" = "0" ]; then
1859         %{_sbindir}/php-module-install remove xslt %{_sysconfdir}/php.ini
1860 fi
1861 %endif
1862
1863 %if %{?_with_wddx:1}%{!?_with_wddx:0}
1864 %post wddx
1865 %{_sbindir}/php-module-install install wddx %{_sysconfdir}/php.ini
1866
1867 %preun wddx
1868 if [ "$1" = "0" ]; then
1869         %{_sbindir}/php-module-install remove wddx %{_sysconfdir}/php.ini
1870 fi
1871 %endif
1872
1873 %if %{?_with_libcpdf:1}%{!?_with_libcpdf:0}
1874 %post libcpdf
1875 %{_sbindir}/php-module-install install libcpdf %{_sysconfdir}/php.ini
1876
1877 %preun libcpdf
1878 if [ "$1" = "0" ]; then
1879         %{_sbindir}/php-module-install remove libcpdf %{_sysconfdir}/php.ini
1880 fi
1881 %endif
1882
1883 %files
1884 %defattr(644,root,root,755)
1885 %attr(755,root,root) %{_libdir}/apache/libphp4.so
1886
1887 %files cgi
1888 %defattr(644,root,root,755)
1889 %attr(755,root,root) %{_bindir}/php
1890
1891 %files common
1892 %defattr(644,root,root,755)
1893 %doc {CODING_STANDARDS,CREDITS,Zend/ZEND_CHANGES}.gz
1894 %doc {LICENSE,Zend/LICENSE,EXTENSIONS,NEWS,TODO*}.gz
1895 %doc {README.EXT_SKEL,README.SELF-CONTAINED-EXTENSIONS}.gz
1896
1897 %dir %{_sysconfdir}
1898 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/php.ini
1899
1900 /home/httpd/icons/*
1901
1902 %attr(755,root,root) %{_sbindir}/*
1903
1904 %attr(755,root,root) %{_libdir}/libphp_common*.so.*.*.*
1905
1906 %dir %{extensionsdir}
1907
1908 %files devel
1909 %defattr(644,root,root,755)
1910 %{_includedir}/php
1911 %{_libdir}/php/build
1912 %attr(755,root,root) %{_bindir}/phpextdist
1913 %attr(755,root,root) %{_bindir}/phpize
1914 %attr(755,root,root) %{_bindir}/php-config
1915
1916 %files domxml
1917 %defattr(644,root,root,755)
1918 %attr(755,root,root) %{extensionsdir}/domxml.so
1919
1920 %files pear
1921 %defattr(644,root,root,755)
1922 %attr(755,root,root) %{_bindir}/pear
1923 %{peardir}
1924
1925 %files mysql
1926 %defattr(644,root,root,755)
1927 %attr(755,root,root) %{extensionsdir}/mysql.so
1928
1929 %files pdf
1930 %defattr(644,root,root,755)
1931 %attr(755,root,root) %{extensionsdir}/libpdf_php.so
1932
1933 %files pgsql
1934 %defattr(644,root,root,755)
1935 %attr(755,root,root) %{extensionsdir}/pgsql.so
1936
1937 %if %{?_with_oracle:1}%{!?_with_oracle:0}
1938 %files oracle
1939 %defattr(644,root,root,755)
1940 %attr(755,root,root) %{extensionsdir}/oracle.so
1941 %endif
1942
1943 %if %{?_with_oci8:1}%{!?_with_oci8:0}
1944 %files oci8
1945 %defattr(644,root,root,755)
1946 %attr(755,root,root) %{extensionsdir}/oci8.so
1947 %endif
1948
1949 %files gd
1950 %defattr(644,root,root,755)
1951 %attr(755,root,root) %{extensionsdir}/gd.so
1952
1953 # To check
1954 #%files xml
1955 #%defattr(644,root,root,755)
1956 #%attr(755,root,root) %{extensionsdir}/xml.so
1957
1958 %files dba
1959 %defattr(644,root,root,755)
1960 %attr(755,root,root) %{extensionsdir}/dba.so
1961
1962 %files dbase
1963 %defattr(644,root,root,755)
1964 %attr(755,root,root) %{extensionsdir}/dbase.so
1965
1966 %files filepro
1967 %defattr(644,root,root,755)
1968 %attr(755,root,root) %{extensionsdir}/filepro.so
1969
1970 %files pcre
1971 %defattr(644,root,root,755)
1972 %attr(755,root,root) %{extensionsdir}/pcre.so
1973
1974 %files posix
1975 %defattr(644,root,root,755)
1976 %attr(755,root,root) %{extensionsdir}/posix.so
1977
1978 %files sysvsem
1979 %defattr(644,root,root,755)
1980 %attr(755,root,root) %{extensionsdir}/sysvsem.so
1981
1982 %files sysvshm
1983 %defattr(644,root,root,755)
1984 %attr(755,root,root) %{extensionsdir}/sysvshm.so
1985
1986 %files yp
1987 %defattr(644,root,root,755)
1988 %attr(755,root,root) %{extensionsdir}/yp.so
1989
1990 %files calendar
1991 %defattr(644,root,root,755)
1992 %attr(755,root,root) %{extensionsdir}/calendar.so
1993
1994 %files bcmath
1995 %defattr(644,root,root,755)
1996 %attr(755,root,root) %{extensionsdir}/bcmath.so
1997
1998 %files ftp
1999 %defattr(644,root,root,755)
2000 %attr(755,root,root) %{extensionsdir}/ftp.so
2001
2002 %files zlib
2003 %defattr(644,root,root,755)
2004 %attr(755,root,root) %{extensionsdir}/zlib.so
2005
2006 %files exif
2007 %defattr(644,root,root,755)
2008 %attr(755,root,root) %{extensionsdir}/exif.so
2009
2010 %files recode
2011 %defattr(644,root,root,755)
2012 %attr(755,root,root) %{extensionsdir}/recode.so
2013
2014 #%files session
2015 #%defattr(644,root,root,755)
2016 #%attr(755,root,root) %{extensionsdir}/session.so
2017
2018 %files gettext
2019 %defattr(644,root,root,755)
2020 %attr(755,root,root) %{extensionsdir}/gettext.so
2021
2022 %if %{?_without_imap:0}%{!?_without_imap:1}
2023 %files imap
2024 %defattr(644,root,root,755)
2025 %attr(755,root,root) %{extensionsdir}/imap.so
2026 %endif
2027
2028 %if %{?_without_snmp:0}%{!?_without_snmp:1}
2029 %files snmp
2030 %defattr(644,root,root,755)
2031 %attr(755,root,root) %{extensionsdir}/snmp.so
2032 %endif
2033
2034 %if %{?_with_java:1}%{!?_with_java:0}
2035 %files java
2036 %defattr(644,root,root,755)
2037 %attr(755,root,root) %{extensionsdir}/libphp_java.so
2038 %endif
2039
2040 %if %{?_without_ldap:0}%{!?_without_ldap:1}
2041 %files ldap
2042 %defattr(644,root,root,755)
2043 %attr(755,root,root) %{extensionsdir}/ldap.*
2044 %endif
2045
2046 %files sockets
2047 %defattr(644,root,root,755)
2048 %attr(755,root,root) %{extensionsdir}/sockets.so
2049
2050 %files mcrypt
2051 %defattr(644,root,root,755)
2052 %attr(755,root,root) %{extensionsdir}/mcrypt.so
2053
2054 %files mhash
2055 %defattr(644,root,root,755)
2056 %attr(755,root,root) %{extensionsdir}/mhash.so
2057
2058 %if %{?_without_odbc:0}%{!?_without_odbc:1}
2059 %files odbc
2060 %defattr(644,root,root,755)
2061 %attr(755,root,root) %{extensionsdir}/odbc.so
2062 %endif
2063
2064 %files doc
2065 %defattr(644,root,root,755)
2066 %doc manual/*
2067
2068 %files curl
2069 %defattr(644,root,root,755)
2070 %attr(755,root,root) %{extensionsdir}/curl.so
2071
2072 %files ming
2073 %defattr(644,root,root,755)
2074 %attr(755,root,root) %{extensionsdir}/ming.so
2075
2076 %if %{?_with_xslt:1}%{!?_with_xslt:0}
2077 %files xslt
2078 %defattr(644,root,root,755)
2079 %attr(755,root,root) %{extensionsdir}/xslt.so
2080 %endif
2081
2082 %if %{?_with_wddx:1}%{!?_with_wddx:0}
2083 %files wddx
2084 %defattr(644,root,root,755)
2085 %attr(755,root,root) %{extensionsdir}/wddx.so
2086 %endif
2087
2088 %if %{?_with_libcpdf:1}%{!?_with_libcpdf:0}
2089 %files libcpdf
2090 %defattr(644,root,root,755)
2091 %attr(755,root,root) %{extensionsdir}/cpdf.so
2092 %endif
This page took 0.251117 seconds and 3 git commands to generate.