]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- missing file?
[packages/ZendFramework.git] / ZendFramework.spec
1 # TODO
2 # - broken:
3 #   error: ZendFramework-Zend_Service_Audioscrobbler-1.7.4-1.noarch: req pear(Zend/Service/Audioscrobbler/Exception.php) not found
4 # - dependencies to subpackages
5 #        php-fileinfo is needed by ZendFramework-1.6.2-2.5.noarch
6 #        php-mime_magic is needed by ZendFramework-1.6.2-2.5.noarch
7 #        php-pecl_http is needed by ZendFramework-1.6.2-2.5.noarch
8 #        php-ereg is needed by ZendFramework-Zend_Cache-1.6.2-2.5.noarch
9 #        php-sqlite is needed by ZendFramework-Zend_Cache-1.6.2-2.5.noarch
10 #        php-gd is needed by ZendFramework-Zend_Captcha-1.6.2-2.5.noarch
11 #        php-sapi_apache is needed by ZendFramework-Zend_Controller-1.6.2-2.5.noarch
12 #        php-mysqli is needed by ZendFramework-Zend_Db-1.6.2-2.5.noarch
13 #        php-oci8 is needed by ZendFramework-Zend_Db-1.6.2-2.5.noarch
14 #        php-zip is needed by ZendFramework-Zend_Filter-1.6.2-2.5.noarch
15 #        php-ereg is needed by ZendFramework-Zend_Gdata-1.6.2-2.5.noarch
16 #        php-openssl is needed by ZendFramework-Zend_Gdata-1.6.2-2.5.noarch
17 #        php-mcrypt is needed by ZendFramework-Zend_InfoCard-1.6.2-2.5.noarch
18 #        php-openssl is needed by ZendFramework-Zend_InfoCard-1.6.2-2.5.noarch
19 #        php-json is needed by ZendFramework-Zend_Json-1.6.2-2.5.noarch
20 #        php-ldap is needed by ZendFramework-Zend_Ldap-1.6.2-2.5.noarch
21 #        php-zip is needed by ZendFramework-Zend_Mail-1.6.2-2.5.noarch
22 #        php-bcmath is needed by ZendFramework-Zend_OpenId-1.6.2-2.5.noarch
23 #        php-gmp is needed by ZendFramework-Zend_OpenId-1.6.2-2.5.noarch
24 #        php-mhash is needed by ZendFramework-Zend_OpenId-1.6.2-2.5.noarch
25 #        php-openssl is needed by ZendFramework-Zend_OpenId-1.6.2-2.5.noarch
26 #        php-gd is needed by ZendFramework-Zend_Pdf-1.6.2-2.5.noarch
27 #        php-bitset is needed by ZendFramework-Zend_Search_Lucene-1.6.2-2.5.noarch
28 #        php-zip is needed by ZendFramework-Zend_Search_Lucene-1.6.2-2.5.noarch
29 #        php-ereg is needed by ZendFramework-Zend_Service_Amazon-1.6.2-2.5.noarch
30 #        php-mcrypt is needed by ZendFramework-Zend_Service_ReCaptcha-1.6.2-2.5.noarch
31 #        php-pecl_http is needed by ZendFramework-Zend_Uri-1.6.2-2.5.noarch
32 #        php-mime_magic is needed by ZendFramework-Zend_Validate-1.6.2-2.5.noarch
33 # - add rpm-whiteout: http://pld.pastebin.com/f33091903
34 %include        /usr/lib/rpm/macros.php
35 Summary:        Zend Framework
36 Summary(pl.UTF-8):      Szkielet Zend
37 Name:           ZendFramework
38 Version:        1.7.4
39 Release:        1
40 License:        New BSD License
41 Group:          Development/Languages/PHP
42 Source0:        http://framework.zend.com/releases/%{name}-%{version}/ZendFramework-%{version}.tar.gz
43 # Source0-md5:  5240444dc2b0af50086ba6b3b9ee285e
44 Source1:        http://framework.zend.com/releases/ZendFramework-%{version}/%{name}-%{version}-manual-en.tar.gz
45 # Source1-md5:  0bd6bf75ac35f48ce2348a37e1789da7
46 Source2:        %{name}-find-lang.sh
47 # http://framework.zend.com/issues/browse/ZF-5802
48 Source3:        %{name}-Zend_Tool_Framework_Manifest_Exception.php
49 Source4:        %{name}-Zend_Tool_Framework_Provider_Exception.php
50 Source5:        %{name}-Zend_Tool_Project_Resource.php
51 Patch0:         %{name}-additional-locales.patch
52 Patch1:         %{name}-db_charset.patch
53 URL:            http://framework.zend.com/
54 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
55 BuildRequires:  sed >= 4.0
56 Requires:       php-common >= 4:5.1.4
57 Requires:       rpm-whiteout >= 1.12
58 Obsoletes:      ZendFramework-doc
59 BuildArch:      noarch
60 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
61
62 # exclude optional dependencies
63 %define         _noautoreq      'php(oci8)' 'php(bitset)' 'pear(../application/bootstrap.php)'
64
65 %description
66 Zend Framework is a high quality and open source framework for
67 developing Web Applications and Web Services.
68
69 Built in the true PHP spirit, the Zend Framework delivers ease-of-use
70 and powerful functionality. It provides solutions for building modern,
71 robust, and secure websites.
72
73 %description -l pl.UTF-8
74 Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
75 tworzenia aplikacji i usług WWW.
76
77 Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
78 użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
79 nowoczesnych, bogatych i bezpiecznych serwisów WWW.
80
81 %package Zend_Acl
82 Summary:        Zend_Acl - ACL functionality and privileges management
83 Summary(pl.UTF-8):      Zend_Acl - listy kontroli dostępu i zarządzanie uprawnieniami
84 Group:          Development/Languages/PHP
85 URL:            http://framework.zend.com/manual/en/zend.acl.html
86 Requires:       %{name} = %{version}-%{release}
87
88 %description Zend_Acl
89 Zend_Acl provides lightweight and flexible access control list (ACL)
90 functionality and privileges management. In general, an application
91 may utilize such functionality to control access to certain protected
92 objects by other requesting objects.
93
94 %description Zend_Acl -l pl.UTF-8
95 Zend_Acl udostępnia lekkie i elastyczne listy kontroli dostępu (ACL)
96 oraz zarządzanie uprawnieniami. W ogólności aplikacje mogą
97 wykorzystywać te funkcje do kontroli dostępu do określonych
98 chronionych obiektów przez inne obiekty.
99
100 %package Zend_Amf
101 Summary:        Zend_Amf - Action Message Format support
102 Summary(pl.UTF-8):      Zend_Amf - obsługa formatu AMF (Action Message Format)
103 Group:          Development/Languages/PHP
104 URL:            http://framework.zend.com/manual/en/zend.amf.html
105 Requires:       %{name} = %{version}-%{release}
106
107 %description Zend_Amf
108 Zend_Amf provides support for Adobe's Action Message Format (AMF), to
109 allow communication between Adobe's Flash Player and PHP.
110 Specifically, it provides a gateway server implementation for handling
111 requests sent from the Flash Player to the server and mapping these
112 requests to object and class methods and arbitrary callbacks.
113
114 %description Zend_Amf -l pl.UTF-8
115 Zend_Amf dodaje obsługę formatu Adobe Action Message Format (AMF),
116 pozwalającego na komunikację między Adobe Flash Playerem a PHP. W
117 szczególności udostępnia implementację serwera bramki do obsługi żądań
118 wysyłanych z Flash Playera do serwera i odwzorowywania tych żądań na
119 obiekty i metody klas oraz wywołania zwrotne.
120
121 %package Zend_Auth
122 Summary:        Zend_Auth - authentication API
123 Summary(pl.UTF-8):      Zend_Auth - API do uwierzytelniania
124 Group:          Development/Languages/PHP
125 URL:            http://framework.zend.com/manual/en/zend.auth.html
126 Requires:       %{name} = %{version}-%{release}
127 Requires:       php-ctype
128 # Zend_Auth_Adapter_Http has hard dependency on hash
129
130 %description Zend_Auth
131 Zend_Auth provides an API for authentication and includes concrete
132 authentication adapters for common use case scenarios.
133
134 %description Zend_Auth -l pl.UTF-8
135 Zend_Auth udostępnia API do uwierzytelniania i zawiera właściwe
136 adaptery do uwierzytelniania w popularnych przypadkach użycia.
137
138 %package Zend_Cache
139 Summary:        Zend_Cache - data caching
140 Summary(pl.UTF-8):      Zend_Cache - pamięć podręczna dla danych
141 Group:          Development/Languages/PHP
142 URL:            http://framework.zend.com/manual/en/zend.cache.html
143 Requires:       %{name} = %{version}-%{release}
144 # Zend_Cache_Backend_Apc hard dep on php-pecl-APC
145
146 %description Zend_Cache
147 Zend_Cache provides a flexible approach toward caching data, including
148 support for tagging, manipulating, iterating, and removing subsets.
149
150 %description Zend_Cache -l pl.UTF-8
151 Zend_Cache zapewnia elastyczną pamięć podręczną dla danych z obsługą
152 oznaczania, modyfikowania, iterowania i usuwania podzbiorów.
153
154 %package Zend_Captcha
155 Summary:        Zend_Captcha - CAPTCHA functionality
156 Summary(pl.UTF-8):      Zend_Captcha - funkcjonalność CAPTCHA
157 Group:          Development/Languages/PHP
158 URL:            http://framework.zend.com/manual/en/zend.captcha.html
159 Requires:       %{name} = %{version}-%{release}
160
161 %description Zend_Captcha
162 CAPTCHA stands for "Completely Automated Turing test to tell Computers
163 and Humans Apart" it is used as a challenge-response to ensure that
164 the individual submitting information is a human and not an automated
165 process. Typically, a captcha is used with form submissions where
166 authenticated users are not necessary, but you desire to prevent spam
167 submissions. Captchas can take variety of forms, including asking
168 logic questions, presenting skewed fonts, and presenting images and
169 asking how they relate. Zend_Captcha aims to provide a variety of
170 backends that may be utilized either standalone or in conjunction with
171 Zend_Form.
172
173 %description Zend_Captcha -l pl.UTF-8
174 CAPTCHA (Completely Automated Turing test to tell Computers and Humans
175 Apart) to oparta na pytaniu i odpowiedzi metoda upewnienia się, że
176 wysyłający informację jest człowiekiem, a nie zautomatyzowanym
177 procesem. Zwykle captcha używa się tam, gdzie formularze są wywyłane
178 bez uwierzytelniania, ale chcemy zapobiec wysyłaniu spamu. Mają różne
179 postaci, np. zadawanie pytań logicznych, pokazywanie wykrzywionych
180 fontów lub obrazków z pytaniem o ich powiązania. Klasa Zend_Captcha
181 udostępnia różne backendy. Może być używana zarówno samodzielnie, jak
182 i w połączeniu z Zend_Form.
183
184 %package Zend_Config
185 Summary:        Zend_Config - access to configuration data
186 Summary(pl.UTF-8):      Zend_Config - dostęp do danych konfiguracyjnych
187 Group:          Development/Languages/PHP
188 URL:            http://framework.zend.com/manual/en/zend.config.html
189 Requires:       %{name} = %{version}-%{release}
190
191 %description Zend_Config
192 Zend_Config is designed to simplify access to and use of configuration
193 data within applications.
194
195 %description Zend_Config -l pl.UTF-8
196 Zend_Config ma na celu ułatwienie dostępu i używania danych
197 konfiguracyjnych w aplikacjach.
198
199 %package Zend_Console_Getopt
200 Summary:        Zend_Console_Getopt - parsing command-line options and arguments
201 Summary(pl.UTF-8):      Zend_Console_Getopt - analiza opcji i argumentów linii poleceń
202 Group:          Development/Languages/PHP
203 URL:            http://framework.zend.com/manual/en/zend.console.getopt.html
204 Requires:       %{name} = %{version}-%{release}
205
206 %description Zend_Console_Getopt
207 The Zend_Console_Getopt class helps command-line applications to parse
208 their options and arguments.
209
210 %description Zend_Console_Getopt -l pl.UTF-8
211 Klasa Zend_Console_Getopt pomaga aplikacjom linii poleceń w analizie
212 opcji i argumentów.
213
214 %package Zend_Controller
215 Summary:        Zend_Controller - heart of Model-View-Controller system
216 Summary(pl.UTF-8):      Zend_Controller - podstawa systemu Model-View-Controller
217 Group:          Development/Languages/PHP
218 URL:            http://framework.zend.com/manual/en/zend.controller.html
219 Requires:       %{name} = %{version}-%{release}
220
221 %description Zend_Controller
222 Zend_Controller is the heart of Zend Framework's MVC system. MVC
223 stands for Model-View-Controller and is a design pattern targeted at
224 separating application logic from display logic.
225
226 %description Zend_Controller -l pl.UTF-8
227 Zend_Controller to podstawa systemu MVC szkieletu Zend. MVC oznacza
228 Model-View-Controller (model-widok-kontroler) i jest wzorcem
229 projektowym służącym do oddzielenia logiki aplikacji od logiki
230 wyświetlania.
231
232 %package Zend_Currency
233 Summary:        Zend_Currency - currency representation handling
234 Summary(pl.UTF-8):      Zend_Currency - obsługa reprezentacji walut
235 Group:          Development/Languages/PHP
236 URL:            http://framework.zend.com/manual/en/zend.currency.html
237 Requires:       %{name} = %{version}-%{release}
238 Requires:       php-iconv
239
240 %description Zend_Currency
241 Zend_Currency is part of the I18N core of the Zend_Framework. It
242 handles all issues related to currency, money representation and
243 formating. And it also provides additional informational methods which
244 include localized informations on currencies, informations about which
245 currency is used in which region and more.
246
247 %description Zend_Currency -l pl.UTF-8
248 Zend_Currency to część rdzenia I18N szkieletu Zend. Obsługuje
249 wszystkie zawiłości związane z walutami, reprezentacją i formatowaniem
250 jednostek monetarnych. Zawiera także dodatkowe metody informacyjne
251 zawierające zlokalizowane informacje o walutach, regionach, w których
252 są używane itp.
253
254 %package Zend_Date
255 Summary:        Zend_Date - manipulating dates and times
256 Summary(pl.UTF-8):      Zend_Date - operacje na dacie i czasie
257 Group:          Development/Languages/PHP
258 URL:            http://framework.zend.com/manual/en/zend.date.html
259 Requires:       %{name} = %{version}-%{release}
260
261 %description Zend_Date
262 Zend_Date component offers a detailed, but simple API for manipulating
263 dates and times. Its methods accept a wide variety of types of
264 information, including date parts, in numerous combinations yielding
265 many features and possibilities above and beyond the existing PHP date
266 related functions.
267
268 %description Zend_Date -l pl.UTF-8
269 Komponent Zend_Date oferuje szczegółowe, ale proste API do operacji na
270 dacie i czasie. Metody przyjmują szeroki zakres typów informacji, w
271 tym części daty w różnych kombinacjach wykraczających poza funkcje
272 obróbki daty istniejące w PHP.
273
274 %package Zend_Db
275 Summary:        Zend_Db
276 Group:          Development/Languages/PHP
277 URL:            http://framework.zend.com/manual/en/zend.db.html
278 Requires:       %{name} = %{version}-%{release}
279
280 %description Zend_Db
281 Zend_Db and its related classes provide a simple SQL database
282 interface for Zend Framework. The Zend_Db_Adapter is the basic class
283 you use to connect your PHP application to an RDBMS. There is a
284 different Adapter class for each brand of RDBMS. The Zend_Db Adapters
285 create a bridge from the vendor-specific PHP extensions to a common
286 interface, to help you write PHP applications once and deploy with
287 multiple brands of RDBMS with very little effort. The interface of the
288 Adapter class is similar to the interface of the PHP Data Objects
289 extension.
290
291 Zend_Db provides Adapter classes to PDO drivers for the following
292 RDBMS brands:
293 - IBM DB2 and Informix Dynamic Server (IDS), using the pdo_ibm PHP
294   extension
295 - MySQL, using the pdo_mysql PHP extension
296 - Microsoft SQL Server, using the pdo_mssql PHP extension
297 - Oracle, using the pdo_oci PHP extension
298 - PostgreSQL, using the pdo_pgsql PHP extension
299 - SQLite, using the pdo_sqlite PHP extension
300
301 In addition, Zend_Db provides Adapter classes that utilize PHP
302 database extensions for the following RDBMS brands:
303 - MySQL, using the mysqli PHP extension
304 - Oracle, using the oci8 PHP extension
305 - IBM DB2, using the ibm_db2 PHP extension
306 - Firebird/Interbase, using the php_interbase PHP extension
307
308 %package Zend_Debug
309 Summary:        Zend_Debug
310 Group:          Development/Languages/PHP
311 URL:            http://framework.zend.com/manual/en/zend.debug.html
312 Requires:       %{name} = %{version}-%{release}
313
314 %description Zend_Debug
315 Zend_Debug is a simple debugging component. The static method
316 Zend_Debug::dump() prints or returns information about an expression.
317 This simple technique of debugging is easy to use in an ad hoc
318 fashion, and requires no initialization, special tools, or debugging
319 environment.
320
321 %package Zend_Dojo
322 Summary:        Zend_Dojo
323 Group:          Development/Languages/PHP
324 URL:            http://framework.zend.com/manual/en/zend.dojo.html
325 Requires:       %{name} = %{version}-%{release}
326
327 %description Zend_Dojo
328 Zend_Dojo component provides integration with Dojo Toolkit.
329
330 Integration points with Dojo include:
331 - JSON-RPC support
332 - dojo.data compatibility
333 - View helper to help setup the Dojo environment
334 - Dijit-specific Zend_View helpres
335 - Dijit-specific Zend_Form elements and decorators
336
337 %package Zend_Dom
338 Summary:        Zend_Dom
339 Group:          Development/Languages/PHP
340 URL:            http://framework.zend.com/manual/en/zend.dom.html
341 Requires:       %{name} = %{version}-%{release}
342
343 %description Zend_Dom
344 Zend_Dom provides tools for working with DOM documents and structures.
345 Currently, it offer Zend_Dom_Query, which provides a unified interface
346 for querying DOM documents utilizing both XPath and CSS selectors.
347
348 %package Zend_Exception
349 Summary:        Zend_Exception
350 Group:          Development/Languages/PHP
351 URL:            http://framework.zend.com/manual/en/zend.exception.html
352 Requires:       %{name} = %{version}-%{release}
353
354 %description Zend_Exception
355 Zend_Exception is a base exception class. All exceptions thrown by
356 Zend Framework classes should throw an exception that derives from the
357 base class Zend_Exception.
358
359 %package Zend_Feed
360 Summary:        Zend_Feed
361 Group:          Development/Languages/PHP
362 URL:            http://framework.zend.com/manual/en/zend.feed.html
363 Requires:       %{name} = %{version}-%{release}
364 Requires:       php-dom
365 Requires:       php-mbstring
366
367 %description Zend_Feed
368 Zend_Feed provides functionality for consuming RSS and Atom feeds. It
369 provides a natural syntax for accessing elements of feeds, feed
370 attributes, and entry attributes. Zend_Feed also has extensive support
371 for modifying feed and entry structure with the same natural syntax,
372 and turning the result back into XML. In the future, this modification
373 support could provide support for the Atom Publishing Protocol.
374
375 %package Zend_File
376 Summary:        Zend_File
377 Group:          Development/Languages/PHP
378 URL:            http://framework.zend.com/manual/en/zend.file.html
379 Requires:       %{name} = %{version}-%{release}
380
381 %description Zend_File
382 Zend_File enables developers to take control over file uploads and
383 also over file downloads. It allows you to use built in validators for
384 file purposes and gives you the ability even to change files with
385 filters. Zend_File_Transfer works with adapters which allow to use the
386 same API for different transport protocols like HTTP, FTP, WEBDAV and
387 more.
388
389 %package Zend_Filter
390 Summary:        Zend_Filter
391 Group:          Development/Languages/PHP
392 URL:            http://framework.zend.com/manual/en/zend.filter.html
393 Requires:       %{name} = %{version}-%{release}
394
395 %description Zend_Filter
396 Zend_Filter component provides a set of commonly needed data filters.
397 It also provides a simple filter chaining mechanism by which multiple
398 filters may be applied to a single datum in a user-defined order.
399
400 %package Zend_Filter_Input
401 Summary:        Zend_Filter_Input
402 Group:          Development/Languages/PHP
403 URL:            http://framework.zend.com/manual/en/zend.filter.input.html
404 Requires:       %{name} = %{version}-%{release}
405
406 %description Zend_Filter_Input
407 Zend_Filter_Input provides a declarative interface to associate
408 multiple filters and validators, apply them to collections of data,
409 and to retrieve input values after they have been processed by the
410 filters and validators. Values are returned in escaped format by
411 default for safe HTML output.
412
413 %package Zend_Form
414 Summary:        Zend_Form
415 Group:          Development/Languages/PHP
416 URL:            http://framework.zend.com/manual/en/zend.form.html
417 Requires:       %{name} = %{version}-%{release}
418
419 %description Zend_Form
420 Zend_Form simplifies form creation and handling in your web
421 application. It accomplishes the following goals:
422 - Element input filtering and validation
423 - Element ordering
424 - Element and Form rendering, including escaping
425 - Element and form grouping
426 - Element and form-level configuration
427
428 %package Zend_Gdata
429 Summary:        Zend_Gdata
430 Group:          Development/Languages/PHP
431 URL:            http://framework.zend.com/manual/en/zend.gdata.html
432 Requires:       %{name} = %{version}-%{release}
433 Requires:       php-ctype
434 Requires:       php-dom
435
436 %description Zend_Gdata
437 Zend_Gdata component is a interface for accessing Google Data from
438 PHP. Google Data APIs provide programmatic interface to some of
439 Google's online services. The Google data Protocol is based upon the
440 Atom Publishing Protocol and allows client applications to retrieve
441 data matching queries, post data, update data and delete data using
442 standard HTTP and the Atom syndication formation. Zend_Gdata component
443 also supports accessing other services implementing the Atom
444 Publishing Protocol.
445
446 %package Zend_Http
447 Summary:        Zend_Http
448 Group:          Development/Languages/PHP
449 URL:            http://framework.zend.com/manual/en/zend.http.html
450 Requires:       %{name} = %{version}-%{release}
451 Requires:       php-ctype
452 # Zend_Http_Client_Adapter_Curl has hard dependency on curl
453
454 %description Zend_Http
455 Zend_Http component provides a client for the HTTP protocol. It
456 supports:
457 - URL validation
458 - cookies
459 - proxy servers.
460
461 %package Zend_InfoCard
462 Summary:        Zend_InfoCard
463 Group:          Development/Languages/PHP
464 URL:            http://framework.zend.com/manual/en/zend.infocard.html
465 Requires:       %{name} = %{version}-%{release}
466
467 %description Zend_InfoCard
468 Zend_InfoCard component implements relying-party support for
469 Information Cards. Infomation Cards are used for identity management
470 on the internet and authentication of users to web sites (called
471 relying parties).
472
473 %package Zend_Json
474 Summary:        Zend_Json
475 Group:          Development/Languages/PHP
476 URL:            http://framework.zend.com/manual/en/zend.json.html
477 Requires:       %{name} = %{version}-%{release}
478
479 %description Zend_Json
480 Zend_Json provides convenience methods for serializing native PHP to
481 JSON and decoding JSON to native PHP.
482
483 JSON, JavaScript Object Notation, can be used for data interchange
484 between JavaScript and other languages. Since JSON can be directly
485 evaluated by JavaScript, it is a more efficient and lightweight format
486 than XML for exchanging data with JavaScript clients.
487
488 In addition, Zend_Json provides a useful way to convert any arbitrary
489 XML formatted string into a JSON formatted string. This built-in
490 feature will enable PHP developers to transform the enterprise data
491 encoded in XML format into JSON format before sending it to
492 browser-based Ajax client applications. It provides an easy way to do
493 dynamic data conversion on the server-side code thereby avoiding
494 unnecessary XML parsing in the browser-side applications. It offers a
495 nice utility function that results in easier application-specific data
496 processing techniques.
497
498 %package Zend_Layout
499 Summary:        Zend_Layout
500 Group:          Development/Languages/PHP
501 URL:            http://framework.zend.com/manual/en/zend.layout.html
502 Requires:       %{name} = %{version}-%{release}
503
504 %description Zend_Layout
505 Zend_Layout implements a classic Two Step View pattern, allowing
506 developers to wrap application content within another view, usually
507 representing the site template. Such templates are often termed
508 layouts by other projects, and Zend Framework has adopted this term
509 for consistency.
510
511 The main goals of Zend_Layout are as follows:
512 - Automate selection and rendering of layouts when used with the Zend
513   Framework MVC components.
514 - Provide separate scope for layout related variables and content.
515 - Allow configuration, including layout name, layout script resolution
516   (inflection), and layout script path.
517 - Allow disabling layouts, changing layout scripts, and other states;
518   allow these actions from within action controllers and view scripts.
519 - Follow same script resolution rules (inflection) as the
520   ViewRenderer, but allow them to also use different rules.
521 - Allow usage without Zend Framework MVC components.
522
523 %package Zend_Ldap
524 Summary:        Zend_Ldap
525 Group:          Development/Languages/PHP
526 URL:            http://framework.zend.com/manual/en/zend.ldap.html
527 Requires:       %{name} = %{version}-%{release}
528
529 %description Zend_Ldap
530 Zend_Ldap is a class for performing LDAP operations including but not
531 limited to binding, searching and modifying entries in an LDAP
532 directory.
533
534 %package Zend_Loader
535 Summary:        Zend_Loader
536 Group:          Development/Languages/PHP
537 URL:            http://framework.zend.com/manual/en/zend.loader.html
538 Requires:       %{name} = %{version}-%{release}
539
540 %description Zend_Loader
541 The Zend_Loader class includes methods to help you load files
542 dynamically.
543
544 %package Zend_Locale
545 Summary:        Zend_Locale
546 Group:          Development/Languages/PHP
547 URL:            http://framework.zend.com/manual/en/zend.locale.html
548 Requires:       %{name} = %{version}-%{release}
549 Requires:       php-iconv
550 Suggests:       php-bcmath
551
552 %description Zend_Locale
553 Zend_Locale is the Framework's answer to the question, "How can the
554 same application be used around the whole world?". This component is
555 the foundation of Zend_Date, Zend_Translate, and others. It provides:
556 - access to CLDR, an international data repository for I18N issues,
557   for all framework classes
558 - localizing of numbers
559 - normalizing of dates, times and numbers.
560
561 %package Zend_Log
562 Summary:        Zend_Log
563 Group:          Development/Languages/PHP
564 URL:            http://framework.zend.com/manual/en/zend.log.html
565 Requires:       %{name} = %{version}-%{release}
566 # Zend_Log_Formatter_Xml has hard dependency on dom
567
568 %description Zend_Log
569 Zend_Log is a component for general purpose logging. It supports
570 multiple log backends, formatting messages sent to the log, and
571 filtering messages from being logged. These functions are divided into
572 the following objects:
573 - A Log (instance of Zend_Log) is the object that your application
574   uses the most. You can have as many Log objects as you like; they do
575   not interact. A Log object must contain at least one Writer, and can
576   optionally contain one or more Filters.
577 - A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
578   saving data to storage.
579 - A Filter (implements Zend_Log_Filter_Interface) blocks log data from
580   being saved. A filter may be applied to an individual Writer, or to a
581   Log where it is applied before all Writers. In either case, filters
582   may be chained.
583 - A Formatter (implements Zend_Log_Formatter_Interface) can format the
584   log data before it is written by a Writer. Each Writer has exactly one
585   Formatter.
586
587 %package Zend_Mail
588 Summary:        Zend_Mail
589 Group:          Development/Languages/PHP
590 URL:            http://framework.zend.com/manual/en/zend.mail.html
591 Requires:       %{name} = %{version}-%{release}
592
593 %description Zend_Mail
594 Zend_Mail provides generalized functionality to compose and send both
595 text and MIME-compliant multipart e-mail messages. Mail can be sent
596 with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
597 or via Zend_Mail_Transport_Smtp.
598
599 %package Zend_Measure
600 Summary:        Zend_Measure
601 Group:          Development/Languages/PHP
602 URL:            http://framework.zend.com/manual/en/zend.measure.html
603 Requires:       %{name} = %{version}-%{release}
604
605 %description Zend_Measure
606 Zend_Measure component provide a generic and easy way for working with
607 measurements. Using Zend_Measure_* classes, you can convert
608 measurements into different units of the same type. They can be added,
609 subtracted and compared against each other. From a given input made in
610 the user's native language, the unit of measurement can be
611 automatically extracted. Numerous units of measurement are supported.
612
613 %package Zend_Memory
614 Summary:        Zend_Memory
615 Group:          Development/Languages/PHP
616 URL:            http://framework.zend.com/manual/en/zend.memory.html
617 Requires:       %{name} = %{version}-%{release}
618
619 %description Zend_Memory
620 The Zend_Memory component is intended to manage data in an environment
621 with limited memory. Memory objects (memory containers) are generated
622 by memory manager by request and transparently swapped/loaded when
623 it's necessary. For example, if creating or loading a managed object
624 would cause the total memory usage to exceed the limit you specify,
625 some managed objects are copied to cache storage outside of memory. In
626 this way, the total memory used by managed objects does not exceed the
627 limit you need to enforce.
628
629 %package Zend_Mime
630 Summary:        Zend_Mime
631 Group:          Development/Languages/PHP
632 URL:            http://framework.zend.com/manual/en/zend.mime.html
633 Requires:       %{name} = %{version}-%{release}
634 Requires:       php-iconv
635
636 %description Zend_Mime
637 Zend_Mime is a support class for handling multipart MIME messages.
638
639 %package Zend_OpenId
640 Summary:        Zend_OpenId
641 Group:          Development/Languages/PHP
642 URL:            http://framework.zend.com/manual/en/zend.openid.html
643 Requires:       %{name} = %{version}-%{release}
644
645 %description Zend_OpenId
646 Zend_OpenId is a Zend Framework component that provides a simple API
647 for building OpenID-enabled sites and identity providers.
648
649 %package Zend_Paginator
650 Summary:        Zend_Paginator
651 Group:          Development/Languages/PHP
652 URL:            http://framework.zend.com/manual/en/zend.paginator.html
653 Requires:       %{name} = %{version}-%{release}
654
655 %description Zend_Paginator
656 Zend_Paginator is a flexible component for paginating collections of
657 data and presenting that data to users.
658
659 The primary design goals of Zend_Paginator are as follows:
660 - Paginate arbitrary data, not just relational databases
661 - Fetch only the results that need to be displayed
662 - Do not force users to adhere to only one way of displaying data or
663   rendering pagination controls
664 - Loosely couple Zend_Paginator to other Zend Framework components so
665   that users who wish to use it independently of Zend_View, Zend_Db,
666   etc. can do so.
667
668 %package Zend_Pdf
669 Summary:        Zend_Pdf
670 Group:          Development/Languages/PHP
671 URL:            http://framework.zend.com/manual/en/zend.pdf.html
672 Requires:       %{name} = %{version}-%{release}
673 Requires:       php-ctype
674 Requires:       php-gd
675 Requires:       php-iconv
676 Requires:       php-zlib
677
678 %description Zend_Pdf
679 Zend_Pdf module is a PDF (Portable Document Format) manipulation
680 engine. It can load existing documents, create new, modify and save
681 modified documents. Thus it can help application dynamically prepare
682 documents in a PDF by modifying existing template or generating
683 document from a scratch.
684
685 Zend_Pdf module supports the following features:
686 - Create new document or load existing one (PDF V1.4 (Acrobat 5)
687   documents are supported for loading now).
688 - Retrieving specified revision of the document.
689 - Manipulate pages within document. Changing page order, adding new
690   pages, removing pages from a document.
691 - Different drawing primitives (lines, rectangles, polygons, circles,
692   ellipses and sectors).
693 - Text drawing using any of the 14 standard (built-in) fonts or your
694   own custom TrueType fonts.
695 - Rotations.
696 - Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
697   images are supported).
698 - Incremental PDF file update.
699
700 %package Zend_ProgressBar
701 Summary:        Zend_ProgressBar
702 Group:          Development/Languages/PHP
703 URL:            http://framework.zend.com/manual/en/zend.progressbar.html
704 Requires:       %{name} = %{version}-%{release}
705
706 %description Zend_ProgressBar
707 Zend_ProgressBar is a component to create and update progressbars in
708 different environments. It consists of a single backend, which outputs
709 the progress through one of the multiple adapters. On every update, it
710 takes an absolute value and optionally a status message, and then
711 calls the adapter with some precalculated values like percentage and
712 estimated time left.
713
714 %package Zend_Registry
715 Summary:        Zend_Registry
716 Group:          Development/Languages/PHP
717 URL:            http://framework.zend.com/manual/en/zend.registry.html
718 Requires:       %{name} = %{version}-%{release}
719
720 %description Zend_Registry
721 The registry is a container for storing objects and values in the
722 application space. By storing the value in the registry, the same
723 object is always available throughout your application. This mechanism
724 is an alternative to using global storage.
725
726 %package Zend_Rest
727 Summary:        Zend_Rest
728 Group:          Development/Languages/PHP
729 URL:            http://framework.zend.com/manual/en/zend.rest.html
730 Requires:       %{name} = %{version}-%{release}
731 Requires:       php-ctype
732 Requires:       php-dom
733
734 %description Zend_Rest
735 REST Web Services use service-specific XML formats. These ad-hoc
736 standards mean that the manner for accessing a REST web service is
737 different for each service. REST web services typically use URL
738 parameters (GET data) or path information for requesting data and POST
739 data for sending data. Zend_Rest component provides:
740 - capabilities to access REST web services
741 - capabilities to expose APIs as REST services
742
743 %package Zend_Search_Lucene
744 Summary:        Zend_Search_Lucene
745 Group:          Development/Languages/PHP
746 URL:            http://framework.zend.com/manual/en/zend.search.lucene.html
747 Requires:       %{name} = %{version}-%{release}
748 Requires:       php-ctype
749 Requires:       php-dom
750 Requires:       php-iconv
751 Suggests:       php-pecl-bitset
752
753 %description Zend_Search_Lucene
754 Zend_Search_Lucene is a general purpose text search engine. Since it
755 stores its index on the filesystem and does not require a database
756 server, it can add search capabilities to almost any PHP-driven
757 website.
758
759 Zend_Search_Lucene supports the following features:
760 - Ranked searching - best results returned first
761 - Many powerful query types: phrase queries, wildcard queries,
762   proximity queries, range queries and more
763 - Search by specific field (e.g., title, author, contents)
764
765 %package Zend_Server_Reflection
766 Summary:        Zend_Server_Reflection
767 Group:          Development/Languages/PHP
768 URL:            http://framework.zend.com/manual/en/zend.server.reflection.html
769 Requires:       %{name} = %{version}-%{release}
770
771 %description Zend_Server_Reflection
772 Zend_Server_Reflection provides a standard mechanism for performing
773 function and class introspection for use with server classes. It is
774 based on Reflection API, and extends it to provide methods for
775 retrieving parameter and return value types and descriptions, a full
776 list of function and method prototypes (i.e., all possible valid
777 calling combinations), and function/method descriptions.
778
779 %package Zend_Service_Akismet
780 Summary:        Zend_Service_Akismet
781 Group:          Development/Languages/PHP
782 URL:            http://framework.zend.com/manual/en/zend.service.akismet.html
783 Requires:       %{name} = %{version}-%{release}
784
785 %description Zend_Service_Akismet
786 Zend_Service_Akismet provides a client for the Akismet API. The
787 Akismet service is used to determine if incoming data is potentially
788 spam; it also exposes methods for submitting data as known spam or as
789 false positives (ham). Originally intended to help categorize and
790 identify spam for Wordpress, it can be used for any type of data.
791
792 Akismet requires an API key for usage. You may get one for signing up
793 for a WordPress.com account. You do not need to activate a blog;
794 simply acquiring the account will provide you with the API key.
795
796 Additionally, Akismet requires that all requests contain a URL to the
797 resource for which data is being filtered, and, because of Akismet's
798 origins in WordPress, this resource is called the blog url. This value
799 should be passed as the second argument to the constructor, but may be
800 reset at any time using the setBlogUrl() accessor, or overridden by
801 specifying a 'blog' key in the various method calls.
802
803 %package Zend_Service_Amazon
804 Summary:        Zend_Service_Amazon
805 Group:          Development/Languages/PHP
806 URL:            http://framework.zend.com/manual/en/zend.service.amazon.html
807 Requires:       %{name} = %{version}-%{release}
808 Requires:       php-dom
809
810 %description Zend_Service_Amazon
811 Zend_Service_Amazon is a simple API for using Amazon web services.
812 Zend_Service_Amazon has two APIs: a more traditional one that follows
813 Amazon's own API, and a simpler "Query API" for constructing even
814 complex search queries easily.
815
816 Zend_Service_Amazon enables developers to retrieve information
817 appearing throughout Amazon.com web sites directly through the Amazon
818 Web Services API.
819
820 %package Zend_Service_Audioscrobbler
821 Summary:        Zend_Service_Audioscrobbler
822 Group:          Development/Languages/PHP
823 URL:            http://framework.zend.com/manual/en/zend.service.audioscrobbler.html
824 Requires:       %{name} = %{version}-%{release}
825 Requires:       php-iconv
826
827 %description Zend_Service_Audioscrobbler
828 Zend_Service_Audioscrobbler is a simple API for using the
829 Audioscrobbler REST Web Service. The Audioscrobbler Web Service
830 provides access to its database of Users, Artists, Albums, Tracks,
831 Tags, Groups, and Forums.
832
833 %package Zend_Service_Delicious
834 Summary:        Zend_Service_Delicious
835 Group:          Development/Languages/PHP
836 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
837 Requires:       %{name} = %{version}-%{release}
838 Requires:       php-dom
839
840 %description Zend_Service_Delicious
841 Zend_Service_Delicious is simple API for using del.icio.us XML and
842 JSON web services. This component gives you read-write access to posts
843 at del.icio.us if you provide credentials. It also allows read-only
844 access to public data of all users.
845
846 %package Zend_Service_Flickr
847 Summary:        Zend_Service_Flickr
848 Group:          Development/Languages/PHP
849 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
850 Requires:       %{name} = %{version}-%{release}
851 Requires:       php-dom
852 Requires:       php-iconv
853
854 %description Zend_Service_Flickr
855 Zend_Service_Flickr is a simple API for using the Flickr REST Web
856 Service. In order to use the Flickr web services, you must have an API
857 key. To obtain a key, visit the Flickr API Documentation
858 <http://www.flickr.com/services/api/>.
859
860 %package Zend_Service_Nirvanix
861 Summary:        Zend_Service_Nirvanix
862 Group:          Development/Languages/PHP
863 URL:            http://framework.zend.com/manual/en/zend.service.nirvanix.html
864 Requires:       %{name} = %{version}-%{release}
865
866 %description Zend_Service_Nirvanix
867 Nirvanix provides an Internet Media File System (IMFS), an Internet
868 storage service that allows applications to upload, store and organize
869 files and subsequently access them using a standard Web Services
870 interface. An IMFS is distributed clustered file system, accessed over
871 the Internet, and optimized for dealing with media files (audio,
872 video, etc). The goal of an IMFS is to provide massive scalability to
873 deal with the challenges of media storage growth, with guaranteed
874 access and availability regardless of time and location. Finally, an
875 IMFS gives applications the ability to access data securely, without
876 the large fixed costs associated with acquiring and maintaining
877 physical storage assets.
878
879 Before you can get started with Zend_Service_Nirvanix, you must first
880 register for an account (https://www.nirvanix.com/signUpSingle.aspx).
881 After registering, you will receive a Username, Password, and
882 Application Key. All three are required to use Zend_Service_Nirvanix.
883
884 %package Zend_Service_ReCaptcha
885 Summary:        Zend_Service_ReCaptcha
886 Group:          Development/Languages/PHP
887 URL:            http://framework.zend.com/manual/en/zend.service.recaptcha.html
888 Requires:       %{name} = %{version}-%{release}
889
890 %description Zend_Service_ReCaptcha
891 Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
892 Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
893 that helps to digitize books." Each reCAPTCHA requires the user to
894 input two words, the first of which is the actual captcha, and the
895 second of which is a word from some scanned text that Optical
896 Character Recognition (OCR) software has been unable to identifiy. The
897 assumption is that if a user correctly provides the first word, the
898 second is likely correctly entered as well, and can be used to improve
899 OCR software for digitizing books.
900
901 In order to use the reCAPTCHA service, you will need to sign up for an
902 account (http://recaptcha.net/whyrecaptcha.html) and register one or
903 more domains with the service in order to generate public and private
904 keys.
905
906 %package Zend_Service_Simpy
907 Summary:        Zend_Service_Simpy
908 Group:          Development/Languages/PHP
909 URL:            http://framework.zend.com/manual/en/zend.service.simpy.html
910 Requires:       %{name} = %{version}-%{release}
911 Requires:       php-dom
912
913 %description Zend_Service_Simpy
914 Zend_Service_Simpy is a lightweight wrapper for the free REST API
915 available for the Simpy social bookmarking service.
916
917 In order to use Zend_Service_Simpy, you should already have a Simpy
918 account. To get an account, visit the Simpy web site
919 (http://simpy.com/).
920
921 %package Zend_Service_SlideShare
922 Summary:        Zend_Service_SlideShare
923 Group:          Development/Languages/PHP
924 URL:            http://framework.zend.com/manual/en/zend.service.slideshare.html
925 Requires:       %{name} = %{version}-%{release}
926
927 %description Zend_Service_SlideShare
928 The Zend_Service_SlideShare component is used to interact with the
929 slideshare.net web services for hosting slide shows online. With this
930 component, you can embed slide shows which are hosted on this web site
931 within a web site and even upload new slide shows to your account.
932
933 In order to use the Zend_Service_SlideShare component you must first
934 create an account on the slideshare.net servers in order to receive an
935 API key, username, password and shared secret value -- all of which
936 are needed in order to use the Zend_Service_SlideShare component.
937
938 %package Zend_Service_StrikeIron
939 Summary:        Zend_Service_StrikeIron
940 Group:          Development/Languages/PHP
941 URL:            http://framework.zend.com/manual/en/zend.service.strikeiron.html
942 Requires:       %{name} = %{version}-%{release}
943
944 %description Zend_Service_StrikeIron
945 Zend_Service_StrikeIron provides a client to StrikeIron web services.
946
947 The Zend_Service_StrikeIron component provides:
948 - A single point for configuring your StrikeIron authentication
949   credentials that can be used across many StrikeIron services.
950 - A standard way of retrieving your StrikeIron subscription
951   information such as license status and the number of hits remaining to
952   a service.
953 - The ability to use any StrikeIron service from its WSDL without
954   creating a PHP wrapper class, and the option of creating a wrapper for
955   a more convenient interface.
956 - Wrappers for three popular StrikeIron services.
957
958 Before you can get started with Zend_Service_StrikeIron, you must
959 first register (http://strikeiron.com/Register.aspx) for a StrikeIron
960 developer account. After registering, you will receive a StrikeIron
961 username and password. These will be used when connecting to
962 StrikeIron using Zend_Service_StrikeIron. You will also need to sign
963 up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
964 StrikeIron's Super Data Pack Web Service. Both registration steps are
965 free and can be done relatively quickly through the StrikeIron
966 website.
967
968 %package Zend_Service_Technorati
969 Summary:        Zend_Service_Technorati
970 Group:          Development/Languages/PHP
971 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
972 Requires:       %{name} = %{version}-%{release}
973
974 %description Zend_Service_Technorati
975 Zend_Service_Technorati provides an easy, intuitive and
976 object-oriented interface for using the Technorati API. It provides
977 access to all available Technorati API queries and returns the
978 original XML response as a friendly PHP object.
979
980 Technorati requires a valid API key for usage. To get your own API Key
981 you first need to create a new Technorati account
982 (http://technorati.com/signup/), then visit the API Key section
983 (http://technorati.com/developers/apikey.html).
984
985 %package Zend_Service_Twitter
986 Summary:        Zend_Service_Twitter
987 Group:          Development/Languages/PHP
988 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
989 Requires:       %{name} = %{version}-%{release}
990
991 %description Zend_Service_Twitter
992 Zend_Service_Twitter provides a client for the Twitter REST API.
993 Zend_Service_Twitter will allow you to query the public timeline and
994 if you provide a username and password for Twitter it will allow you
995 to get and update your status, reply to friends, direct message
996 friends, mark tweets as favorite and much more.
997
998 %package Zend_Service_Yahoo
999 Summary:        Zend_Service_Yahoo
1000 Group:          Development/Languages/PHP
1001 URL:            http://framework.zend.com/manual/en/zend.service.yahoo.html
1002 Requires:       %{name} = %{version}-%{release}
1003 Requires:       php-dom
1004
1005 %description Zend_Service_Yahoo
1006 Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
1007 APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
1008 Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
1009 REST API, you must have a Yahoo! Application ID. To obtain an
1010 Application ID, please complete and submit the Application ID Request
1011 Form (http://developer.yahoo.com/wsregapp/).
1012
1013 %package Zend_Session
1014 Summary:        Zend_Session
1015 Group:          Development/Languages/PHP
1016 URL:            http://framework.zend.com/manual/en/zend.session.html
1017 Requires:       %{name} = %{version}-%{release}
1018
1019 %description Zend_Session
1020 Zend_Session helps manage and preserve session data across multiple
1021 page requests by the same client. Zend_Session component:
1022 - provides an object-oriented interface to access session data
1023 - provides optional security features to help protect against session
1024   hijacking
1025 - supports namespaced access to the PHP session for interoperability.
1026
1027 %package Zend_Soap
1028 Summary:        Zend_Soap
1029 Group:          Development/Languages/PHP
1030 URL:            http://framework.zend.com/manual/en/zend.soap.html
1031 Requires:       %{name} = %{version}-%{release}
1032
1033 %description Zend_Soap
1034 Zend_Soap component is intended to simplify Web Services development
1035 for PHP programmers.
1036
1037 %package Zend_Text
1038 Summary:        Zend_Text
1039 Group:          Development/Languages/PHP
1040 URL:            http://framework.zend.com/manual/en/zend.text.html
1041 Requires:       %{name} = %{version}-%{release}
1042
1043 %description Zend_Text
1044 Zend_Text is a component which enables developers to create a so
1045 called FIGlet text. A FIGlet text is a string, which is represented as
1046 ASCII art. FIGlets use a special font format, called FLT (FigLet
1047 Font).
1048
1049 %package Zend_Test
1050 Summary:        Zend_Test
1051 Group:          Development/Languages/PHP
1052 URL:            http://framework.zend.com/manual/en/zend.test.html
1053 Requires:       %{name} = %{version}-%{release}
1054 Requires:       php-PHPUnit
1055
1056 %description Zend_Test
1057 Zend_Test provides tools to facilitate unit testing of your Zend
1058 Framework applications.
1059
1060 %package Zend_Tool
1061 Summary:        Zend_Tool
1062 Group:          Development/Languages/PHP
1063 URL:            http://framework.zend.com/wiki/display/ZFDEV/Zend_Tool
1064 Requires:       %{name} = %{version}-%{release}
1065 Requires:       /usr/bin/php
1066
1067 %description Zend_Tool
1068 Zend_Tool component is intended to simplify project development
1069 for PHP programmers.
1070
1071 Please note that this component is part of Zend Framework incubator.
1072
1073 %package Zend_Translate
1074 Summary:        Zend_Translate
1075 Group:          Development/Languages/PHP
1076 URL:            http://framework.zend.com/manual/en/zend.translate.html
1077 Requires:       %{name} = %{version}-%{release}
1078
1079 %description Zend_Translate
1080 Zend_Translate is the Zend Framework's solution for multilingual
1081 applications.
1082
1083 The benefits of Zend_Translate are:
1084 - Supports multiple source formats: Zend_Translate supports several
1085   source formats, including those supported by PHP, and other formats
1086   including TMX and CSV files.
1087 - Thread-safe gettext: The gettext reader of Zend_Translate is
1088   thread-safe. There are no problems using it in multi-threaded
1089   environments.
1090 - Easy and generic API: The API of Zend_Translate is very simple and
1091   requires only a handful of functions. So it's easy to learn and easy
1092   to maintain. All source formats are handled the same way, so if the
1093   format of your source files change from Gettext to TMX, you only need
1094   to change one line of code to specify the storage adapter.
1095 - Detection of the user's standard language: The preferred language of
1096   the user accessing the site can be detected and used by
1097   Zend_Translate.
1098 - Automatic source detection: Zend_Translate is capable of detecting
1099   and integrating multiple source files and additionally detect the
1100   locale to be used depending on directory or filenames.
1101
1102 %package Zend_Uri
1103 Summary:        Zend_Uri
1104 Group:          Development/Languages/PHP
1105 URL:            http://framework.zend.com/manual/en/zend.uri.html
1106 Requires:       %{name} = %{version}-%{release}
1107 Requires:       php-ctype
1108
1109 %description Zend_Uri
1110 Zend_Uri is a component that aids in manipulating and validating
1111 Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1112 service other components such as Zend_Http_Client but is also useful
1113 as a standalone utility.
1114
1115 %package Zend_Validate
1116 Summary:        Zend_Validate
1117 Group:          Development/Languages/PHP
1118 URL:            http://framework.zend.com/manual/en/zend.validate.html
1119 Requires:       %{name} = %{version}-%{release}
1120 Requires:       php-ctype
1121
1122 %description Zend_Validate
1123 The Zend_Validate component provides a set of commonly needed
1124 validators. It also provides a simple validator chaining mechanism by
1125 which multiple validators may be applied to a single datum in a
1126 user-defined order.
1127
1128 %package Zend_Version
1129 Summary:        Zend_Version
1130 Group:          Development/Languages/PHP
1131 URL:            http://framework.zend.com/manual/en/zend.version.html
1132 Requires:       %{name} = %{version}-%{release}
1133
1134 %description Zend_Version
1135 Zend_Version component delivers current version number of Zend
1136 Framework.
1137
1138 %package Zend_View
1139 Summary:        Zend_View
1140 Group:          Development/Languages/PHP
1141 URL:            http://framework.zend.com/manual/en/zend.view.html
1142 Requires:       %{name} = %{version}-%{release}
1143
1144 %description Zend_View
1145 Zend_View is a class for working with the "view" portion of the
1146 model-view-controller pattern. That is, it exists to help keep the
1147 view script separate from the model and controller scripts. It
1148 provides a system of helpers, output filters, and variable escaping.
1149 Zend_View is template system agnostic; you may use PHP as your
1150 template language, or create instances of other template systems and
1151 manipulate them within your view script. Essentially, using Zend_View
1152 happens in two major steps: 1. Your controller script creates an
1153 instance of Zend_View and assigns variables to that instance. 2. The
1154 controller tells the Zend_View to render a particular view, thereby
1155 handing control over the view script, which generates the view output.
1156
1157 %package Zend_Wildfire
1158 Summary:        Zend_Wildfire
1159 Group:          Development/Languages/PHP
1160 URL:            http://framework.zend.com/manual/en/zend.wildfire.html
1161 Requires:       %{name} = %{version}-%{release}
1162
1163 %description Zend_Wildfire
1164 Zend_Wildfire is a component that facilitates communication between
1165 PHP code and Wildfire client components. The purpose of the Wildfire
1166 Project is to develop standardized communication channels between a
1167 large variety of components and a dynamic and scriptable plugin
1168 architecture. At this time the primary focus is to provide a system to
1169 allow server-side PHP code to inject logging messages into the Firebug
1170 Console (http://getfirebug.com/).
1171
1172 %package Zend_XmlRpc
1173 Summary:        Zend_XmlRpc
1174 Group:          Development/Languages/PHP
1175 URL:            http://framework.zend.com/manual/en/zend.xmlrpc.html
1176 Requires:       %{name} = %{version}-%{release}
1177 Requires:       php-dom
1178 Requires:       php-iconv
1179
1180 %description Zend_XmlRpc
1181 From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
1182 "...remote procedure calling using HTTP as the transport and XML as
1183 the encoding. XML-RPC is designed to be as simple as possible, while
1184 allowing complex data structures to be transmitted, processed and
1185 returned". The Zend Framework provides support for both consuming
1186 remote XML-RPC services and building new XML-RPC servers.
1187
1188 %package demos
1189 Summary:        Demos for Zend Framework
1190 Summary(pl.UTF-8):      Programy demonstracyjne dla szkieletu Zend Framework
1191 Group:          Documentation
1192
1193 %description demos
1194 Demos for Zend Framework.
1195
1196 %description demos -l pl.UTF-8
1197 Programy demonstracyjne dla szkieletu Zend Framework.
1198
1199 %package manual-en
1200 Summary:        Zend Framework manual in English language
1201 Summary(pl.UTF-8):      Podręcznik do Zend Framework w języku angielskim
1202 Group:          Documentation
1203
1204 %description manual-en
1205 Zend Framework manual in English language.
1206
1207 %description manual-en -l pl.UTF-8
1208 Podręcznik do Zend Framework w języku angielskim.
1209
1210 %prep
1211 %setup -q -a1
1212 mv %{name}-%{version}/documentation .
1213 find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
1214 %patch0 -p1
1215 cd library
1216 %patch1 -p0
1217 cd -
1218
1219 install %{SOURCE2} find-lang.sh
1220
1221 %install
1222 rm -rf $RPM_BUILD_ROOT
1223 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}/bin}
1224 install -d $RPM_BUILD_ROOT%{_bindir}
1225 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1226
1227 # library should be in include_path if used, so we use already defined %{php_pear_dir}
1228 # NOTE: we could use %{php_data_dir} as of php-common-4:5.2.8-3, but then
1229 # pear(...) deps won't be satisifed that these libs use extensively.
1230 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
1231
1232 # copy Zend_Tool from incubator
1233 cp -a incubator/library/Zend/Tool $RPM_BUILD_ROOT%{php_pear_dir}/Zend
1234 cp -a incubator/bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
1235
1236 # install missing files
1237 install %{SOURCE3} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Framework/Manifest/Exception.php
1238 install %{SOURCE4} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Framework/Provider/Exception.php
1239 install %{SOURCE5} $RPM_BUILD_ROOT%{php_pear_dir}/Zend/Tool/Project/Resource.php
1240
1241 # create script in bindir
1242 cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
1243 #!/bin/sh
1244 cd %{php_pear_dir}/bin
1245 exec /usr/bin/php -d Safe_mode=off zf.php ${1:+"$@"}
1246 EOF
1247
1248 ./find-lang.sh %{name}.lang
1249
1250 # manual
1251 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1252 cp -a documentation/manual/core/en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1253
1254 %clean
1255 rm -rf $RPM_BUILD_ROOT
1256
1257 %files
1258 %defattr(644,root,root,755)
1259 %doc LICENSE.txt README.txt
1260 %dir %{php_pear_dir}/Zend
1261 %dir %{php_pear_dir}/Zend/Console
1262 %dir %{php_pear_dir}/Zend/Search
1263
1264 %dir %{php_pear_dir}/Zend/Server
1265 %{php_pear_dir}/Zend/Server/Abstract.php
1266 %{php_pear_dir}/Zend/Server/Exception.php
1267 %{php_pear_dir}/Zend/Server/Interface.php
1268 %{php_pear_dir}/Zend/Server/Definition.php
1269 %dir %{php_pear_dir}/Zend/Server/Method
1270 %{php_pear_dir}/Zend/Server/Method/Callback.php
1271 %{php_pear_dir}/Zend/Server/Method/Definition.php
1272 %{php_pear_dir}/Zend/Server/Method/Parameter.php
1273 %{php_pear_dir}/Zend/Server/Method/Prototype.php
1274
1275 %dir %{php_pear_dir}/Zend/Service
1276 %{php_pear_dir}/Zend/Service/Abstract.php
1277 %{php_pear_dir}/Zend/Service/Exception.php
1278
1279 %dir %{php_pear_dir}/Zend/Request
1280 %{php_pear_dir}/Zend/Request/Interface.php
1281
1282 %{php_pear_dir}/Zend/TimeSync
1283 %{php_pear_dir}/Zend/TimeSync.php
1284
1285 %files Zend_Acl
1286 %defattr(644,root,root,755)
1287 %{php_pear_dir}/Zend/Acl
1288 %{php_pear_dir}/Zend/Acl.php
1289
1290 %files Zend_Amf
1291 %defattr(644,root,root,755)
1292 %{php_pear_dir}/Zend/Amf
1293
1294 %files Zend_ProgressBar
1295 %defattr(644,root,root,755)
1296 %{php_pear_dir}/Zend/ProgressBar.php
1297 %{php_pear_dir}/Zend/ProgressBar
1298
1299 %files Zend_Auth
1300 %defattr(644,root,root,755)
1301 %{php_pear_dir}/Zend/Auth
1302 %{php_pear_dir}/Zend/Auth.php
1303
1304 %files Zend_Cache
1305 %defattr(644,root,root,755)
1306 %{php_pear_dir}/Zend/Cache
1307 %{php_pear_dir}/Zend/Cache.php
1308 # Zend_Server_Cache subpackage?
1309 # but not listed as separate component on doc
1310 %{php_pear_dir}/Zend/Server/Cache.php
1311
1312 %files Zend_Captcha
1313 %defattr(644,root,root,755)
1314 %{php_pear_dir}/Zend/Captcha
1315
1316 %files Zend_Config
1317 %defattr(644,root,root,755)
1318 %{php_pear_dir}/Zend/Config
1319 %{php_pear_dir}/Zend/Config.php
1320
1321 %files Zend_Console_Getopt
1322 %defattr(644,root,root,755)
1323 %{php_pear_dir}/Zend/Console/Getopt
1324 %{php_pear_dir}/Zend/Console/Getopt.php
1325
1326 %files Zend_Controller
1327 %defattr(644,root,root,755)
1328 %{php_pear_dir}/Zend/Controller
1329
1330 %files Zend_Currency
1331 %defattr(644,root,root,755)
1332 %{php_pear_dir}/Zend/Currency
1333 %{php_pear_dir}/Zend/Currency.php
1334
1335 %files Zend_Date
1336 %defattr(644,root,root,755)
1337 %{php_pear_dir}/Zend/Date
1338 %{php_pear_dir}/Zend/Date.php
1339
1340 %files Zend_Db
1341 %defattr(644,root,root,755)
1342 %{php_pear_dir}/Zend/Db
1343 %{php_pear_dir}/Zend/Db.php
1344
1345 %files Zend_Debug
1346 %defattr(644,root,root,755)
1347 %{php_pear_dir}/Zend/Debug.php
1348
1349 %files Zend_Dojo
1350 %defattr(644,root,root,755)
1351 %{php_pear_dir}/Zend/Dojo
1352 %{php_pear_dir}/Zend/Dojo.php
1353
1354 %files Zend_Dom
1355 %defattr(644,root,root,755)
1356 %{php_pear_dir}/Zend/Dom
1357
1358 %files Zend_Exception
1359 %defattr(644,root,root,755)
1360 %{php_pear_dir}/Zend/Exception.php
1361
1362 %files Zend_Feed
1363 %defattr(644,root,root,755)
1364 %{php_pear_dir}/Zend/Feed
1365 %{php_pear_dir}/Zend/Feed.php
1366
1367 %files Zend_File
1368 %defattr(644,root,root,755)
1369 %{php_pear_dir}/Zend/File
1370
1371 %files Zend_Filter
1372 %defattr(644,root,root,755)
1373 %{php_pear_dir}/Zend/Filter
1374 %{php_pear_dir}/Zend/Filter.php
1375 %exclude %{php_pear_dir}/Zend/Filter/Input.php
1376
1377 %files Zend_Filter_Input
1378 %defattr(644,root,root,755)
1379 %{php_pear_dir}/Zend/Filter/Input.php
1380
1381 %files Zend_Form
1382 %defattr(644,root,root,755)
1383 %{php_pear_dir}/Zend/Form
1384 %{php_pear_dir}/Zend/Form.php
1385
1386 %files Zend_Gdata
1387 %defattr(644,root,root,755)
1388 %{php_pear_dir}/Zend/Gdata
1389 %{php_pear_dir}/Zend/Gdata.php
1390
1391 %files Zend_Http
1392 %defattr(644,root,root,755)
1393 %{php_pear_dir}/Zend/Http
1394
1395 %files Zend_InfoCard
1396 %defattr(644,root,root,755)
1397 %{php_pear_dir}/Zend/InfoCard
1398 %{php_pear_dir}/Zend/InfoCard.php
1399
1400 %files Zend_Json
1401 %defattr(644,root,root,755)
1402 %{php_pear_dir}/Zend/Json
1403 %{php_pear_dir}/Zend/Json.php
1404
1405 %files Zend_Layout
1406 %defattr(644,root,root,755)
1407 %{php_pear_dir}/Zend/Layout
1408 %{php_pear_dir}/Zend/Layout.php
1409
1410 %files Zend_Ldap
1411 %defattr(644,root,root,755)
1412 %{php_pear_dir}/Zend/Ldap
1413 %{php_pear_dir}/Zend/Ldap.php
1414
1415 %files Zend_Loader
1416 %defattr(644,root,root,755)
1417 %{php_pear_dir}/Zend/Loader
1418 %{php_pear_dir}/Zend/Loader.php
1419
1420 %files Zend_Locale -f %{name}.lang
1421 %defattr(644,root,root,755)
1422 %dir %{php_pear_dir}/Zend/Locale
1423 %{php_pear_dir}/Zend/Locale.php
1424 %{php_pear_dir}/Zend/Locale/Exception.php
1425 %{php_pear_dir}/Zend/Locale/Format.php
1426 %{php_pear_dir}/Zend/Locale/Math.php
1427 %{php_pear_dir}/Zend/Locale/Math
1428
1429 %{php_pear_dir}/Zend/Locale/Data.php
1430 %dir %{php_pear_dir}/Zend/Locale/Data
1431 %{php_pear_dir}/Zend/Locale/Data/Translation.php
1432 %{php_pear_dir}/Zend/Locale/Data/characters.xml
1433 %{php_pear_dir}/Zend/Locale/Data/plurals.xml
1434 %{php_pear_dir}/Zend/Locale/Data/root.xml
1435 %{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
1436 %{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
1437
1438 %files Zend_Log
1439 %defattr(644,root,root,755)
1440 %{php_pear_dir}/Zend/Log
1441 %{php_pear_dir}/Zend/Log.php
1442
1443 %files Zend_Mail
1444 %defattr(644,root,root,755)
1445 %{php_pear_dir}/Zend/Mail
1446 %{php_pear_dir}/Zend/Mail.php
1447
1448 %files Zend_Measure
1449 %defattr(644,root,root,755)
1450 %{php_pear_dir}/Zend/Measure
1451
1452 %files Zend_Memory
1453 %defattr(644,root,root,755)
1454 %{php_pear_dir}/Zend/Memory
1455 %{php_pear_dir}/Zend/Memory.php
1456
1457 %files Zend_Mime
1458 %defattr(644,root,root,755)
1459 %{php_pear_dir}/Zend/Mime
1460 %{php_pear_dir}/Zend/Mime.php
1461
1462 %files Zend_OpenId
1463 %defattr(644,root,root,755)
1464 %{php_pear_dir}/Zend/OpenId
1465 %{php_pear_dir}/Zend/OpenId.php
1466
1467 %files Zend_Paginator
1468 %defattr(644,root,root,755)
1469 %{php_pear_dir}/Zend/Paginator
1470 %{php_pear_dir}/Zend/Paginator.php
1471
1472 %files Zend_Pdf
1473 %defattr(644,root,root,755)
1474 %{php_pear_dir}/Zend/Pdf
1475 %{php_pear_dir}/Zend/Pdf.php
1476
1477 %files Zend_Registry
1478 %defattr(644,root,root,755)
1479 %{php_pear_dir}/Zend/Registry.php
1480
1481 %files Zend_Rest
1482 %defattr(644,root,root,755)
1483 %{php_pear_dir}/Zend/Rest
1484
1485 %files Zend_Search_Lucene
1486 %defattr(644,root,root,755)
1487 %{php_pear_dir}/Zend/Search/Exception.php
1488 %{php_pear_dir}/Zend/Search/Lucene
1489 %{php_pear_dir}/Zend/Search/Lucene.php
1490
1491 %files Zend_Server_Reflection
1492 %defattr(644,root,root,755)
1493 %{php_pear_dir}/Zend/Server/Reflection
1494 %{php_pear_dir}/Zend/Server/Reflection.php
1495
1496 %files Zend_Service_Akismet
1497 %defattr(644,root,root,755)
1498 %{php_pear_dir}/Zend/Service/Akismet.php
1499
1500 %files Zend_Service_Amazon
1501 %defattr(644,root,root,755)
1502 %{php_pear_dir}/Zend/Service/Amazon
1503 %{php_pear_dir}/Zend/Service/Amazon.php
1504
1505 %files Zend_Service_Audioscrobbler
1506 %defattr(644,root,root,755)
1507 %{php_pear_dir}/Zend/Service/Audioscrobbler.php
1508
1509 %files Zend_Service_Delicious
1510 %defattr(644,root,root,755)
1511 %{php_pear_dir}/Zend/Service/Delicious
1512 %{php_pear_dir}/Zend/Service/Delicious.php
1513
1514 %files Zend_Service_Flickr
1515 %defattr(644,root,root,755)
1516 %{php_pear_dir}/Zend/Service/Flickr
1517 %{php_pear_dir}/Zend/Service/Flickr.php
1518
1519 %files Zend_Service_Nirvanix
1520 %defattr(644,root,root,755)
1521 %{php_pear_dir}/Zend/Service/Nirvanix
1522 %{php_pear_dir}/Zend/Service/Nirvanix.php
1523
1524 %files Zend_Service_ReCaptcha
1525 %defattr(644,root,root,755)
1526 %{php_pear_dir}/Zend/Service/ReCaptcha
1527 %{php_pear_dir}/Zend/Service/ReCaptcha.php
1528
1529 %files Zend_Service_Simpy
1530 %defattr(644,root,root,755)
1531 %{php_pear_dir}/Zend/Service/Simpy
1532 %{php_pear_dir}/Zend/Service/Simpy.php
1533
1534 %files Zend_Service_SlideShare
1535 %defattr(644,root,root,755)
1536 %{php_pear_dir}/Zend/Service/SlideShare
1537 %{php_pear_dir}/Zend/Service/SlideShare.php
1538
1539 %files Zend_Service_StrikeIron
1540 %defattr(644,root,root,755)
1541 %{php_pear_dir}/Zend/Service/StrikeIron
1542 %{php_pear_dir}/Zend/Service/StrikeIron.php
1543
1544 %files Zend_Service_Technorati
1545 %defattr(644,root,root,755)
1546 %{php_pear_dir}/Zend/Service/Technorati
1547 %{php_pear_dir}/Zend/Service/Technorati.php
1548
1549 %files Zend_Service_Twitter
1550 %defattr(644,root,root,755)
1551 %{php_pear_dir}/Zend/Service/Twitter
1552 %{php_pear_dir}/Zend/Service/Twitter.php
1553
1554 %files Zend_Service_Yahoo
1555 %defattr(644,root,root,755)
1556 %{php_pear_dir}/Zend/Service/Yahoo
1557 %{php_pear_dir}/Zend/Service/Yahoo.php
1558
1559 %files Zend_Session
1560 %defattr(644,root,root,755)
1561 %{php_pear_dir}/Zend/Session
1562 %{php_pear_dir}/Zend/Session.php
1563
1564 %files Zend_Soap
1565 %defattr(644,root,root,755)
1566 %{php_pear_dir}/Zend/Soap
1567
1568 %files Zend_Text
1569 %defattr(644,root,root,755)
1570 %{php_pear_dir}/Zend/Text
1571
1572 %files Zend_Test
1573 %defattr(644,root,root,755)
1574 %{php_pear_dir}/Zend/Test
1575
1576 %files Zend_Tool
1577 %defattr(644,root,root,755)
1578 %attr(755,root,root) %{_bindir}/zf
1579 %{php_pear_dir}/bin/zf.php
1580 %{php_pear_dir}/Zend/Tool
1581
1582 %files Zend_Translate
1583 %defattr(644,root,root,755)
1584 %{php_pear_dir}/Zend/Translate
1585 %{php_pear_dir}/Zend/Translate.php
1586
1587 %files Zend_Uri
1588 %defattr(644,root,root,755)
1589 %{php_pear_dir}/Zend/Uri
1590 %{php_pear_dir}/Zend/Uri.php
1591
1592 %files Zend_Validate
1593 %defattr(644,root,root,755)
1594 %{php_pear_dir}/Zend/Validate
1595 %{php_pear_dir}/Zend/Validate.php
1596
1597 %files Zend_Version
1598 %defattr(644,root,root,755)
1599 %{php_pear_dir}/Zend/Version.php
1600
1601 %files Zend_View
1602 %defattr(644,root,root,755)
1603 %{php_pear_dir}/Zend/View
1604 %{php_pear_dir}/Zend/View.php
1605
1606 %files Zend_Wildfire
1607 %defattr(644,root,root,755)
1608 %{php_pear_dir}/Zend/Wildfire
1609
1610 %files Zend_XmlRpc
1611 %defattr(644,root,root,755)
1612 %{php_pear_dir}/Zend/XmlRpc
1613
1614 %files demos
1615 %defattr(644,root,root,755)
1616 %{_examplesdir}/%{name}-%{version}
1617
1618 %files manual-en
1619 %defattr(644,root,root,755)
1620 %doc %{_docdir}/%{name}-en
This page took 0.177947 seconds and 4 git commands to generate.