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