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