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