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