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