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