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