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