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