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