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