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