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