]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- ZendFramework-db_charset.patch was cause of syntax errors
[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.2
6 Release:        2
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:  6c5e824feb11a913453b0d4208029e06
11 Source1:        http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}-manual-en.tar.gz
12 # Source1-md5:  993547c3d128cde28197bb013024d945
13 Source2:        %{name}-find-lang.sh
14 Patch0:         %{name}-additional-locales.patch
15 Patch1:         %{name}-deps.patch
16 Patch2:         %{name}-bug6499.patch
17 URL:            http://framework.zend.com/
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 BuildRequires:  sed >= 4.0
20 Requires:       php-common >= 4:5.1.4
21 Requires:       php-pear
22 Requires:       rpm-whiteout >= 1.12
23 Obsoletes:      ZendFramework-doc
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 # exclude optional dependencies
28 %define         _noautoreq      'php(oci8)' 'php(bitset)' 'pear(../application/bootstrap.php)'
29
30 %description
31 Zend Framework is a high quality and open source framework for
32 developing Web Applications and Web Services.
33
34 Built in the true PHP spirit, the Zend Framework delivers ease-of-use
35 and powerful functionality. It provides solutions for building modern,
36 robust, and secure websites.
37
38 %description -l pl.UTF-8
39 Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
40 tworzenia aplikacji i usług WWW.
41
42 Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
43 użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
44 nowoczesnych, bogatych i bezpiecznych serwisów WWW.
45
46 %package Zend_Acl
47 Summary:        Zend_Acl - ACL functionality and privileges management
48 Summary(pl.UTF-8):      Zend_Acl - listy kontroli dostępu i zarządzanie uprawnieniami
49 Group:          Development/Languages/PHP
50 URL:            http://framework.zend.com/manual/en/zend.acl.html
51 Requires:       %{name} = %{version}-%{release}
52
53 %description Zend_Acl
54 Zend_Acl provides lightweight and flexible access control list (ACL)
55 functionality and privileges management. In general, an application
56 may utilize such functionality to control access to certain protected
57 objects by other requesting objects.
58
59 %description Zend_Acl -l pl.UTF-8
60 Zend_Acl udostępnia lekkie i elastyczne listy kontroli dostępu (ACL)
61 oraz zarządzanie uprawnieniami. W ogólności aplikacje mogą
62 wykorzystywać te funkcje do kontroli dostępu do określonych
63 chronionych obiektów przez inne obiekty.
64
65 %package Zend_Amf
66 Summary:        Zend_Amf - Action Message Format support
67 Summary(pl.UTF-8):      Zend_Amf - obsługa formatu AMF (Action Message Format)
68 Group:          Development/Languages/PHP
69 URL:            http://framework.zend.com/manual/en/zend.amf.html
70 Requires:       %{name} = %{version}-%{release}
71
72 %description Zend_Amf
73 Zend_Amf provides support for Adobe's Action Message Format (AMF), to
74 allow communication between Adobe's Flash Player and PHP.
75 Specifically, it provides a gateway server implementation for handling
76 requests sent from the Flash Player to the server and mapping these
77 requests to object and class methods and arbitrary callbacks.
78
79 %description Zend_Amf -l pl.UTF-8
80 Zend_Amf dodaje obsługę formatu Adobe Action Message Format (AMF),
81 pozwalającego na komunikację między Adobe Flash Playerem a PHP. W
82 szczególności udostępnia implementację serwera bramki do obsługi żądań
83 wysyłanych z Flash Playera do serwera i odwzorowywania tych żądań na
84 obiekty i metody klas oraz wywołania zwrotne.
85
86 %package Zend_Application
87 Summary:        Zend_Application - bootstrap facility
88 Group:          Development/Languages/PHP
89 URL:            http://framework.zend.com/manual/en/zend.amf.html
90 Requires:       %{name} = %{version}-%{release}
91
92 %description Zend_Application
93 Zend_Application provides a bootstrapping facility for applications
94 which provides reusable resources, common- and module-based bootstrap
95 classes and dependency checking. It also takes care of setting up the
96 PHP environment and introduces autoloading by default.
97
98 %package Zend_Auth
99 Summary:        Zend_Auth - authentication API
100 Summary(pl.UTF-8):      Zend_Auth - API do uwierzytelniania
101 Group:          Development/Languages/PHP
102 URL:            http://framework.zend.com/manual/en/zend.auth.html
103 Requires:       %{name} = %{version}-%{release}
104 Requires:       php-ctype
105 # Zend_Auth_Adapter_Http has hard dependency on hash
106
107 %description Zend_Auth
108 Zend_Auth provides an API for authentication and includes concrete
109 authentication adapters for common use case scenarios.
110
111 %description Zend_Auth -l pl.UTF-8
112 Zend_Auth udostępnia API do uwierzytelniania i zawiera właściwe
113 adaptery do uwierzytelniania w popularnych przypadkach użycia.
114
115 %package Zend_Cache
116 Summary:        Zend_Cache - data caching
117 Summary(pl.UTF-8):      Zend_Cache - pamięć podręczna dla danych
118 Group:          Development/Languages/PHP
119 URL:            http://framework.zend.com/manual/en/zend.cache.html
120 Requires:       %{name} = %{version}-%{release}
121 # Zend_Cache_Backend_Apc hard dep on php-pecl-APC
122
123 %description Zend_Cache
124 Zend_Cache provides a flexible approach toward caching data, including
125 support for tagging, manipulating, iterating, and removing subsets.
126
127 %description Zend_Cache -l pl.UTF-8
128 Zend_Cache zapewnia elastyczną pamięć podręczną dla danych z obsługą
129 oznaczania, modyfikowania, iterowania i usuwania podzbiorów.
130
131 %package Zend_Captcha
132 Summary:        Zend_Captcha - CAPTCHA functionality
133 Summary(pl.UTF-8):      Zend_Captcha - funkcjonalność CAPTCHA
134 Group:          Development/Languages/PHP
135 URL:            http://framework.zend.com/manual/en/zend.captcha.html
136 Requires:       %{name} = %{version}-%{release}
137
138 %description Zend_Captcha
139 CAPTCHA stands for "Completely Automated Turing test to tell Computers
140 and Humans Apart" it is used as a challenge-response to ensure that
141 the individual submitting information is a human and not an automated
142 process. Typically, a captcha is used with form submissions where
143 authenticated users are not necessary, but you desire to prevent spam
144 submissions. Captchas can take variety of forms, including asking
145 logic questions, presenting skewed fonts, and presenting images and
146 asking how they relate. Zend_Captcha aims to provide a variety of
147 backends that may be utilized either standalone or in conjunction with
148 Zend_Form.
149
150 %description Zend_Captcha -l pl.UTF-8
151 CAPTCHA (Completely Automated Turing test to tell Computers and Humans
152 Apart) to oparta na pytaniu i odpowiedzi metoda upewnienia się, że
153 wysyłający informację jest człowiekiem, a nie zautomatyzowanym
154 procesem. Zwykle captcha używa się tam, gdzie formularze są wywyłane
155 bez uwierzytelniania, ale chcemy zapobiec wysyłaniu spamu. Mają różne
156 postaci, np. zadawanie pytań logicznych, pokazywanie wykrzywionych
157 fontów lub obrazków z pytaniem o ich powiązania. Klasa Zend_Captcha
158 udostępnia różne backendy. Może być używana zarówno samodzielnie, jak
159 i w połączeniu z Zend_Form.
160
161 %package Zend_CodeGenerator
162 Summary:        Zend_CodeGenerator - generate arbitrary code using OO interface
163 Group:          Development/Languages/PHP
164 URL:            http://framework.zend.com/manual/en/zend.codegenerator.html
165 Requires:       %{name} = %{version}-%{release}
166
167 %description Zend_CodeGenerator
168 Zend_CodeGenerator provides facilities to generate arbitrary code
169 using an object oriented interface, both to create new code as well as
170 to update existing code. While the current implementation is limited
171 to generating PHP code, you can easily extend the base class in order
172 to provide code generation for other tasks: JavaScript, configuration
173 files, apache vhosts, etc.
174
175 %package Zend_Config
176 Summary:        Zend_Config - access to configuration data
177 Summary(pl.UTF-8):      Zend_Config - dostęp do danych konfiguracyjnych
178 Group:          Development/Languages/PHP
179 URL:            http://framework.zend.com/manual/en/zend.config.html
180 Requires:       %{name} = %{version}-%{release}
181
182 %description Zend_Config
183 Zend_Config is designed to simplify access to and use of configuration
184 data within applications.
185
186 %description Zend_Config -l pl.UTF-8
187 Zend_Config ma na celu ułatwienie dostępu i używania danych
188 konfiguracyjnych w aplikacjach.
189
190 %package Zend_Console_Getopt
191 Summary:        Zend_Console_Getopt - parsing command-line options and arguments
192 Summary(pl.UTF-8):      Zend_Console_Getopt - analiza opcji i argumentów linii poleceń
193 Group:          Development/Languages/PHP
194 URL:            http://framework.zend.com/manual/en/zend.console.getopt.html
195 Requires:       %{name} = %{version}-%{release}
196
197 %description Zend_Console_Getopt
198 The Zend_Console_Getopt class helps command-line applications to parse
199 their options and arguments.
200
201 %description Zend_Console_Getopt -l pl.UTF-8
202 Klasa Zend_Console_Getopt pomaga aplikacjom linii poleceń w analizie
203 opcji i argumentów.
204
205 %package Zend_Controller
206 Summary:        Zend_Controller - heart of Model-View-Controller system
207 Summary(pl.UTF-8):      Zend_Controller - podstawa systemu Model-View-Controller
208 Group:          Development/Languages/PHP
209 URL:            http://framework.zend.com/manual/en/zend.controller.html
210 Requires:       %{name} = %{version}-%{release}
211
212 %description Zend_Controller
213 Zend_Controller is the heart of Zend Framework's MVC system. MVC
214 stands for Model-View-Controller and is a design pattern targeted at
215 separating application logic from display logic.
216
217 %description Zend_Controller -l pl.UTF-8
218 Zend_Controller to podstawa systemu MVC szkieletu Zend. MVC oznacza
219 Model-View-Controller (model-widok-kontroler) i jest wzorcem
220 projektowym służącym do oddzielenia logiki aplikacji od logiki
221 wyświetlania.
222
223 %package Zend_Crypt
224 Summary:        Zend_Crypt
225 Group:          Development/Languages/PHP
226 URL:            http://framework.zend.com/manual/en/zend.crypt.html
227 Requires:       %{name} = %{version}-%{release}
228
229 %description Zend_Crypt
230 Zend_Crypt
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
551 %description Zend_Locale
552 Zend_Locale is the Framework's answer to the question, "How can the
553 same application be used around the whole world?". This component is
554 the foundation of Zend_Date, Zend_Translate, and others. It provides:
555 - access to CLDR, an international data repository for I18N issues,
556   for all framework classes
557 - localizing of numbers
558 - normalizing of dates, times and numbers.
559
560 %package Zend_Log
561 Summary:        Zend_Log
562 Group:          Development/Languages/PHP
563 URL:            http://framework.zend.com/manual/en/zend.log.html
564 Requires:       %{name} = %{version}-%{release}
565 # Zend_Log_Formatter_Xml has hard dependency on dom
566
567 %description Zend_Log
568 Zend_Log is a component for general purpose logging. It supports
569 multiple log backends, formatting messages sent to the log, and
570 filtering messages from being logged. These functions are divided into
571 the following objects:
572 - A Log (instance of Zend_Log) is the object that your application
573   uses the most. You can have as many Log objects as you like; they do
574   not interact. A Log object must contain at least one Writer, and can
575   optionally contain one or more Filters.
576 - A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
577   saving data to storage.
578 - A Filter (implements Zend_Log_Filter_Interface) blocks log data from
579   being saved. A filter may be applied to an individual Writer, or to a
580   Log where it is applied before all Writers. In either case, filters
581   may be chained.
582 - A Formatter (implements Zend_Log_Formatter_Interface) can format the
583   log data before it is written by a Writer. Each Writer has exactly one
584   Formatter.
585
586 %package Zend_Mail
587 Summary:        Zend_Mail
588 Group:          Development/Languages/PHP
589 URL:            http://framework.zend.com/manual/en/zend.mail.html
590 Requires:       %{name} = %{version}-%{release}
591
592 %description Zend_Mail
593 Zend_Mail provides generalized functionality to compose and send both
594 text and MIME-compliant multipart e-mail messages. Mail can be sent
595 with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
596 or via Zend_Mail_Transport_Smtp.
597
598 %package Zend_Measure
599 Summary:        Zend_Measure
600 Group:          Development/Languages/PHP
601 URL:            http://framework.zend.com/manual/en/zend.measure.html
602 Requires:       %{name} = %{version}-%{release}
603
604 %description Zend_Measure
605 Zend_Measure component provide a generic and easy way for working with
606 measurements. Using Zend_Measure_* classes, you can convert
607 measurements into different units of the same type. They can be added,
608 subtracted and compared against each other. From a given input made in
609 the user's native language, the unit of measurement can be
610 automatically extracted. Numerous units of measurement are supported.
611
612 %package Zend_Memory
613 Summary:        Zend_Memory
614 Group:          Development/Languages/PHP
615 URL:            http://framework.zend.com/manual/en/zend.memory.html
616 Requires:       %{name} = %{version}-%{release}
617
618 %description Zend_Memory
619 The Zend_Memory component is intended to manage data in an environment
620 with limited memory. Memory objects (memory containers) are generated
621 by memory manager by request and transparently swapped/loaded when
622 it's necessary. For example, if creating or loading a managed object
623 would cause the total memory usage to exceed the limit you specify,
624 some managed objects are copied to cache storage outside of memory. In
625 this way, the total memory used by managed objects does not exceed the
626 limit you need to enforce.
627
628 %package Zend_Mime
629 Summary:        Zend_Mime
630 Group:          Development/Languages/PHP
631 URL:            http://framework.zend.com/manual/en/zend.mime.html
632 Requires:       %{name} = %{version}-%{release}
633 Requires:       php-iconv
634
635 %description Zend_Mime
636 Zend_Mime is a support class for handling multipart MIME messages.
637
638 %package Zend_Navigation
639 Summary:        Zend_Navigation - manage trees of pointers to web page
640 Group:          Development/Languages/PHP
641 URL:            http://framework.zend.com/manual/en/zend.navigation.html
642 Requires:       %{name} = %{version}-%{release}
643
644 %description Zend_Navigation
645 Zend_Navigation is a component for managing trees of pointers to web
646 pages. Simply put: It can be used for creating menus, breadcrumbs,
647 links, and sitemaps, or serve as a model for other navigation related
648 purposes.
649
650 %package Zend_OpenId
651 Summary:        Zend_OpenId
652 Group:          Development/Languages/PHP
653 URL:            http://framework.zend.com/manual/en/zend.openid.html
654 Requires:       %{name} = %{version}-%{release}
655
656 %description Zend_OpenId
657 Zend_OpenId is a Zend Framework component that provides a simple API
658 for building OpenID-enabled sites and identity providers.
659
660 %package Zend_Paginator
661 Summary:        Zend_Paginator
662 Group:          Development/Languages/PHP
663 URL:            http://framework.zend.com/manual/en/zend.paginator.html
664 Requires:       %{name} = %{version}-%{release}
665
666 %description Zend_Paginator
667 Zend_Paginator is a flexible component for paginating collections of
668 data and presenting that data to users.
669
670 The primary design goals of Zend_Paginator are as follows:
671 - Paginate arbitrary data, not just relational databases
672 - Fetch only the results that need to be displayed
673 - Do not force users to adhere to only one way of displaying data or
674   rendering pagination controls
675 - Loosely couple Zend_Paginator to other Zend Framework components so
676   that users who wish to use it independently of Zend_View, Zend_Db,
677   etc. can do so.
678
679 %package Zend_Pdf
680 Summary:        Zend_Pdf
681 Group:          Development/Languages/PHP
682 URL:            http://framework.zend.com/manual/en/zend.pdf.html
683 Requires:       %{name} = %{version}-%{release}
684 Requires:       php-ctype
685 Requires:       php-gd
686 Requires:       php-iconv
687 Requires:       php-zlib
688
689 %description Zend_Pdf
690 Zend_Pdf module is a PDF (Portable Document Format) manipulation
691 engine. It can load existing documents, create new, modify and save
692 modified documents. Thus it can help application dynamically prepare
693 documents in a PDF by modifying existing template or generating
694 document from a scratch.
695
696 Zend_Pdf module supports the following features:
697 - Create new document or load existing one (PDF V1.4 (Acrobat 5)
698   documents are supported for loading now).
699 - Retrieving specified revision of the document.
700 - Manipulate pages within document. Changing page order, adding new
701   pages, removing pages from a document.
702 - Different drawing primitives (lines, rectangles, polygons, circles,
703   ellipses and sectors).
704 - Text drawing using any of the 14 standard (built-in) fonts or your
705   own custom TrueType fonts.
706 - Rotations.
707 - Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
708   images are supported).
709 - Incremental PDF file update.
710
711 %package Zend_ProgressBar
712 Summary:        Zend_ProgressBar
713 Group:          Development/Languages/PHP
714 URL:            http://framework.zend.com/manual/en/zend.progressbar.html
715 Requires:       %{name} = %{version}-%{release}
716
717 %description Zend_ProgressBar
718 Zend_ProgressBar is a component to create and update progressbars in
719 different environments. It consists of a single backend, which outputs
720 the progress through one of the multiple adapters. On every update, it
721 takes an absolute value and optionally a status message, and then
722 calls the adapter with some precalculated values like percentage and
723 estimated time left.
724
725 %package Zend_Reflection
726 Summary:        Zend_Reflection
727 Group:          Development/Languages/PHP
728 URL:            http://framework.zend.com/manual/en/zend.reflection.html
729 Requires:       %{name} = %{version}-%{release}
730
731 %description Zend_Reflection
732 Zend_Reflection is a drop-in extension to PHP's own Reflection API,
733 providing several additional features:
734  - Ability to retrieve return values types.
735  - Ability to retrieve method and function parameter types.
736  - Ability to retrieve class property types.
737  - DocBlocks gain a Reflection class, allowing introspection of
738    docblocks. This provides the ability to determine what annotation tags
739    have been defined as well as to retrieve their values, and the ability
740    to retrieve the short and long descriptions.
741  - Files gain a Reflection class, allowing introspection of PHP files.
742    This provides the ability to determine what functions and classes are
743    defined in a given file, as well as to instrospect them.
744  - Ability to override any Reflection class with your own variant, for
745    the entire reflection tree you create.
746
747 In general, Zend_Reflection works just like the standard Reflection
748 API, but provides a few additional methods for retrieving artifacts
749 not defined in the Reflection API.
750
751 %package Zend_Registry
752 Summary:        Zend_Registry
753 Group:          Development/Languages/PHP
754 URL:            http://framework.zend.com/manual/en/zend.registry.html
755 Requires:       %{name} = %{version}-%{release}
756
757 %description Zend_Registry
758 The registry is a container for storing objects and values in the
759 application space. By storing the value in the registry, the same
760 object is always available throughout your application. This mechanism
761 is an alternative to using global storage.
762
763 %package Zend_Rest
764 Summary:        Zend_Rest
765 Group:          Development/Languages/PHP
766 URL:            http://framework.zend.com/manual/en/zend.rest.html
767 Requires:       %{name} = %{version}-%{release}
768 Requires:       php-ctype
769 Requires:       php-dom
770
771 %description Zend_Rest
772 REST Web Services use service-specific XML formats. These ad-hoc
773 standards mean that the manner for accessing a REST web service is
774 different for each service. REST web services typically use URL
775 parameters (GET data) or path information for requesting data and POST
776 data for sending data. Zend_Rest component provides:
777 - capabilities to access REST web services
778 - capabilities to expose APIs as REST services
779
780 %package Zend_Search_Lucene
781 Summary:        Zend_Search_Lucene
782 Group:          Development/Languages/PHP
783 URL:            http://framework.zend.com/manual/en/zend.search.lucene.html
784 Requires:       %{name} = %{version}-%{release}
785 Requires:       php-ctype
786 Requires:       php-dom
787 Requires:       php-iconv
788
789 %description Zend_Search_Lucene
790 Zend_Search_Lucene is a general purpose text search engine. Since it
791 stores its index on the filesystem and does not require a database
792 server, it can add search capabilities to almost any PHP-driven
793 website.
794
795 Zend_Search_Lucene supports the following features:
796 - Ranked searching - best results returned first
797 - Many powerful query types: phrase queries, wildcard queries,
798   proximity queries, range queries and more
799 - Search by specific field (e.g., title, author, contents)
800
801 %package Zend_Server_Reflection
802 Summary:        Zend_Server_Reflection
803 Group:          Development/Languages/PHP
804 URL:            http://framework.zend.com/manual/en/zend.server.reflection.html
805 Requires:       %{name} = %{version}-%{release}
806
807 %description Zend_Server_Reflection
808 Zend_Server_Reflection provides a standard mechanism for performing
809 function and class introspection for use with server classes. It is
810 based on Reflection API, and extends it to provide methods for
811 retrieving parameter and return value types and descriptions, a full
812 list of function and method prototypes (i.e., all possible valid
813 calling combinations), and function/method descriptions.
814
815 %package Zend_Service_Akismet
816 Summary:        Zend_Service_Akismet
817 Group:          Development/Languages/PHP
818 URL:            http://framework.zend.com/manual/en/zend.service.akismet.html
819 Requires:       %{name} = %{version}-%{release}
820
821 %description Zend_Service_Akismet
822 Zend_Service_Akismet provides a client for the Akismet API. The
823 Akismet service is used to determine if incoming data is potentially
824 spam; it also exposes methods for submitting data as known spam or as
825 false positives (ham). Originally intended to help categorize and
826 identify spam for Wordpress, it can be used for any type of data.
827
828 Akismet requires an API key for usage. You may get one for signing up
829 for a WordPress.com account. You do not need to activate a blog;
830 simply acquiring the account will provide you with the API key.
831
832 Additionally, Akismet requires that all requests contain a URL to the
833 resource for which data is being filtered, and, because of Akismet's
834 origins in WordPress, this resource is called the blog url. This value
835 should be passed as the second argument to the constructor, but may be
836 reset at any time using the setBlogUrl() accessor, or overridden by
837 specifying a 'blog' key in the various method calls.
838
839 %package Zend_Service_Amazon
840 Summary:        Zend_Service_Amazon
841 Group:          Development/Languages/PHP
842 URL:            http://framework.zend.com/manual/en/zend.service.amazon.html
843 Requires:       %{name} = %{version}-%{release}
844 Requires:       php-dom
845
846 %description Zend_Service_Amazon
847 Zend_Service_Amazon is a simple API for using Amazon web services.
848 Zend_Service_Amazon has two APIs: a more traditional one that follows
849 Amazon's own API, and a simpler "Query API" for constructing even
850 complex search queries easily.
851
852 Zend_Service_Amazon enables developers to retrieve information
853 appearing throughout Amazon.com web sites directly through the Amazon
854 Web Services API.
855
856 %package Zend_Service_Audioscrobbler
857 Summary:        Zend_Service_Audioscrobbler
858 Group:          Development/Languages/PHP
859 URL:            http://framework.zend.com/manual/en/zend.service.audioscrobbler.html
860 Requires:       %{name} = %{version}-%{release}
861 Requires:       php-iconv
862
863 %description Zend_Service_Audioscrobbler
864 Zend_Service_Audioscrobbler is a simple API for using the
865 Audioscrobbler REST Web Service. The Audioscrobbler Web Service
866 provides access to its database of Users, Artists, Albums, Tracks,
867 Tags, Groups, and Forums.
868
869 %package Zend_Service_Delicious
870 Summary:        Zend_Service_Delicious
871 Group:          Development/Languages/PHP
872 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
873 Requires:       %{name} = %{version}-%{release}
874 Requires:       php-dom
875
876 %description Zend_Service_Delicious
877 Zend_Service_Delicious is simple API for using del.icio.us XML and
878 JSON web services. This component gives you read-write access to posts
879 at del.icio.us if you provide credentials. It also allows read-only
880 access to public data of all users.
881
882 %package Zend_Service_Flickr
883 Summary:        Zend_Service_Flickr
884 Group:          Development/Languages/PHP
885 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
886 Requires:       %{name} = %{version}-%{release}
887 Requires:       php-dom
888 Requires:       php-iconv
889
890 %description Zend_Service_Flickr
891 Zend_Service_Flickr is a simple API for using the Flickr REST Web
892 Service. In order to use the Flickr web services, you must have an API
893 key. To obtain a key, visit the Flickr API Documentation
894 <http://www.flickr.com/services/api/>.
895
896 %package Zend_Service_Nirvanix
897 Summary:        Zend_Service_Nirvanix
898 Group:          Development/Languages/PHP
899 URL:            http://framework.zend.com/manual/en/zend.service.nirvanix.html
900 Requires:       %{name} = %{version}-%{release}
901
902 %description Zend_Service_Nirvanix
903 Nirvanix provides an Internet Media File System (IMFS), an Internet
904 storage service that allows applications to upload, store and organize
905 files and subsequently access them using a standard Web Services
906 interface. An IMFS is distributed clustered file system, accessed over
907 the Internet, and optimized for dealing with media files (audio,
908 video, etc). The goal of an IMFS is to provide massive scalability to
909 deal with the challenges of media storage growth, with guaranteed
910 access and availability regardless of time and location. Finally, an
911 IMFS gives applications the ability to access data securely, without
912 the large fixed costs associated with acquiring and maintaining
913 physical storage assets.
914
915 Before you can get started with Zend_Service_Nirvanix, you must first
916 register for an account (https://www.nirvanix.com/signUpSingle.aspx).
917 After registering, you will receive a Username, Password, and
918 Application Key. All three are required to use Zend_Service_Nirvanix.
919
920 %package Zend_Service_ReCaptcha
921 Summary:        Zend_Service_ReCaptcha
922 Group:          Development/Languages/PHP
923 URL:            http://framework.zend.com/manual/en/zend.service.recaptcha.html
924 Requires:       %{name} = %{version}-%{release}
925
926 %description Zend_Service_ReCaptcha
927 Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
928 Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
929 that helps to digitize books." Each reCAPTCHA requires the user to
930 input two words, the first of which is the actual captcha, and the
931 second of which is a word from some scanned text that Optical
932 Character Recognition (OCR) software has been unable to identifiy. The
933 assumption is that if a user correctly provides the first word, the
934 second is likely correctly entered as well, and can be used to improve
935 OCR software for digitizing books.
936
937 In order to use the reCAPTCHA service, you will need to sign up for an
938 account (http://recaptcha.net/whyrecaptcha.html) and register one or
939 more domains with the service in order to generate public and private
940 keys.
941
942 %package Zend_Service_Simpy
943 Summary:        Zend_Service_Simpy
944 Group:          Development/Languages/PHP
945 URL:            http://framework.zend.com/manual/en/zend.service.simpy.html
946 Requires:       %{name} = %{version}-%{release}
947 Requires:       php-dom
948
949 %description Zend_Service_Simpy
950 Zend_Service_Simpy is a lightweight wrapper for the free REST API
951 available for the Simpy social bookmarking service.
952
953 In order to use Zend_Service_Simpy, you should already have a Simpy
954 account. To get an account, visit the Simpy web site
955 (http://simpy.com/).
956
957 %package Zend_Service_SlideShare
958 Summary:        Zend_Service_SlideShare
959 Group:          Development/Languages/PHP
960 URL:            http://framework.zend.com/manual/en/zend.service.slideshare.html
961 Requires:       %{name} = %{version}-%{release}
962
963 %description Zend_Service_SlideShare
964 The Zend_Service_SlideShare component is used to interact with the
965 slideshare.net web services for hosting slide shows online. With this
966 component, you can embed slide shows which are hosted on this web site
967 within a web site and even upload new slide shows to your account.
968
969 In order to use the Zend_Service_SlideShare component you must first
970 create an account on the slideshare.net servers in order to receive an
971 API key, username, password and shared secret value -- all of which
972 are needed in order to use the Zend_Service_SlideShare component.
973
974 %package Zend_Service_StrikeIron
975 Summary:        Zend_Service_StrikeIron
976 Group:          Development/Languages/PHP
977 URL:            http://framework.zend.com/manual/en/zend.service.strikeiron.html
978 Requires:       %{name} = %{version}-%{release}
979
980 %description Zend_Service_StrikeIron
981 Zend_Service_StrikeIron provides a client to StrikeIron web services.
982
983 The Zend_Service_StrikeIron component provides:
984 - A single point for configuring your StrikeIron authentication
985   credentials that can be used across many StrikeIron services.
986 - A standard way of retrieving your StrikeIron subscription
987   information such as license status and the number of hits remaining to
988   a service.
989 - The ability to use any StrikeIron service from its WSDL without
990   creating a PHP wrapper class, and the option of creating a wrapper for
991   a more convenient interface.
992 - Wrappers for three popular StrikeIron services.
993
994 Before you can get started with Zend_Service_StrikeIron, you must
995 first register (http://strikeiron.com/Register.aspx) for a StrikeIron
996 developer account. After registering, you will receive a StrikeIron
997 username and password. These will be used when connecting to
998 StrikeIron using Zend_Service_StrikeIron. You will also need to sign
999 up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
1000 StrikeIron's Super Data Pack Web Service. Both registration steps are
1001 free and can be done relatively quickly through the StrikeIron
1002 website.
1003
1004 %package Zend_Service_Technorati
1005 Summary:        Zend_Service_Technorati
1006 Group:          Development/Languages/PHP
1007 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
1008 Requires:       %{name} = %{version}-%{release}
1009
1010 %description Zend_Service_Technorati
1011 Zend_Service_Technorati provides an easy, intuitive and
1012 object-oriented interface for using the Technorati API. It provides
1013 access to all available Technorati API queries and returns the
1014 original XML response as a friendly PHP object.
1015
1016 Technorati requires a valid API key for usage. To get your own API Key
1017 you first need to create a new Technorati account
1018 (http://technorati.com/signup/), then visit the API Key section
1019 (http://technorati.com/developers/apikey.html).
1020
1021 %package Zend_Service_Twitter
1022 Summary:        Zend_Service_Twitter
1023 Group:          Development/Languages/PHP
1024 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
1025 Requires:       %{name} = %{version}-%{release}
1026
1027 %description Zend_Service_Twitter
1028 Zend_Service_Twitter provides a client for the Twitter REST API.
1029 Zend_Service_Twitter will allow you to query the public timeline and
1030 if you provide a username and password for Twitter it will allow you
1031 to get and update your status, reply to friends, direct message
1032 friends, mark tweets as favorite and much more.
1033
1034 %package Zend_Service_Yahoo
1035 Summary:        Zend_Service_Yahoo
1036 Group:          Development/Languages/PHP
1037 URL:            http://framework.zend.com/manual/en/zend.service.yahoo.html
1038 Requires:       %{name} = %{version}-%{release}
1039 Requires:       php-dom
1040
1041 %description Zend_Service_Yahoo
1042 Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
1043 APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
1044 Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
1045 REST API, you must have a Yahoo! Application ID. To obtain an
1046 Application ID, please complete and submit the Application ID Request
1047 Form (http://developer.yahoo.com/wsregapp/).
1048
1049 %package Zend_Session
1050 Summary:        Zend_Session
1051 Group:          Development/Languages/PHP
1052 URL:            http://framework.zend.com/manual/en/zend.session.html
1053 Requires:       %{name} = %{version}-%{release}
1054
1055 %description Zend_Session
1056 Zend_Session helps manage and preserve session data across multiple
1057 page requests by the same client. Zend_Session component:
1058 - provides an object-oriented interface to access session data
1059 - provides optional security features to help protect against session
1060   hijacking
1061 - supports namespaced access to the PHP session for interoperability.
1062
1063 %package Zend_Soap
1064 Summary:        Zend_Soap
1065 Group:          Development/Languages/PHP
1066 URL:            http://framework.zend.com/manual/en/zend.soap.html
1067 Requires:       %{name} = %{version}-%{release}
1068
1069 %description Zend_Soap
1070 Zend_Soap component is intended to simplify Web Services development
1071 for PHP programmers.
1072
1073 %package Zend_Tag
1074 Summary:        Zend_Tag -- work with taggable Items
1075 Group:          Development/Languages/PHP
1076 URL:            http://framework.zend.com/manual/en/zend.tag.html
1077 Requires:       %{name} = %{version}-%{release}
1078
1079 %description Zend_Tag
1080 Zend_Tag is a component suite which provides a facility to work with
1081 taggable Items. As its base, it provides two classes to work with
1082 Tags, Zend_Tag_Item and Zend_Tag_ItemList. Additionally, it comes with
1083 the interface Zend_Tag_Taggable, which allows you to use any of your
1084 models as a taggable item in conjunction with Zend_Tag.
1085
1086 %package Zend_Text
1087 Summary:        Zend_Text
1088 Group:          Development/Languages/PHP
1089 URL:            http://framework.zend.com/manual/en/zend.text.html
1090 Requires:       %{name} = %{version}-%{release}
1091
1092 %description Zend_Text
1093 Zend_Text is a component which enables developers to create a so
1094 called FIGlet text. A FIGlet text is a string, which is represented as
1095 ASCII art. FIGlets use a special font format, called FLT (FigLet
1096 Font).
1097
1098 %package Zend_Test
1099 Summary:        Zend_Test
1100 Group:          Development/Languages/PHP
1101 URL:            http://framework.zend.com/manual/en/zend.test.html
1102 Requires:       %{name} = %{version}-%{release}
1103 Requires:       php-PHPUnit
1104
1105 %description Zend_Test
1106 Zend_Test provides tools to facilitate unit testing of your Zend
1107 Framework applications.
1108
1109 %package Zend_Tool
1110 Summary:        Zend_Tool
1111 Group:          Development/Languages/PHP
1112 URL:            http://framework.zend.com/wiki/display/ZFDEV/Zend_Tool
1113 Requires:       %{name} = %{version}-%{release}
1114 Requires:       /usr/bin/php
1115
1116 %description Zend_Tool
1117 Zend_Tool component is intended to simplify project development for
1118 PHP programmers.
1119
1120 Please note that this component is part of Zend Framework incubator.
1121
1122 %package Zend_Translate
1123 Summary:        Zend_Translate
1124 Group:          Development/Languages/PHP
1125 URL:            http://framework.zend.com/manual/en/zend.translate.html
1126 Requires:       %{name} = %{version}-%{release}
1127
1128 %description Zend_Translate
1129 Zend_Translate is the Zend Framework's solution for multilingual
1130 applications.
1131
1132 The benefits of Zend_Translate are:
1133 - Supports multiple source formats: Zend_Translate supports several
1134   source formats, including those supported by PHP, and other formats
1135   including TMX and CSV files.
1136 - Thread-safe gettext: The gettext reader of Zend_Translate is
1137   thread-safe. There are no problems using it in multi-threaded
1138   environments.
1139 - Easy and generic API: The API of Zend_Translate is very simple and
1140   requires only a handful of functions. So it's easy to learn and easy
1141   to maintain. All source formats are handled the same way, so if the
1142   format of your source files change from Gettext to TMX, you only need
1143   to change one line of code to specify the storage adapter.
1144 - Detection of the user's standard language: The preferred language of
1145   the user accessing the site can be detected and used by
1146   Zend_Translate.
1147 - Automatic source detection: Zend_Translate is capable of detecting
1148   and integrating multiple source files and additionally detect the
1149   locale to be used depending on directory or filenames.
1150
1151 %package Zend_Uri
1152 Summary:        Zend_Uri
1153 Group:          Development/Languages/PHP
1154 URL:            http://framework.zend.com/manual/en/zend.uri.html
1155 Requires:       %{name} = %{version}-%{release}
1156 Requires:       php-ctype
1157
1158 %description Zend_Uri
1159 Zend_Uri is a component that aids in manipulating and validating
1160 Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1161 service other components such as Zend_Http_Client but is also useful
1162 as a standalone utility.
1163
1164 %package Zend_Validate
1165 Summary:        Zend_Validate
1166 Group:          Development/Languages/PHP
1167 URL:            http://framework.zend.com/manual/en/zend.validate.html
1168 Requires:       %{name} = %{version}-%{release}
1169 Requires:       php-ctype
1170
1171 %description Zend_Validate
1172 The Zend_Validate component provides a set of commonly needed
1173 validators. It also provides a simple validator chaining mechanism by
1174 which multiple validators may be applied to a single datum in a
1175 user-defined order.
1176
1177 %package Zend_Version
1178 Summary:        Zend_Version
1179 Group:          Development/Languages/PHP
1180 URL:            http://framework.zend.com/manual/en/zend.version.html
1181 Requires:       %{name} = %{version}-%{release}
1182
1183 %description Zend_Version
1184 Zend_Version component delivers current version number of Zend
1185 Framework.
1186
1187 %package Zend_View
1188 Summary:        Zend_View
1189 Group:          Development/Languages/PHP
1190 URL:            http://framework.zend.com/manual/en/zend.view.html
1191 Requires:       %{name} = %{version}-%{release}
1192
1193 %description Zend_View
1194 Zend_View is a class for working with the "view" portion of the
1195 model-view-controller pattern. That is, it exists to help keep the
1196 view script separate from the model and controller scripts. It
1197 provides a system of helpers, output filters, and variable escaping.
1198 Zend_View is template system agnostic; you may use PHP as your
1199 template language, or create instances of other template systems and
1200 manipulate them within your view script. Essentially, using Zend_View
1201 happens in two major steps: 1. Your controller script creates an
1202 instance of Zend_View and assigns variables to that instance. 2. The
1203 controller tells the Zend_View to render a particular view, thereby
1204 handing control over the view script, which generates the view output.
1205
1206 %package Zend_Wildfire
1207 Summary:        Zend_Wildfire
1208 Group:          Development/Languages/PHP
1209 URL:            http://framework.zend.com/manual/en/zend.wildfire.html
1210 Requires:       %{name} = %{version}-%{release}
1211
1212 %description Zend_Wildfire
1213 Zend_Wildfire is a component that facilitates communication between
1214 PHP code and Wildfire client components. The purpose of the Wildfire
1215 Project is to develop standardized communication channels between a
1216 large variety of components and a dynamic and scriptable plugin
1217 architecture. At this time the primary focus is to provide a system to
1218 allow server-side PHP code to inject logging messages into the Firebug
1219 Console (http://getfirebug.com/).
1220
1221 %package Zend_XmlRpc
1222 Summary:        Zend_XmlRpc
1223 Group:          Development/Languages/PHP
1224 URL:            http://framework.zend.com/manual/en/zend.xmlrpc.html
1225 Requires:       %{name} = %{version}-%{release}
1226 Requires:       php-dom
1227 Requires:       php-iconv
1228
1229 %description Zend_XmlRpc
1230 From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
1231 "...remote procedure calling using HTTP as the transport and XML as
1232 the encoding. XML-RPC is designed to be as simple as possible, while
1233 allowing complex data structures to be transmitted, processed and
1234 returned". The Zend Framework provides support for both consuming
1235 remote XML-RPC services and building new XML-RPC servers.
1236
1237 %package demos
1238 Summary:        Demos for Zend Framework
1239 Summary(pl.UTF-8):      Programy demonstracyjne dla szkieletu Zend Framework
1240 Group:          Documentation
1241
1242 %description demos
1243 Demos for Zend Framework.
1244
1245 %description demos -l pl.UTF-8
1246 Programy demonstracyjne dla szkieletu Zend Framework.
1247
1248 %package manual-en
1249 Summary:        Zend Framework manual in English language
1250 Summary(pl.UTF-8):      Podręcznik do Zend Framework w języku angielskim
1251 Group:          Documentation
1252
1253 %description manual-en
1254 Zend Framework manual in English language.
1255
1256 %description manual-en -l pl.UTF-8
1257 Podręcznik do Zend Framework w języku angielskim.
1258
1259 %prep
1260 %setup -q -a1
1261 mv %{name}-%{version}/documentation .
1262 find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
1263 %patch0 -p1
1264 %patch1 -p1
1265 %patch2 -p0
1266
1267 install %{SOURCE2} find-lang.sh
1268
1269 # cleanup backups after patching
1270 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1271
1272 %build
1273 # check *.php files syntax using runkit extension
1274 lint_php() {
1275         for a in $(find library -name '*.php'); do
1276                 php -l "$a"
1277         done
1278 }
1279 lint_php
1280
1281 %install
1282 rm -rf $RPM_BUILD_ROOT
1283 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}/bin}
1284 install -d $RPM_BUILD_ROOT%{_bindir}
1285 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1286
1287 # library should be in include_path if used, so we use already defined %{php_pear_dir}
1288 # NOTE: we could use %{php_data_dir} as of php-common-4:5.2.8-3, but then
1289 # pear(...) deps won't be satisifed that these libs use extensively.
1290 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
1291
1292 # create script in bindir
1293 cp -a bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
1294 cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
1295 #!/bin/sh
1296 cd %{php_pear_dir}/bin
1297 exec /usr/bin/php -d Safe_mode=off zf.php ${1:+"$@"}
1298 EOF
1299
1300 ./find-lang.sh %{name}.lang
1301
1302 # manual
1303 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1304 cp -a documentation/manual/core/en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1305
1306 %clean
1307 rm -rf $RPM_BUILD_ROOT
1308
1309 %files
1310 %defattr(644,root,root,755)
1311 %doc LICENSE.txt README.txt
1312 %dir %{php_pear_dir}/Zend
1313 %dir %{php_pear_dir}/Zend/Console
1314 %dir %{php_pear_dir}/Zend/Search
1315
1316 %dir %{php_pear_dir}/Zend/Server
1317 %{php_pear_dir}/Zend/Server/Abstract.php
1318 %{php_pear_dir}/Zend/Server/Exception.php
1319 %{php_pear_dir}/Zend/Server/Interface.php
1320 %{php_pear_dir}/Zend/Server/Definition.php
1321 %dir %{php_pear_dir}/Zend/Server/Method
1322 %{php_pear_dir}/Zend/Server/Method/Callback.php
1323 %{php_pear_dir}/Zend/Server/Method/Definition.php
1324 %{php_pear_dir}/Zend/Server/Method/Parameter.php
1325 %{php_pear_dir}/Zend/Server/Method/Prototype.php
1326
1327 %dir %{php_pear_dir}/Zend/Service
1328 %{php_pear_dir}/Zend/Service/Abstract.php
1329 %{php_pear_dir}/Zend/Service/Exception.php
1330
1331 %{php_pear_dir}/Zend/TimeSync
1332 %{php_pear_dir}/Zend/TimeSync.php
1333
1334 %files Zend_Acl
1335 %defattr(644,root,root,755)
1336 %{php_pear_dir}/Zend/Acl
1337 %{php_pear_dir}/Zend/Acl.php
1338
1339 %files Zend_Amf
1340 %defattr(644,root,root,755)
1341 %{php_pear_dir}/Zend/Amf
1342
1343 %files Zend_Application
1344 %defattr(644,root,root,755)
1345 %{php_pear_dir}/Zend/Application
1346 %{php_pear_dir}/Zend/Application.php
1347
1348 %files Zend_ProgressBar
1349 %defattr(644,root,root,755)
1350 %{php_pear_dir}/Zend/ProgressBar.php
1351 %{php_pear_dir}/Zend/ProgressBar
1352
1353 %files Zend_Auth
1354 %defattr(644,root,root,755)
1355 %{php_pear_dir}/Zend/Auth
1356 %{php_pear_dir}/Zend/Auth.php
1357
1358 %files Zend_Cache
1359 %defattr(644,root,root,755)
1360 %{php_pear_dir}/Zend/Cache
1361 %{php_pear_dir}/Zend/Cache.php
1362 # Zend_Server_Cache subpackage?
1363 # but not listed as separate component on doc
1364 %{php_pear_dir}/Zend/Server/Cache.php
1365
1366 %files Zend_Captcha
1367 %defattr(644,root,root,755)
1368 %{php_pear_dir}/Zend/Captcha
1369
1370 %files Zend_CodeGenerator
1371 %defattr(644,root,root,755)
1372 %{php_pear_dir}/Zend/CodeGenerator
1373
1374 %files Zend_Config
1375 %defattr(644,root,root,755)
1376 %{php_pear_dir}/Zend/Config
1377 %{php_pear_dir}/Zend/Config.php
1378
1379 %files Zend_Console_Getopt
1380 %defattr(644,root,root,755)
1381 %{php_pear_dir}/Zend/Console/Getopt
1382 %{php_pear_dir}/Zend/Console/Getopt.php
1383
1384 %files Zend_Controller
1385 %defattr(644,root,root,755)
1386 %{php_pear_dir}/Zend/Controller
1387
1388 %files Zend_Crypt
1389 %defattr(644,root,root,755)
1390 %{php_pear_dir}/Zend/Crypt
1391 %{php_pear_dir}/Zend/Crypt.php
1392
1393 %files Zend_Currency
1394 %defattr(644,root,root,755)
1395 %{php_pear_dir}/Zend/Currency
1396 %{php_pear_dir}/Zend/Currency.php
1397
1398 %files Zend_Date
1399 %defattr(644,root,root,755)
1400 %{php_pear_dir}/Zend/Date
1401 %{php_pear_dir}/Zend/Date.php
1402
1403 %files Zend_Db
1404 %defattr(644,root,root,755)
1405 %{php_pear_dir}/Zend/Db
1406 %{php_pear_dir}/Zend/Db.php
1407
1408 %files Zend_Debug
1409 %defattr(644,root,root,755)
1410 %{php_pear_dir}/Zend/Debug.php
1411
1412 %files Zend_Dojo
1413 %defattr(644,root,root,755)
1414 %{php_pear_dir}/Zend/Dojo
1415 %{php_pear_dir}/Zend/Dojo.php
1416
1417 %files Zend_Dom
1418 %defattr(644,root,root,755)
1419 %{php_pear_dir}/Zend/Dom
1420
1421 %files Zend_Exception
1422 %defattr(644,root,root,755)
1423 %{php_pear_dir}/Zend/Exception.php
1424
1425 %files Zend_Feed
1426 %defattr(644,root,root,755)
1427 %{php_pear_dir}/Zend/Feed
1428 %{php_pear_dir}/Zend/Feed.php
1429
1430 %files Zend_File
1431 %defattr(644,root,root,755)
1432 %{php_pear_dir}/Zend/File
1433
1434 %files Zend_Filter
1435 %defattr(644,root,root,755)
1436 %{php_pear_dir}/Zend/Filter
1437 %{php_pear_dir}/Zend/Filter.php
1438 %exclude %{php_pear_dir}/Zend/Filter/Input.php
1439
1440 %files Zend_Filter_Input
1441 %defattr(644,root,root,755)
1442 %{php_pear_dir}/Zend/Filter/Input.php
1443
1444 %files Zend_Form
1445 %defattr(644,root,root,755)
1446 %{php_pear_dir}/Zend/Form
1447 %{php_pear_dir}/Zend/Form.php
1448
1449 %files Zend_Gdata
1450 %defattr(644,root,root,755)
1451 %{php_pear_dir}/Zend/Gdata
1452 %{php_pear_dir}/Zend/Gdata.php
1453
1454 %files Zend_Http
1455 %defattr(644,root,root,755)
1456 %{php_pear_dir}/Zend/Http
1457
1458 %files Zend_InfoCard
1459 %defattr(644,root,root,755)
1460 %{php_pear_dir}/Zend/InfoCard
1461 %{php_pear_dir}/Zend/InfoCard.php
1462
1463 %files Zend_Json
1464 %defattr(644,root,root,755)
1465 %{php_pear_dir}/Zend/Json
1466 %{php_pear_dir}/Zend/Json.php
1467
1468 %files Zend_Layout
1469 %defattr(644,root,root,755)
1470 %{php_pear_dir}/Zend/Layout
1471 %{php_pear_dir}/Zend/Layout.php
1472
1473 %files Zend_Ldap
1474 %defattr(644,root,root,755)
1475 %{php_pear_dir}/Zend/Ldap
1476 %{php_pear_dir}/Zend/Ldap.php
1477
1478 %files Zend_Loader
1479 %defattr(644,root,root,755)
1480 %{php_pear_dir}/Zend/Loader
1481 %{php_pear_dir}/Zend/Loader.php
1482
1483 %files Zend_Locale -f %{name}.lang
1484 %defattr(644,root,root,755)
1485 %dir %{php_pear_dir}/Zend/Locale
1486 %{php_pear_dir}/Zend/Locale.php
1487 %{php_pear_dir}/Zend/Locale/Exception.php
1488 %{php_pear_dir}/Zend/Locale/Format.php
1489 %{php_pear_dir}/Zend/Locale/Math.php
1490 %{php_pear_dir}/Zend/Locale/Math
1491
1492 %{php_pear_dir}/Zend/Locale/Data.php
1493 %dir %{php_pear_dir}/Zend/Locale/Data
1494 %{php_pear_dir}/Zend/Locale/Data/Translation.php
1495 %{php_pear_dir}/Zend/Locale/Data/characters.xml
1496 %{php_pear_dir}/Zend/Locale/Data/plurals.xml
1497 %{php_pear_dir}/Zend/Locale/Data/root.xml
1498 %{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
1499 %{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
1500
1501 %files Zend_Log
1502 %defattr(644,root,root,755)
1503 %{php_pear_dir}/Zend/Log
1504 %{php_pear_dir}/Zend/Log.php
1505
1506 %files Zend_Mail
1507 %defattr(644,root,root,755)
1508 %{php_pear_dir}/Zend/Mail
1509 %{php_pear_dir}/Zend/Mail.php
1510
1511 %files Zend_Measure
1512 %defattr(644,root,root,755)
1513 %{php_pear_dir}/Zend/Measure
1514
1515 %files Zend_Memory
1516 %defattr(644,root,root,755)
1517 %{php_pear_dir}/Zend/Memory
1518 %{php_pear_dir}/Zend/Memory.php
1519
1520 %files Zend_Mime
1521 %defattr(644,root,root,755)
1522 %{php_pear_dir}/Zend/Mime
1523 %{php_pear_dir}/Zend/Mime.php
1524
1525 %files Zend_Navigation
1526 %defattr(644,root,root,755)
1527 %{php_pear_dir}/Zend/Navigation
1528 %{php_pear_dir}/Zend/Navigation.php
1529
1530 %files Zend_OpenId
1531 %defattr(644,root,root,755)
1532 %{php_pear_dir}/Zend/OpenId
1533 %{php_pear_dir}/Zend/OpenId.php
1534
1535 %files Zend_Paginator
1536 %defattr(644,root,root,755)
1537 %{php_pear_dir}/Zend/Paginator
1538 %{php_pear_dir}/Zend/Paginator.php
1539
1540 %files Zend_Pdf
1541 %defattr(644,root,root,755)
1542 %{php_pear_dir}/Zend/Pdf
1543 %{php_pear_dir}/Zend/Pdf.php
1544
1545 %files Zend_Reflection
1546 %defattr(644,root,root,755)
1547 %{php_pear_dir}/Zend/Reflection
1548
1549 %files Zend_Registry
1550 %defattr(644,root,root,755)
1551 %{php_pear_dir}/Zend/Registry.php
1552
1553 %files Zend_Rest
1554 %defattr(644,root,root,755)
1555 %{php_pear_dir}/Zend/Rest
1556
1557 %files Zend_Search_Lucene
1558 %defattr(644,root,root,755)
1559 %{php_pear_dir}/Zend/Search/Exception.php
1560 %{php_pear_dir}/Zend/Search/Lucene
1561 %{php_pear_dir}/Zend/Search/Lucene.php
1562
1563 %files Zend_Server_Reflection
1564 %defattr(644,root,root,755)
1565 %{php_pear_dir}/Zend/Server/Reflection
1566 %{php_pear_dir}/Zend/Server/Reflection.php
1567
1568 %files Zend_Service_Akismet
1569 %defattr(644,root,root,755)
1570 %{php_pear_dir}/Zend/Service/Akismet.php
1571
1572 %files Zend_Service_Amazon
1573 %defattr(644,root,root,755)
1574 %{php_pear_dir}/Zend/Service/Amazon
1575 %{php_pear_dir}/Zend/Service/Amazon.php
1576
1577 %files Zend_Service_Audioscrobbler
1578 %defattr(644,root,root,755)
1579 %{php_pear_dir}/Zend/Service/Audioscrobbler
1580 %{php_pear_dir}/Zend/Service/Audioscrobbler.php
1581
1582 %files Zend_Service_Delicious
1583 %defattr(644,root,root,755)
1584 %{php_pear_dir}/Zend/Service/Delicious
1585 %{php_pear_dir}/Zend/Service/Delicious.php
1586
1587 %files Zend_Service_Flickr
1588 %defattr(644,root,root,755)
1589 %{php_pear_dir}/Zend/Service/Flickr
1590 %{php_pear_dir}/Zend/Service/Flickr.php
1591
1592 %files Zend_Service_Nirvanix
1593 %defattr(644,root,root,755)
1594 %{php_pear_dir}/Zend/Service/Nirvanix
1595 %{php_pear_dir}/Zend/Service/Nirvanix.php
1596
1597 %files Zend_Service_ReCaptcha
1598 %defattr(644,root,root,755)
1599 %{php_pear_dir}/Zend/Service/ReCaptcha
1600 %{php_pear_dir}/Zend/Service/ReCaptcha.php
1601
1602 %files Zend_Service_Simpy
1603 %defattr(644,root,root,755)
1604 %{php_pear_dir}/Zend/Service/Simpy
1605 %{php_pear_dir}/Zend/Service/Simpy.php
1606
1607 %files Zend_Service_SlideShare
1608 %defattr(644,root,root,755)
1609 %{php_pear_dir}/Zend/Service/SlideShare
1610 %{php_pear_dir}/Zend/Service/SlideShare.php
1611
1612 %files Zend_Service_StrikeIron
1613 %defattr(644,root,root,755)
1614 %{php_pear_dir}/Zend/Service/StrikeIron
1615 %{php_pear_dir}/Zend/Service/StrikeIron.php
1616
1617 %files Zend_Service_Technorati
1618 %defattr(644,root,root,755)
1619 %{php_pear_dir}/Zend/Service/Technorati
1620 %{php_pear_dir}/Zend/Service/Technorati.php
1621
1622 %files Zend_Service_Twitter
1623 %defattr(644,root,root,755)
1624 %{php_pear_dir}/Zend/Service/Twitter
1625 %{php_pear_dir}/Zend/Service/Twitter.php
1626
1627 %files Zend_Service_Yahoo
1628 %defattr(644,root,root,755)
1629 %{php_pear_dir}/Zend/Service/Yahoo
1630 %{php_pear_dir}/Zend/Service/Yahoo.php
1631
1632 %files Zend_Session
1633 %defattr(644,root,root,755)
1634 %{php_pear_dir}/Zend/Session
1635 %{php_pear_dir}/Zend/Session.php
1636
1637 %files Zend_Soap
1638 %defattr(644,root,root,755)
1639 %{php_pear_dir}/Zend/Soap
1640
1641 %files Zend_Tag
1642 %defattr(644,root,root,755)
1643 %{php_pear_dir}/Zend/Tag
1644
1645 %files Zend_Text
1646 %defattr(644,root,root,755)
1647 %{php_pear_dir}/Zend/Text
1648
1649 %files Zend_Test
1650 %defattr(644,root,root,755)
1651 %{php_pear_dir}/Zend/Test
1652
1653 %files Zend_Tool
1654 %defattr(644,root,root,755)
1655 %attr(755,root,root) %{_bindir}/zf
1656 %{php_pear_dir}/bin/zf.php
1657 %{php_pear_dir}/Zend/Tool
1658
1659 %files Zend_Translate
1660 %defattr(644,root,root,755)
1661 %{php_pear_dir}/Zend/Translate
1662 %{php_pear_dir}/Zend/Translate.php
1663
1664 %files Zend_Uri
1665 %defattr(644,root,root,755)
1666 %{php_pear_dir}/Zend/Uri
1667 %{php_pear_dir}/Zend/Uri.php
1668
1669 %files Zend_Validate
1670 %defattr(644,root,root,755)
1671 %{php_pear_dir}/Zend/Validate
1672 %{php_pear_dir}/Zend/Validate.php
1673
1674 %files Zend_Version
1675 %defattr(644,root,root,755)
1676 %{php_pear_dir}/Zend/Version.php
1677
1678 %files Zend_View
1679 %defattr(644,root,root,755)
1680 %{php_pear_dir}/Zend/View
1681 %{php_pear_dir}/Zend/View.php
1682
1683 %files Zend_Wildfire
1684 %defattr(644,root,root,755)
1685 %{php_pear_dir}/Zend/Wildfire
1686
1687 %files Zend_XmlRpc
1688 %defattr(644,root,root,755)
1689 %{php_pear_dir}/Zend/XmlRpc
1690
1691 %files demos
1692 %defattr(644,root,root,755)
1693 %{_examplesdir}/%{name}-%{version}
1694
1695 %files manual-en
1696 %defattr(644,root,root,755)
1697 %doc %{_docdir}/%{name}-en
This page took 0.138195 seconds and 4 git commands to generate.