]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
correct Zend_Service_Twitter url
[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_InfoCard
527 Summary:        Zend_InfoCard
528 Group:          Development/Languages/PHP
529 URL:            http://framework.zend.com/manual/1.12/en/zend.infocard.html
530 Requires:       %{name} = %{version}-%{release}
531
532 %description Zend_InfoCard
533 Zend_InfoCard component implements relying-party support for
534 Information Cards. Infomation Cards are used for identity management
535 on the internet and authentication of users to web sites (called
536 relying parties).
537
538 %package Zend_Json
539 Summary:        Zend_Json
540 Group:          Development/Languages/PHP
541 URL:            http://framework.zend.com/manual/1.12/en/zend.json.html
542 Requires:       %{name} = %{version}-%{release}
543
544 %description Zend_Json
545 Zend_Json provides convenience methods for serializing native PHP to
546 JSON and decoding JSON to native PHP.
547
548 JSON, JavaScript Object Notation, can be used for data interchange
549 between JavaScript and other languages. Since JSON can be directly
550 evaluated by JavaScript, it is a more efficient and lightweight format
551 than XML for exchanging data with JavaScript clients.
552
553 In addition, Zend_Json provides a useful way to convert any arbitrary
554 XML formatted string into a JSON formatted string. This built-in
555 feature will enable PHP developers to transform the enterprise data
556 encoded in XML format into JSON format before sending it to
557 browser-based Ajax client applications. It provides an easy way to do
558 dynamic data conversion on the server-side code thereby avoiding
559 unnecessary XML parsing in the browser-side applications. It offers a
560 nice utility function that results in easier application-specific data
561 processing techniques.
562
563 %package Zend_Layout
564 Summary:        Zend_Layout
565 Group:          Development/Languages/PHP
566 URL:            http://framework.zend.com/manual/1.12/en/zend.layout.html
567 Requires:       %{name} = %{version}-%{release}
568
569 %description Zend_Layout
570 Zend_Layout implements a classic Two Step View pattern, allowing
571 developers to wrap application content within another view, usually
572 representing the site template. Such templates are often termed
573 layouts by other projects, and Zend Framework has adopted this term
574 for consistency.
575
576 The main goals of Zend_Layout are as follows:
577 - Automate selection and rendering of layouts when used with the Zend
578   Framework MVC components.
579 - Provide separate scope for layout related variables and content.
580 - Allow configuration, including layout name, layout script resolution
581   (inflection), and layout script path.
582 - Allow disabling layouts, changing layout scripts, and other states;
583   allow these actions from within action controllers and view scripts.
584 - Follow same script resolution rules (inflection) as the
585   ViewRenderer, but allow them to also use different rules.
586 - Allow usage without Zend Framework MVC components.
587
588 %package Zend_Ldap
589 Summary:        Zend_Ldap
590 Group:          Development/Languages/PHP
591 URL:            http://framework.zend.com/manual/1.12/en/zend.ldap.html
592 Requires:       %{name} = %{version}-%{release}
593
594 %description Zend_Ldap
595 Zend_Ldap is a class for performing LDAP operations including but not
596 limited to binding, searching and modifying entries in an LDAP
597 directory.
598
599 %package Zend_Loader
600 Summary:        Zend_Loader
601 Group:          Development/Languages/PHP
602 URL:            http://framework.zend.com/manual/1.12/en/zend.loader.html
603 Requires:       %{name} = %{version}-%{release}
604
605 %description Zend_Loader
606 The Zend_Loader class includes methods to help you load files
607 dynamically.
608
609 %package Zend_Locale
610 Summary:        Zend_Locale
611 Group:          Development/Languages/PHP
612 URL:            http://framework.zend.com/manual/1.12/en/zend.locale.html
613 Requires:       %{name} = %{version}-%{release}
614 Requires:       php(iconv)
615
616 %description Zend_Locale
617 Zend_Locale is the Framework's answer to the question, "How can the
618 same application be used around the whole world?". This component is
619 the foundation of Zend_Date, Zend_Translate, and others. It provides:
620 - access to CLDR, an international data repository for I18N issues,
621   for all framework classes
622 - localizing of numbers
623 - normalizing of dates, times and numbers.
624
625 %package Zend_Log
626 Summary:        Zend_Log
627 Group:          Development/Languages/PHP
628 URL:            http://framework.zend.com/manual/1.12/en/zend.log.html
629 Requires:       %{name} = %{version}-%{release}
630 # Zend_Log_Formatter_Xml has hard dependency on dom
631
632 %description Zend_Log
633 Zend_Log is a component for general purpose logging. It supports
634 multiple log backends, formatting messages sent to the log, and
635 filtering messages from being logged. These functions are divided into
636 the following objects:
637 - A Log (instance of Zend_Log) is the object that your application
638   uses the most. You can have as many Log objects as you like; they do
639   not interact. A Log object must contain at least one Writer, and can
640   optionally contain one or more Filters.
641 - A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
642   saving data to storage.
643 - A Filter (implements Zend_Log_Filter_Interface) blocks log data from
644   being saved. A filter may be applied to an individual Writer, or to a
645   Log where it is applied before all Writers. In either case, filters
646   may be chained.
647 - A Formatter (implements Zend_Log_Formatter_Interface) can format the
648   log data before it is written by a Writer. Each Writer has exactly one
649   Formatter.
650
651 %package Zend_Mail
652 Summary:        Zend_Mail
653 Group:          Development/Languages/PHP
654 URL:            http://framework.zend.com/manual/1.12/en/zend.mail.html
655 Requires:       %{name} = %{version}-%{release}
656
657 %description Zend_Mail
658 Zend_Mail provides generalized functionality to compose and send both
659 text and MIME-compliant multipart e-mail messages. Mail can be sent
660 with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
661 or via Zend_Mail_Transport_Smtp.
662
663 %package Zend_Markup
664 Summary:        Zend_Markup
665 Group:          Development/Languages/PHP
666 URL:            http://framework.zend.com/manual/1.12/en/zend.markup.html
667 Requires:       %{name} = %{version}-%{release}
668
669 %description Zend_Markup
670 The Zend_Markup component provides an extensible way for parsing text
671 and rendering lightweight markup languages like BBcode and Textile. It
672 is available as of Zend Framework version 1.10.
673
674 Zend_Markup uses a factory method to instantiate an instance of a
675 renderer that extends Zend_Markup_Renderer_Abstract. The factory
676 method accepts three arguments. The first one is the parser used to
677 tokenize the text (e.g. BbCode). The second (optional) parameter is
678 the renderer to use, Html by default. Thirdly an array with options to
679 use for the renderer can be specified.
680
681 %package Zend_Measure
682 Summary:        Zend_Measure
683 Group:          Development/Languages/PHP
684 URL:            http://framework.zend.com/manual/1.12/en/zend.measure.html
685 Requires:       %{name} = %{version}-%{release}
686
687 %description Zend_Measure
688 Zend_Measure component provide a generic and easy way for working with
689 measurements. Using Zend_Measure_* classes, you can convert
690 measurements into different units of the same type. They can be added,
691 subtracted and compared against each other. From a given input made in
692 the user's native language, the unit of measurement can be
693 automatically extracted. Numerous units of measurement are supported.
694
695 %package Zend_Memory
696 Summary:        Zend_Memory
697 Group:          Development/Languages/PHP
698 URL:            http://framework.zend.com/manual/1.12/en/zend.memory.html
699 Requires:       %{name} = %{version}-%{release}
700
701 %description Zend_Memory
702 The Zend_Memory component is intended to manage data in an environment
703 with limited memory. Memory objects (memory containers) are generated
704 by memory manager by request and transparently swapped/loaded when
705 it's necessary. For example, if creating or loading a managed object
706 would cause the total memory usage to exceed the limit you specify,
707 some managed objects are copied to cache storage outside of memory. In
708 this way, the total memory used by managed objects does not exceed the
709 limit you need to enforce.
710
711 %package Zend_Mime
712 Summary:        Zend_Mime
713 Group:          Development/Languages/PHP
714 URL:            http://framework.zend.com/manual/1.12/en/zend.mime.html
715 Requires:       %{name} = %{version}-%{release}
716 Requires:       php(iconv)
717
718 %description Zend_Mime
719 Zend_Mime is a support class for handling multipart MIME messages.
720
721 %package Zend_Mobile_Push
722 Summary:        Zend_Mobile_Push
723 Group:          Development/Languages/PHP
724 URL:            http://framework.zend.com/manual/1.12/en/zend.mobile.push.html
725 Requires:       %{name} = %{version}-%{release}
726
727 %description Zend_Mobile_Push
728 Zend_Mobile_Push provides the ability for sending push notifications
729 to the vendor specific notification servers. Currently this list
730 includes APNS (iTouch/iPad/iPhone), GCM (Google Android) and MPNS
731 (Windows Phone).
732
733 %package Zend_Navigation
734 Summary:        Zend_Navigation - manage trees of pointers to web page
735 Group:          Development/Languages/PHP
736 URL:            http://framework.zend.com/manual/1.12/en/zend.navigation.html
737 Requires:       %{name} = %{version}-%{release}
738
739 %description Zend_Navigation
740 Zend_Navigation is a component for managing trees of pointers to web
741 pages. Simply put: It can be used for creating menus, breadcrumbs,
742 links, and sitemaps, or serve as a model for other navigation related
743 purposes.
744
745 %package Zend_Oauth
746 Summary:        Zend_Oauth
747 Group:          Development/Languages/PHP
748 URL:            http://framework.zend.com/manual/1.12/en/zend.oauth.html
749 Requires:       %{name} = %{version}-%{release}
750
751 %description Zend_Oauth
752 OAuth allows you to approve access by any application to your private
753 data stored a website without being forced to disclose your username
754 or password. If you think about it, the practice of handing over your
755 username and password for sites like Yahoo Mail or Twitter has been
756 endemic for quite a while. This has raised some serious concerns
757 because there's nothing to prevent other applications from misusing
758 this data. Yes, some services may appear trustworthy but that is never
759 guaranteed. OAuth resolves this problem by eliminating the need for
760 any username and password sharing, replacing it with a user controlled
761 authorization process
762
763 %package Zend_OpenId
764 Summary:        Zend_OpenId
765 Group:          Development/Languages/PHP
766 URL:            http://framework.zend.com/manual/1.12/en/zend.openid.html
767 Requires:       %{name} = %{version}-%{release}
768 # needed for dh keys: any of these tree can do for
769 Suggests:       php(bcmath)
770 Suggests:       php(gmp)
771 Suggests:       php(openssl)
772
773 %description Zend_OpenId
774 Zend_OpenId is a Zend Framework component that provides a simple API
775 for building OpenID-enabled sites and identity providers.
776
777 %package Zend_Paginator
778 Summary:        Zend_Paginator
779 Group:          Development/Languages/PHP
780 URL:            http://framework.zend.com/manual/1.12/en/zend.paginator.html
781 Requires:       %{name} = %{version}-%{release}
782
783 %description Zend_Paginator
784 Zend_Paginator is a flexible component for paginating collections of
785 data and presenting that data to users.
786
787 The primary design goals of Zend_Paginator are as follows:
788 - Paginate arbitrary data, not just relational databases
789 - Fetch only the results that need to be displayed
790 - Do not force users to adhere to only one way of displaying data or
791   rendering pagination controls
792 - Loosely couple Zend_Paginator to other Zend Framework components so
793   that users who wish to use it independently of Zend_View, Zend_Db,
794   etc. can do so.
795
796 %package Zend_Pdf
797 Summary:        Zend_Pdf
798 Group:          Development/Languages/PHP
799 URL:            http://framework.zend.com/manual/1.12/en/zend.pdf.html
800 Requires:       %{name} = %{version}-%{release}
801 Requires:       php(ctype)
802 Requires:       php(gd)
803 Requires:       php(iconv)
804 Requires:       php(zlib)
805
806 %description Zend_Pdf
807 Zend_Pdf module is a PDF (Portable Document Format) manipulation
808 engine. It can load existing documents, create new, modify and save
809 modified documents. Thus it can help application dynamically prepare
810 documents in a PDF by modifying existing template or generating
811 document from a scratch.
812
813 Zend_Pdf module supports the following features:
814 - Create new document or load existing one (PDF V1.4 (Acrobat 5)
815   documents are supported for loading now).
816 - Retrieving specified revision of the document.
817 - Manipulate pages within document. Changing page order, adding new
818   pages, removing pages from a document.
819 - Different drawing primitives (lines, rectangles, polygons, circles,
820   ellipses and sectors).
821 - Text drawing using any of the 14 standard (built-in) fonts or your
822   own custom TrueType fonts.
823 - Rotations.
824 - Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
825   images are supported).
826 - Incremental PDF file update.
827
828 %package Zend_ProgressBar
829 Summary:        Zend_ProgressBar
830 Group:          Development/Languages/PHP
831 URL:            http://framework.zend.com/manual/1.12/en/zend.progressbar.html
832 Requires:       %{name} = %{version}-%{release}
833
834 %description Zend_ProgressBar
835 Zend_ProgressBar is a component to create and update progressbars in
836 different environments. It consists of a single backend, which outputs
837 the progress through one of the multiple adapters. On every update, it
838 takes an absolute value and optionally a status message, and then
839 calls the adapter with some precalculated values like percentage and
840 estimated time left.
841
842 %package Zend_Queue
843 Summary:        Zend_Queue
844 Group:          Development/Languages/PHP
845 URL:            http://framework.zend.com/manual/1.12/en/zend.progressbar.html
846 Requires:       %{name} = %{version}-%{release}
847
848 %description Zend_Queue
849 Zend_Queue is a standardized interface for dealing with a variety of
850 queuing systems. Proposed systems include: simple array access,
851 Zend_Cache, Zend Platform Job Queue, Amazon's Simple Queue Service
852 (SQS). It should support creating queues, determining the number of
853 messages in a queue, retrieving messages from a queue (all or specific
854 number), submitting messages to a queue, and removing queues.
855
856 %package Zend_Reflection
857 Summary:        Zend_Reflection
858 Group:          Development/Languages/PHP
859 URL:            http://framework.zend.com/manual/1.12/en/zend.reflection.html
860 Requires:       %{name} = %{version}-%{release}
861
862 %description Zend_Reflection
863 Zend_Reflection is a drop-in extension to PHP's own Reflection API,
864 providing several additional features:
865  - Ability to retrieve return values types.
866  - Ability to retrieve method and function parameter types.
867  - Ability to retrieve class property types.
868  - DocBlocks gain a Reflection class, allowing introspection of
869    docblocks. This provides the ability to determine what annotation tags
870    have been defined as well as to retrieve their values, and the ability
871    to retrieve the short and long descriptions.
872  - Files gain a Reflection class, allowing introspection of PHP files.
873    This provides the ability to determine what functions and classes are
874    defined in a given file, as well as to instrospect them.
875  - Ability to override any Reflection class with your own variant, for
876    the entire reflection tree you create.
877
878 In general, Zend_Reflection works just like the standard Reflection
879 API, but provides a few additional methods for retrieving artifacts
880 not defined in the Reflection API.
881
882 %package Zend_Registry
883 Summary:        Zend_Registry
884 Group:          Development/Languages/PHP
885 URL:            http://framework.zend.com/manual/1.12/en/zend.registry.html
886 Requires:       %{name} = %{version}-%{release}
887
888 %description Zend_Registry
889 The registry is a container for storing objects and values in the
890 application space. By storing the value in the registry, the same
891 object is always available throughout your application. This mechanism
892 is an alternative to using global storage.
893
894 %package Zend_Rest
895 Summary:        Zend_Rest
896 Group:          Development/Languages/PHP
897 URL:            http://framework.zend.com/manual/1.12/en/zend.rest.html
898 Requires:       %{name} = %{version}-%{release}
899 Requires:       php(ctype)
900 Requires:       php(dom)
901
902 %description Zend_Rest
903 REST Web Services use service-specific XML formats. These ad-hoc
904 standards mean that the manner for accessing a REST web service is
905 different for each service. REST web services typically use URL
906 parameters (GET data) or path information for requesting data and POST
907 data for sending data. Zend_Rest component provides:
908 - capabilities to access REST web services
909 - capabilities to expose APIs as REST services
910
911 %package Zend_Search_Lucene
912 Summary:        Zend_Search_Lucene
913 Group:          Development/Languages/PHP
914 URL:            http://framework.zend.com/manual/1.12/en/zend.search.lucene.html
915 Requires:       %{name} = %{version}-%{release}
916 Requires:       php(ctype)
917 Requires:       php(dom)
918 Requires:       php(iconv)
919
920 %description Zend_Search_Lucene
921 Zend_Search_Lucene is a general purpose text search engine. Since it
922 stores its index on the filesystem and does not require a database
923 server, it can add search capabilities to almost any PHP-driven
924 website.
925
926 Zend_Search_Lucene supports the following features:
927 - Ranked searching - best results returned first
928 - Many powerful query types: phrase queries, wildcard queries,
929   proximity queries, range queries and more
930 - Search by specific field (e.g., title, author, contents)
931
932 %package Zend_Serializer
933 Summary:        Zend_Serializer
934 Group:          Development/Languages/PHP
935 URL:            http://framework.zend.com/manual/1.12/en/zend.serializer.html
936 Requires:       %{name} = %{version}-%{release}
937
938 %description Zend_Serializer
939 Zend_Serializer provides an adapter based interface to simply generate
940 storable representation of php types by different facilities, and
941 recover.
942
943 %package Zend_Server
944 Summary:        Zend_Server
945 Group:          Development/Languages/PHP
946 URL:            http://framework.zend.com/manual/1.12/en/zend.server.html
947 Requires:       %{name} = %{version}-%{release}
948
949 %description Zend_Server
950 The Zend_Server family of classes provides functionality for the
951 various server classes, including Zend_XmlRpc_Server,
952 Zend_Rest_Server, Zend_Json_Server and Zend_Soap_Wsdl.
953
954 %package Zend_Server_Reflection
955 Summary:        Zend_Server_Reflection
956 Group:          Development/Languages/PHP
957 URL:            http://framework.zend.com/manual/1.12/en/zend.server.reflection.html
958 Requires:       %{name} = %{version}-%{release}
959
960 %description Zend_Server_Reflection
961 Zend_Server_Reflection provides a standard mechanism for performing
962 function and class introspection for use with server classes. It is
963 based on Reflection API, and extends it to provide methods for
964 retrieving parameter and return value types and descriptions, a full
965 list of function and method prototypes (i.e., all possible valid
966 calling combinations), and function/method descriptions.
967
968 %package Zend_Service
969 Summary:        Zend_Service
970 Group:          Development/Languages/PHP
971 URL:            http://framework.zend.com/manual/1.12/en/zend.service.html
972 Requires:       %{name} = %{version}-%{release}
973
974 %description Zend_Service
975 Zend_Service is an abstract class which serves as a foundation for web
976 service implementations, such as SOAP or REST.
977
978 %package Zend_Service_Akismet
979 Summary:        Zend_Service_Akismet
980 Group:          Development/Languages/PHP
981 URL:            http://framework.zend.com/manual/1.12/en/zend.service.akismet.html
982 Requires:       %{name} = %{version}-%{release}
983
984 %description Zend_Service_Akismet
985 Zend_Service_Akismet provides a client for the Akismet API. The
986 Akismet service is used to determine if incoming data is potentially
987 spam; it also exposes methods for submitting data as known spam or as
988 false positives (ham). Originally intended to help categorize and
989 identify spam for Wordpress, it can be used for any type of data.
990
991 Akismet requires an API key for usage. You may get one for signing up
992 for a WordPress.com account. You do not need to activate a blog;
993 simply acquiring the account will provide you with the API key.
994
995 Additionally, Akismet requires that all requests contain a URL to the
996 resource for which data is being filtered, and, because of Akismet's
997 origins in WordPress, this resource is called the blog url. This value
998 should be passed as the second argument to the constructor, but may be
999 reset at any time using the setBlogUrl() accessor, or overridden by
1000 specifying a 'blog' key in the various method calls.
1001
1002 %package Zend_Service_Amazon
1003 Summary:        Zend_Service_Amazon
1004 Group:          Development/Languages/PHP
1005 URL:            http://framework.zend.com/manual/1.12/en/zend.service.amazon.html
1006 Requires:       %{name} = %{version}-%{release}
1007 Requires:       php(dom)
1008
1009 %description Zend_Service_Amazon
1010 Zend_Service_Amazon is a simple API for using Amazon web services.
1011 Zend_Service_Amazon has two APIs: a more traditional one that follows
1012 Amazon's own API, and a simpler "Query API" for constructing even
1013 complex search queries easily.
1014
1015 Zend_Service_Amazon enables developers to retrieve information
1016 appearing throughout Amazon.com web sites directly through the Amazon
1017 Web Services API.
1018
1019 %package Zend_Service_Audioscrobbler
1020 Summary:        Zend_Service_Audioscrobbler
1021 Group:          Development/Languages/PHP
1022 URL:            http://framework.zend.com/manual/1.12/en/zend.service.audioscrobbler.html
1023 Requires:       %{name} = %{version}-%{release}
1024 Requires:       php(iconv)
1025
1026 %description Zend_Service_Audioscrobbler
1027 Zend_Service_Audioscrobbler is a simple API for using the
1028 Audioscrobbler REST Web Service. The Audioscrobbler Web Service
1029 provides access to its database of Users, Artists, Albums, Tracks,
1030 Tags, Groups, and Forums.
1031
1032 %package Zend_Service_Delicious
1033 Summary:        Zend_Service_Delicious
1034 Group:          Development/Languages/PHP
1035 URL:            http://framework.zend.com/manual/1.12/en/zend.service.delicious.html
1036 Requires:       %{name} = %{version}-%{release}
1037 Requires:       php(dom)
1038
1039 %description Zend_Service_Delicious
1040 Zend_Service_Delicious is simple API for using del.icio.us XML and
1041 JSON web services. This component gives you read-write access to posts
1042 at del.icio.us if you provide credentials. It also allows read-only
1043 access to public data of all users.
1044
1045 %package Zend_Service_DeveloperGarden
1046 Summary:        Zend_Service_DeveloperGarden
1047 Group:          Development/Languages/PHP
1048 URL:            http://framework.zend.com/manual/1.12/en/zend.service.developergarden.html
1049 Requires:       %{name} = %{version}-%{release}
1050
1051 %description Zend_Service_DeveloperGarden
1052 DeveloperGarden is the name for the "Open Development services" of the
1053 German Telekom. The "Open Development services" are a set of SOAP API
1054 Services.
1055
1056 The family of Zend_Service_DeveloperGarden components provides a clean
1057 and simple interface to the DeveloperGarden API and additionally
1058 offers functionality to improve handling and performance
1059
1060 %package Zend_Service_Ebay
1061 Summary:        Zend_Service_Ebay is a simple group of APIs for using eBay web services
1062 Group:          Development/Languages/PHP
1063 URL:            http://framework.zend.com/manual/1.12/en/zend.service.ebay.html
1064 Requires:       %{name} = %{version}-%{release}
1065
1066 %description Zend_Service_Ebay
1067 Zend_Service_Ebay is a simple group of APIs for using eBay web
1068 services.
1069
1070 Zend_Service_Ebay implements the eBay APIs:
1071 - Finding
1072
1073 %package Zend_Service_Flickr
1074 Summary:        Zend_Service_Flickr
1075 Group:          Development/Languages/PHP
1076 URL:            http://framework.zend.com/manual/1.12/en/zend.service.delicious.html
1077 Requires:       %{name} = %{version}-%{release}
1078 Requires:       php(dom)
1079 Requires:       php(iconv)
1080
1081 %description Zend_Service_Flickr
1082 Zend_Service_Flickr is a simple API for using the Flickr REST Web
1083 Service. In order to use the Flickr web services, you must have an API
1084 key. To obtain a key, visit the Flickr API Documentation
1085 <http://www.flickr.com/services/api/>.
1086
1087 %package Zend_Service_LiveDocx
1088 Summary:        Zend_Service_LiveDocx
1089 Group:          Development/Languages/PHP
1090 URL:            http://framework.zend.com/manual/1.12/en/zend.service.livedocx.html
1091 Requires:       %{name} = %{version}-%{release}
1092
1093 %description Zend_Service_LiveDocx
1094 LiveDocx is a SOAP service that allows developers to generate word
1095 processing documents by combining structured data from PHP with a
1096 template, created in a word processor. The resulting document can be
1097 saved as a PDF, DOCX, DOC, HTML or RTF file. LiveDocx implements
1098 mail-merge in PHP.
1099
1100 The family of Zend_Service_LiveDocx components provides a clean and
1101 simple interface to the LiveDocx API and additionally offers
1102 functionality to improve network performance.
1103
1104 %package Zend_Service_Nirvanix
1105 Summary:        Zend_Service_Nirvanix
1106 Group:          Development/Languages/PHP
1107 URL:            http://framework.zend.com/manual/1.12/en/zend.service.nirvanix.html
1108 Requires:       %{name} = %{version}-%{release}
1109
1110 %description Zend_Service_Nirvanix
1111 Nirvanix provides an Internet Media File System (IMFS), an Internet
1112 storage service that allows applications to upload, store and organize
1113 files and subsequently access them using a standard Web Services
1114 interface. An IMFS is distributed clustered file system, accessed over
1115 the Internet, and optimized for dealing with media files (audio,
1116 video, etc). The goal of an IMFS is to provide massive scalability to
1117 deal with the challenges of media storage growth, with guaranteed
1118 access and availability regardless of time and location. Finally, an
1119 IMFS gives applications the ability to access data securely, without
1120 the large fixed costs associated with acquiring and maintaining
1121 physical storage assets.
1122
1123 Before you can get started with Zend_Service_Nirvanix, you must first
1124 register for an account (https://www.nirvanix.com/signUpSingle.aspx).
1125 After registering, you will receive a Username, Password, and
1126 Application Key. All three are required to use Zend_Service_Nirvanix.
1127
1128 %package Zend_Service_Rackspace
1129 Summary:        Zend_Service_Rackspace
1130 Group:          Development/Languages/PHP
1131 URL:            http://framework.zend.com/manual/1.12/en/zend.service.rackspace.html
1132 Requires:       %{name} = %{version}-%{release}
1133
1134 %description Zend_Service_Rackspace
1135 The Zend_Service_Rackspace is a class that provides a simple API to
1136 manage the Rackspace services Cloud Files and Cloud Servers.
1137
1138 %package Zend_Service_ReCaptcha
1139 Summary:        Zend_Service_ReCaptcha
1140 Group:          Development/Languages/PHP
1141 URL:            http://framework.zend.com/manual/1.12/en/zend.service.recaptcha.html
1142 Requires:       %{name} = %{version}-%{release}
1143
1144 %description Zend_Service_ReCaptcha
1145 Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
1146 Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
1147 that helps to digitize books." Each reCAPTCHA requires the user to
1148 input two words, the first of which is the actual captcha, and the
1149 second of which is a word from some scanned text that Optical
1150 Character Recognition (OCR) software has been unable to identifiy. The
1151 assumption is that if a user correctly provides the first word, the
1152 second is likely correctly entered as well, and can be used to improve
1153 OCR software for digitizing books.
1154
1155 In order to use the reCAPTCHA service, you will need to sign up for an
1156 account (http://recaptcha.net/whyrecaptcha.html) and register one or
1157 more domains with the service in order to generate public and private
1158 keys.
1159
1160 %package Zend_Service_ShortUrl
1161 Summary:        Zend_Service_ShortUrl
1162 Group:          Development/Languages/PHP
1163 URL:            http://framework.zend.com/manual/1.12/en/zend.service.short-url.html
1164 Requires:       %{name} = %{version}-%{release}
1165
1166 %description Zend_Service_ShortUrl
1167 URL shorteners have exploded in popularity in the last several years,
1168 in large part due to the social nature of the web and the desire to
1169 share links.
1170
1171 Zend_Service_ShortUrl provides an API for accessing a number of
1172 different URL shortener services, with the ability to both create
1173 short URLs as well as retrieve the original URL.
1174
1175 %package Zend_Service_Simpy
1176 Summary:        Zend_Service_Simpy
1177 Group:          Development/Languages/PHP
1178 URL:            http://framework.zend.com/manual/1.12/en/zend.service.simpy.html
1179 Requires:       %{name} = %{version}-%{release}
1180 Requires:       php(dom)
1181
1182 %description Zend_Service_Simpy
1183 Zend_Service_Simpy is a lightweight wrapper for the free REST API
1184 available for the Simpy social bookmarking service.
1185
1186 In order to use Zend_Service_Simpy, you should already have a Simpy
1187 account. To get an account, visit the Simpy web site
1188 (http://simpy.com/).
1189
1190 %package Zend_Service_SlideShare
1191 Summary:        Zend_Service_SlideShare
1192 Group:          Development/Languages/PHP
1193 URL:            http://framework.zend.com/manual/1.12/en/zend.service.slideshare.html
1194 Requires:       %{name} = %{version}-%{release}
1195
1196 %description Zend_Service_SlideShare
1197 The Zend_Service_SlideShare component is used to interact with the
1198 slideshare.net web services for hosting slide shows online. With this
1199 component, you can embed slide shows which are hosted on this web site
1200 within a web site and even upload new slide shows to your account.
1201
1202 In order to use the Zend_Service_SlideShare component you must first
1203 create an account on the slideshare.net servers in order to receive an
1204 API key, username, password and shared secret value -- all of which
1205 are needed in order to use the Zend_Service_SlideShare component.
1206
1207 %package Zend_Service_SqlAzure
1208 Summary:        Zend_Service_
1209 Group:          Development/Languages/PHP
1210 Requires:       %{name} = %{version}-%{release}
1211
1212 %description Zend_Service_SqlAzure
1213
1214 %package Zend_Service_StrikeIron
1215 Summary:        Zend_Service_StrikeIron
1216 Group:          Development/Languages/PHP
1217 URL:            http://framework.zend.com/manual/1.12/en/zend.service.strikeiron.html
1218 Requires:       %{name} = %{version}-%{release}
1219
1220 %description Zend_Service_StrikeIron
1221 Zend_Service_StrikeIron provides a client to StrikeIron web services.
1222
1223 The Zend_Service_StrikeIron component provides:
1224 - A single point for configuring your StrikeIron authentication
1225   credentials that can be used across many StrikeIron services.
1226 - A standard way of retrieving your StrikeIron subscription
1227   information such as license status and the number of hits remaining to
1228   a service.
1229 - The ability to use any StrikeIron service from its WSDL without
1230   creating a PHP wrapper class, and the option of creating a wrapper for
1231   a more convenient interface.
1232 - Wrappers for three popular StrikeIron services.
1233
1234 Before you can get started with Zend_Service_StrikeIron, you must
1235 first register (http://strikeiron.com/Register.aspx) for a StrikeIron
1236 developer account. After registering, you will receive a StrikeIron
1237 username and password. These will be used when connecting to
1238 StrikeIron using Zend_Service_StrikeIron. You will also need to sign
1239 up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
1240 StrikeIron's Super Data Pack Web Service. Both registration steps are
1241 free and can be done relatively quickly through the StrikeIron
1242 website.
1243
1244 %package Zend_Service_Technorati
1245 Summary:        Zend_Service_Technorati
1246 Group:          Development/Languages/PHP
1247 URL:            http://framework.zend.com/manual/1.12/en/zend.service.technorati.html
1248 Requires:       %{name} = %{version}-%{release}
1249
1250 %description Zend_Service_Technorati
1251 Zend_Service_Technorati provides an easy, intuitive and
1252 object-oriented interface for using the Technorati API. It provides
1253 access to all available Technorati API queries and returns the
1254 original XML response as a friendly PHP object.
1255
1256 Technorati requires a valid API key for usage. To get your own API Key
1257 you first need to create a new Technorati account
1258 (http://technorati.com/signup/), then visit the API Key section
1259 (http://technorati.com/developers/apikey.html).
1260
1261 %package Zend_Service_Twitter
1262 Summary:        Zend_Service_Twitter
1263 Group:          Development/Languages/PHP
1264 URL:            http://framework.zend.com/manual/1.12/en/zend.service.twitter.html
1265 Requires:       %{name} = %{version}-%{release}
1266
1267 %description Zend_Service_Twitter
1268 Zend_Service_Twitter provides a client for the Twitter REST API.
1269 Zend_Service_Twitter will allow you to query the public timeline and
1270 if you provide a username and password for Twitter it will allow you
1271 to get and update your status, reply to friends, direct message
1272 friends, mark tweets as favorite and much more.
1273
1274 %package Zend_Service_WindowsAzure
1275 Summary:        Zend_Service_WindowsAzure
1276 Group:          Development/Languages/PHP
1277 URL:            http://framework.zend.com/manual/1.12/en/zend.service.windowsazure.html
1278 Requires:       %{name} = %{version}-%{release}
1279
1280 %description Zend_Service_WindowsAzure
1281 Windows Azure is the name for Microsoft’s Software + Services
1282 platform, an operating system in the cloud providing services for
1283 hosting, management, scalable storage with support for simple blobs,
1284 tables, and queues, as well as a management infrastructure for
1285 provisioning and geo-distribution of cloud-based services, and a
1286 development platform for the Azure Services layer.
1287
1288 %package Zend_Service_Yahoo
1289 Summary:        Zend_Service_Yahoo
1290 Group:          Development/Languages/PHP
1291 URL:            http://framework.zend.com/manual/1.12/en/zend.service.yahoo.html
1292 Requires:       %{name} = %{version}-%{release}
1293 Requires:       php(dom)
1294
1295 %description Zend_Service_Yahoo
1296 Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
1297 APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
1298 Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
1299 REST API, you must have a Yahoo! Application ID. To obtain an
1300 Application ID, please complete and submit the Application ID Request
1301 Form (http://developer.yahoo.com/wsregapp/).
1302
1303 %package Zend_Session
1304 Summary:        Zend_Session
1305 Group:          Development/Languages/PHP
1306 URL:            http://framework.zend.com/manual/1.12/en/zend.session.html
1307 Requires:       %{name} = %{version}-%{release}
1308
1309 %description Zend_Session
1310 Zend_Session helps manage and preserve session data across multiple
1311 page requests by the same client. Zend_Session component:
1312 - provides an object-oriented interface to access session data
1313 - provides optional security features to help protect against session
1314   hijacking
1315 - supports namespaced access to the PHP session for interoperability.
1316
1317 %package Zend_Soap
1318 Summary:        Zend_Soap
1319 Group:          Development/Languages/PHP
1320 URL:            http://framework.zend.com/manual/1.12/en/zend.soap.html
1321 Requires:       %{name} = %{version}-%{release}
1322
1323 %description Zend_Soap
1324 Zend_Soap component is intended to simplify Web Services development
1325 for PHP programmers.
1326
1327 %package Zend_Tag
1328 Summary:        Zend_Tag -- work with taggable Items
1329 Group:          Development/Languages/PHP
1330 URL:            http://framework.zend.com/manual/1.12/en/zend.tag.html
1331 Requires:       %{name} = %{version}-%{release}
1332
1333 %description Zend_Tag
1334 Zend_Tag is a component suite which provides a facility to work with
1335 taggable Items. As its base, it provides two classes to work with
1336 Tags, Zend_Tag_Item and Zend_Tag_ItemList. Additionally, it comes with
1337 the interface Zend_Tag_Taggable, which allows you to use any of your
1338 models as a taggable item in conjunction with Zend_Tag.
1339
1340 %package Zend_Text
1341 Summary:        Zend_Text
1342 Group:          Development/Languages/PHP
1343 URL:            http://framework.zend.com/manual/1.12/en/zend.text.html
1344 Requires:       %{name} = %{version}-%{release}
1345
1346 %description Zend_Text
1347 Zend_Text is a component which enables developers to create a so
1348 called FIGlet text. A FIGlet text is a string, which is represented as
1349 ASCII art. FIGlets use a special font format, called FLT (FigLet
1350 Font).
1351
1352 %package Zend_Test
1353 Summary:        Zend_Test
1354 Group:          Development/Languages/PHP
1355 URL:            http://framework.zend.com/manual/1.12/en/zend.test.html
1356 Requires:       %{name} = %{version}-%{release}
1357
1358 %description Zend_Test
1359 Zend_Test provides tools to facilitate unit testing of your Zend
1360 Framework applications.
1361
1362 %package Zend_TimeSync
1363 Summary:        Zend_TimeSync
1364 Group:          Development/Languages/PHP
1365 URL:            http://framework.zend.com/manual/1.12/en/zend.timesync.html
1366 Requires:       %{name} = %{version}-%{release}
1367
1368 %description Zend_TimeSync
1369 Zend_TimeSync is able to receive internet or network time from a time
1370 server using the NTP or SNTP protocol. With Zend_TimeSync, Zend
1371 Framework is able to act independently from the time settings of the
1372 server where it is running.
1373
1374 %package Zend_Tool
1375 Summary:        Zend_Tool
1376 Group:          Development/Languages/PHP
1377 URL:            http://framework.zend.com/wiki/display/ZFDEV/Zend_Tool
1378 Requires:       %{name} = %{version}-%{release}
1379 Requires:       /usr/bin/php
1380
1381 %description Zend_Tool
1382 Zend_Tool component is intended to simplify project development for
1383 PHP programmers.
1384
1385 Please note that this component is part of Zend Framework incubator.
1386
1387 %package Zend_Translate
1388 Summary:        Zend_Translate
1389 Group:          Development/Languages/PHP
1390 URL:            http://framework.zend.com/manual/1.12/en/zend.translate.html
1391 Requires:       %{name} = %{version}-%{release}
1392
1393 %description Zend_Translate
1394 Zend_Translate is the Zend Framework's solution for multilingual
1395 applications.
1396
1397 The benefits of Zend_Translate are:
1398 - Supports multiple source formats: Zend_Translate supports several
1399   source formats, including those supported by PHP, and other formats
1400   including TMX and CSV files.
1401 - Thread-safe gettext: The gettext reader of Zend_Translate is
1402   thread-safe. There are no problems using it in multi-threaded
1403   environments.
1404 - Easy and generic API: The API of Zend_Translate is very simple and
1405   requires only a handful of functions. So it's easy to learn and easy
1406   to maintain. All source formats are handled the same way, so if the
1407   format of your source files change from Gettext to TMX, you only need
1408   to change one line of code to specify the storage adapter.
1409 - Detection of the user's standard language: The preferred language of
1410   the user accessing the site can be detected and used by
1411   Zend_Translate.
1412 - Automatic source detection: Zend_Translate is capable of detecting
1413   and integrating multiple source files and additionally detect the
1414   locale to be used depending on directory or filenames.
1415
1416 %package Zend_Uri
1417 Summary:        Zend_Uri
1418 Group:          Development/Languages/PHP
1419 URL:            http://framework.zend.com/manual/1.12/en/zend.uri.html
1420 Requires:       %{name} = %{version}-%{release}
1421 Requires:       php(ctype)
1422
1423 %description Zend_Uri
1424 Zend_Uri is a component that aids in manipulating and validating
1425 Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1426 service other components such as Zend_Http_Client but is also useful
1427 as a standalone utility.
1428
1429 %package Zend_Validate
1430 Summary:        Zend_Validate
1431 Group:          Development/Languages/PHP
1432 URL:            http://framework.zend.com/manual/1.12/en/zend.validate.html
1433 Requires:       %{name} = %{version}-%{release}
1434 Requires:       php(ctype)
1435
1436 %description Zend_Validate
1437 The Zend_Validate component provides a set of commonly needed
1438 validators. It also provides a simple validator chaining mechanism by
1439 which multiple validators may be applied to a single datum in a
1440 user-defined order.
1441
1442 %package Zend_Version
1443 Summary:        Zend_Version
1444 Group:          Development/Languages/PHP
1445 URL:            http://framework.zend.com/manual/1.12/en/zend.version.html
1446 Requires:       %{name} = %{version}-%{release}
1447
1448 %description Zend_Version
1449 Zend_Version component delivers current version number of Zend
1450 Framework.
1451
1452 %package Zend_View
1453 Summary:        Zend_View
1454 Group:          Development/Languages/PHP
1455 URL:            http://framework.zend.com/manual/1.12/en/zend.view.html
1456 Requires:       %{name} = %{version}-%{release}
1457
1458 %description Zend_View
1459 Zend_View is a class for working with the "view" portion of the
1460 model-view-controller pattern. That is, it exists to help keep the
1461 view script separate from the model and controller scripts. It
1462 provides a system of helpers, output filters, and variable escaping.
1463 Zend_View is template system agnostic; you may use PHP as your
1464 template language, or create instances of other template systems and
1465 manipulate them within your view script. Essentially, using Zend_View
1466 happens in two major steps: 1. Your controller script creates an
1467 instance of Zend_View and assigns variables to that instance. 2. The
1468 controller tells the Zend_View to render a particular view, thereby
1469 handing control over the view script, which generates the view output.
1470
1471 %package Zend_Wildfire
1472 Summary:        Zend_Wildfire
1473 Group:          Development/Languages/PHP
1474 URL:            http://framework.zend.com/manual/1.12/en/zend.wildfire.html
1475 Requires:       %{name} = %{version}-%{release}
1476
1477 %description Zend_Wildfire
1478 Zend_Wildfire is a component that facilitates communication between
1479 PHP code and Wildfire client components. The purpose of the Wildfire
1480 Project is to develop standardized communication channels between a
1481 large variety of components and a dynamic and scriptable plugin
1482 architecture. At this time the primary focus is to provide a system to
1483 allow server-side PHP code to inject logging messages into the Firebug
1484 Console (http://getfirebug.com/).
1485
1486 %package Zend_XmlRpc
1487 Summary:        Zend_XmlRpc
1488 Group:          Development/Languages/PHP
1489 URL:            http://framework.zend.com/manual/1.12/en/zend.xmlrpc.html
1490 Requires:       %{name} = %{version}-%{release}
1491 Requires:       php(dom)
1492 Requires:       php(iconv)
1493
1494 %description Zend_XmlRpc
1495 From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
1496 "...remote procedure calling using HTTP as the transport and XML as
1497 the encoding. XML-RPC is designed to be as simple as possible, while
1498 allowing complex data structures to be transmitted, processed and
1499 returned". The Zend Framework provides support for both consuming
1500 remote XML-RPC services and building new XML-RPC servers.
1501
1502 %package demos
1503 Summary:        Demos for Zend Framework
1504 Summary(pl.UTF-8):      Programy demonstracyjne dla szkieletu Zend Framework
1505 Group:          Documentation
1506
1507 %description demos
1508 Demos for Zend Framework.
1509
1510 %description demos -l pl.UTF-8
1511 Programy demonstracyjne dla szkieletu Zend Framework.
1512
1513 %package manual-en
1514 Summary:        Zend Framework manual in English language
1515 Summary(pl.UTF-8):      Podręcznik do Zend Framework w języku angielskim
1516 Group:          Documentation
1517
1518 %description manual-en
1519 Zend Framework manual in English language.
1520
1521 %description manual-en -l pl.UTF-8
1522 Podręcznik do Zend Framework w języku angielskim.
1523
1524 %prep
1525 %setup -q -a1
1526 mv %{name}-%{version}/documentation .
1527 find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
1528 %patch0 -p1
1529 %patch1 -p1
1530
1531 install -p %{SOURCE2} find-lang.sh
1532
1533 sed -i -e 's,Zend/Serializer/Excception.php,Zend/Serializer/Exception.php,' library/Zend/Serializer/Adapter/PythonPickle.php
1534
1535 # cleanup backups after patching
1536 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
1537
1538 %build
1539 %if %{with tests}
1540 lint_php() {
1541         for a in $(find library -name '*.php'); do
1542                 php -n -l $a
1543         done
1544 }
1545 lint_php
1546 %endif
1547
1548 %install
1549 rm -rf $RPM_BUILD_ROOT
1550 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}/bin}
1551 install -d $RPM_BUILD_ROOT%{_bindir}
1552 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1553
1554 # library should be in include_path if used, so we use already defined %{php_pear_dir}
1555 # NOTE: we could use %{php_data_dir} as of php-common-4:5.2.8-3, but then
1556 # pear(...) deps won't be satisifed that these libs use extensively.
1557 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
1558
1559 # create script in bindir
1560 install -p bin/zf.php $RPM_BUILD_ROOT%{php_pear_dir}/bin
1561 cat >> $RPM_BUILD_ROOT%{_bindir}/zf <<-'EOF'
1562 #!/bin/sh
1563 cd %{php_pear_dir}/bin
1564 exec %{_bindir}/php -d safe_mode=off zf.php ${1:+"$@"}
1565 EOF
1566
1567 ./find-lang.sh %{name}.lang
1568
1569 # manual
1570 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1571 cp -a documentation/manual/core/en/* $RPM_BUILD_ROOT%{_docdir}/%{name}-en
1572
1573 %clean
1574 rm -rf $RPM_BUILD_ROOT
1575
1576 %files
1577 %defattr(644,root,root,755)
1578 %doc LICENSE.txt README.md
1579 %dir %{php_pear_dir}/Zend
1580
1581 %files Zend_Acl
1582 %defattr(644,root,root,755)
1583 %{php_pear_dir}/Zend/Acl
1584 %{php_pear_dir}/Zend/Acl.php
1585
1586 %files Zend_Amf
1587 %defattr(644,root,root,755)
1588 %{php_pear_dir}/Zend/Amf
1589
1590 %files Zend_Application
1591 %defattr(644,root,root,755)
1592 %{php_pear_dir}/Zend/Application
1593 %{php_pear_dir}/Zend/Application.php
1594
1595 %files Zend_ProgressBar
1596 %defattr(644,root,root,755)
1597 %{php_pear_dir}/Zend/ProgressBar.php
1598 %{php_pear_dir}/Zend/ProgressBar
1599
1600 %files Zend_Auth
1601 %defattr(644,root,root,755)
1602 %{php_pear_dir}/Zend/Auth
1603 %{php_pear_dir}/Zend/Auth.php
1604
1605 %files Zend_Barcode
1606 %defattr(644,root,root,755)
1607 %{php_pear_dir}/Zend/Barcode
1608 %{php_pear_dir}/Zend/Barcode.php
1609
1610 %files Zend_Cache
1611 %defattr(644,root,root,755)
1612 %{php_pear_dir}/Zend/Cache
1613 %{php_pear_dir}/Zend/Cache.php
1614 # Zend_Server_Cache subpackage?
1615 # but not listed as separate component on doc
1616 %{php_pear_dir}/Zend/Server/Cache.php
1617
1618 %files Zend_Captcha
1619 %defattr(644,root,root,755)
1620 %{php_pear_dir}/Zend/Captcha
1621
1622 %files Zend_Cloud
1623 %defattr(644,root,root,755)
1624 %dir %{php_pear_dir}/Zend/Cloud
1625 %{php_pear_dir}/Zend/Cloud/AbstractFactory.php
1626 %{php_pear_dir}/Zend/Cloud/Exception.php
1627 %{php_pear_dir}/Zend/Cloud/OperationNotAvailableException.php
1628
1629 # subpackages?
1630 %{php_pear_dir}/Zend/Cloud/DocumentService
1631 %{php_pear_dir}/Zend/Cloud/Infrastructure
1632 %{php_pear_dir}/Zend/Cloud/QueueService
1633 %{php_pear_dir}/Zend/Cloud/StorageService
1634
1635 %files Zend_CodeGenerator
1636 %defattr(644,root,root,755)
1637 %{php_pear_dir}/Zend/CodeGenerator
1638
1639 %files Zend_Config
1640 %defattr(644,root,root,755)
1641 %{php_pear_dir}/Zend/Config
1642 %{php_pear_dir}/Zend/Config.php
1643
1644 %files Zend_Console_Getopt
1645 %defattr(644,root,root,755)
1646 %dir %{php_pear_dir}/Zend/Console
1647 %{php_pear_dir}/Zend/Console/Getopt
1648 %{php_pear_dir}/Zend/Console/Getopt.php
1649
1650 %files Zend_Controller
1651 %defattr(644,root,root,755)
1652 %{php_pear_dir}/Zend/Controller
1653
1654 %files Zend_Crypt
1655 %defattr(644,root,root,755)
1656 %{php_pear_dir}/Zend/Crypt
1657 %{php_pear_dir}/Zend/Crypt.php
1658
1659 %files Zend_Currency
1660 %defattr(644,root,root,755)
1661 %{php_pear_dir}/Zend/Currency
1662 %{php_pear_dir}/Zend/Currency.php
1663
1664 %files Zend_Date
1665 %defattr(644,root,root,755)
1666 %{php_pear_dir}/Zend/Date
1667 %{php_pear_dir}/Zend/Date.php
1668
1669 %files Zend_Db
1670 %defattr(644,root,root,755)
1671 %{php_pear_dir}/Zend/Db
1672 %{php_pear_dir}/Zend/Db.php
1673
1674 %files Zend_Debug
1675 %defattr(644,root,root,755)
1676 %{php_pear_dir}/Zend/Debug.php
1677
1678 %files Zend_Dojo
1679 %defattr(644,root,root,755)
1680 %{php_pear_dir}/Zend/Dojo
1681 %{php_pear_dir}/Zend/Dojo.php
1682
1683 %files Zend_Dom
1684 %defattr(644,root,root,755)
1685 %{php_pear_dir}/Zend/Dom
1686
1687 %files Zend_Exception
1688 %defattr(644,root,root,755)
1689 %{php_pear_dir}/Zend/Exception.php
1690
1691 %files Zend_EventManager
1692 %defattr(644,root,root,755)
1693 %{php_pear_dir}/Zend/EventManager
1694
1695 # package here, as for now only EventManager uses Stdlib classes
1696 %{php_pear_dir}/Zend/Stdlib
1697
1698 %files Zend_Feed
1699 %defattr(644,root,root,755)
1700 %{php_pear_dir}/Zend/Feed
1701 %{php_pear_dir}/Zend/Feed.php
1702
1703 %files Zend_File
1704 %defattr(644,root,root,755)
1705 %{php_pear_dir}/Zend/File
1706
1707 %files Zend_Filter
1708 %defattr(644,root,root,755)
1709 %{php_pear_dir}/Zend/Filter
1710 %{php_pear_dir}/Zend/Filter.php
1711 %exclude %{php_pear_dir}/Zend/Filter/Input.php
1712
1713 %files Zend_Filter_Input
1714 %defattr(644,root,root,755)
1715 %{php_pear_dir}/Zend/Filter/Input.php
1716
1717 %files Zend_Form
1718 %defattr(644,root,root,755)
1719 %{php_pear_dir}/Zend/Form
1720 %{php_pear_dir}/Zend/Form.php
1721
1722 %files Zend_Gdata
1723 %defattr(644,root,root,755)
1724 %{php_pear_dir}/Zend/Gdata
1725 %{php_pear_dir}/Zend/Gdata.php
1726
1727 %files Zend_Http
1728 %defattr(644,root,root,755)
1729 %{php_pear_dir}/Zend/Http
1730
1731 %if 0
1732 %files Zend_InfoCard
1733 %defattr(644,root,root,755)
1734 %{php_pear_dir}/Zend/InfoCard
1735 %{php_pear_dir}/Zend/InfoCard.php
1736 %endif
1737
1738 %files Zend_Json
1739 %defattr(644,root,root,755)
1740 %{php_pear_dir}/Zend/Json
1741 %{php_pear_dir}/Zend/Json.php
1742
1743 %files Zend_Layout
1744 %defattr(644,root,root,755)
1745 %{php_pear_dir}/Zend/Layout
1746 %{php_pear_dir}/Zend/Layout.php
1747
1748 %files Zend_Ldap
1749 %defattr(644,root,root,755)
1750 %{php_pear_dir}/Zend/Ldap
1751 %{php_pear_dir}/Zend/Ldap.php
1752
1753 %files Zend_Loader
1754 %defattr(644,root,root,755)
1755 %{php_pear_dir}/Zend/Loader
1756 %{php_pear_dir}/Zend/Loader.php
1757
1758 %files Zend_Locale -f %{name}.lang
1759 %defattr(644,root,root,755)
1760 %dir %{php_pear_dir}/Zend/Locale
1761 %{php_pear_dir}/Zend/Locale.php
1762 %{php_pear_dir}/Zend/Locale/Exception.php
1763 %{php_pear_dir}/Zend/Locale/Format.php
1764 %{php_pear_dir}/Zend/Locale/Math.php
1765 %{php_pear_dir}/Zend/Locale/Math
1766
1767 %{php_pear_dir}/Zend/Locale/Data.php
1768 %dir %{php_pear_dir}/Zend/Locale/Data
1769 %{php_pear_dir}/Zend/Locale/Data/Translation.php
1770 %{php_pear_dir}/Zend/Locale/Data/characters.xml
1771 %{php_pear_dir}/Zend/Locale/Data/coverageLevels.xml
1772 %{php_pear_dir}/Zend/Locale/Data/dayPeriods.xml
1773 %{php_pear_dir}/Zend/Locale/Data/genderList.xml
1774 %{php_pear_dir}/Zend/Locale/Data/languageInfo.xml
1775 %{php_pear_dir}/Zend/Locale/Data/likelySubtags.xml
1776 %{php_pear_dir}/Zend/Locale/Data/metaZones.xml
1777 %{php_pear_dir}/Zend/Locale/Data/numberingSystems.xml
1778 %{php_pear_dir}/Zend/Locale/Data/ordinals.xml
1779 %{php_pear_dir}/Zend/Locale/Data/plurals.xml
1780 %{php_pear_dir}/Zend/Locale/Data/postalCodeData.xml
1781 %{php_pear_dir}/Zend/Locale/Data/root.xml
1782 %{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
1783 %{php_pear_dir}/Zend/Locale/Data/supplementalMetadata.xml
1784 %{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
1785 %{php_pear_dir}/Zend/Locale/Data/windowsZones.xml
1786
1787 %files Zend_Log
1788 %defattr(644,root,root,755)
1789 %{php_pear_dir}/Zend/Log
1790 %{php_pear_dir}/Zend/Log.php
1791
1792 %files Zend_Mail
1793 %defattr(644,root,root,755)
1794 %{php_pear_dir}/Zend/Mail
1795 %{php_pear_dir}/Zend/Mail.php
1796
1797 %files Zend_Markup
1798 %defattr(644,root,root,755)
1799 %{php_pear_dir}/Zend/Markup
1800 %{php_pear_dir}/Zend/Markup.php
1801
1802 %files Zend_Measure
1803 %defattr(644,root,root,755)
1804 %{php_pear_dir}/Zend/Measure
1805
1806 %files Zend_Memory
1807 %defattr(644,root,root,755)
1808 %{php_pear_dir}/Zend/Memory
1809 %{php_pear_dir}/Zend/Memory.php
1810
1811 %files Zend_Mime
1812 %defattr(644,root,root,755)
1813 %{php_pear_dir}/Zend/Mime
1814 %{php_pear_dir}/Zend/Mime.php
1815
1816 %files Zend_Mobile_Push
1817 %defattr(644,root,root,755)
1818 %dir %{php_pear_dir}/Zend/Mobile
1819 %{php_pear_dir}/Zend/Mobile/Exception.php
1820 %{php_pear_dir}/Zend/Mobile/Push
1821
1822 %files Zend_Navigation
1823 %defattr(644,root,root,755)
1824 %{php_pear_dir}/Zend/Navigation
1825 %{php_pear_dir}/Zend/Navigation.php
1826
1827 %files Zend_Oauth
1828 %defattr(644,root,root,755)
1829 %{php_pear_dir}/Zend/Oauth
1830 %{php_pear_dir}/Zend/Oauth.php
1831
1832 %files Zend_OpenId
1833 %defattr(644,root,root,755)
1834 %{php_pear_dir}/Zend/OpenId
1835 %{php_pear_dir}/Zend/OpenId.php
1836
1837 %files Zend_Paginator
1838 %defattr(644,root,root,755)
1839 %{php_pear_dir}/Zend/Paginator
1840 %{php_pear_dir}/Zend/Paginator.php
1841
1842 %files Zend_Pdf
1843 %defattr(644,root,root,755)
1844 %{php_pear_dir}/Zend/Pdf
1845 %{php_pear_dir}/Zend/Pdf.php
1846
1847 %files Zend_Queue
1848 %defattr(644,root,root,755)
1849 %{php_pear_dir}/Zend/Queue
1850 %{php_pear_dir}/Zend/Queue.php
1851
1852 %files Zend_Reflection
1853 %defattr(644,root,root,755)
1854 %{php_pear_dir}/Zend/Reflection
1855
1856 %files Zend_Registry
1857 %defattr(644,root,root,755)
1858 %{php_pear_dir}/Zend/Registry.php
1859
1860 %files Zend_Rest
1861 %defattr(644,root,root,755)
1862 %{php_pear_dir}/Zend/Rest
1863
1864 %files Zend_Search_Lucene
1865 %defattr(644,root,root,755)
1866 %dir %{php_pear_dir}/Zend/Search
1867 %{php_pear_dir}/Zend/Search/Exception.php
1868 %{php_pear_dir}/Zend/Search/Lucene
1869 %{php_pear_dir}/Zend/Search/Lucene.php
1870
1871 %files Zend_Serializer
1872 %defattr(644,root,root,755)
1873 %{php_pear_dir}/Zend/Serializer
1874 %{php_pear_dir}/Zend/Serializer.php
1875
1876 %files Zend_Server
1877 %defattr(644,root,root,755)
1878 %dir %{php_pear_dir}/Zend/Server
1879 %{php_pear_dir}/Zend/Server/Abstract.php
1880 %{php_pear_dir}/Zend/Server/Exception.php
1881 %{php_pear_dir}/Zend/Server/Interface.php
1882 %{php_pear_dir}/Zend/Server/Definition.php
1883 %dir %{php_pear_dir}/Zend/Server/Method
1884 %{php_pear_dir}/Zend/Server/Method/Callback.php
1885 %{php_pear_dir}/Zend/Server/Method/Definition.php
1886 %{php_pear_dir}/Zend/Server/Method/Parameter.php
1887 %{php_pear_dir}/Zend/Server/Method/Prototype.php
1888
1889 %files Zend_Server_Reflection
1890 %defattr(644,root,root,755)
1891 %{php_pear_dir}/Zend/Server/Reflection
1892 %{php_pear_dir}/Zend/Server/Reflection.php
1893
1894 %files Zend_Service
1895 %defattr(644,root,root,755)
1896 %dir %{php_pear_dir}/Zend/Service
1897 %{php_pear_dir}/Zend/Service/Abstract.php
1898 %{php_pear_dir}/Zend/Service/Exception.php
1899
1900 # subpackage?
1901 %{php_pear_dir}/Zend/Service/Console
1902
1903 %files Zend_Service_Akismet
1904 %defattr(644,root,root,755)
1905 %{php_pear_dir}/Zend/Service/Akismet.php
1906
1907 %files Zend_Service_Amazon
1908 %defattr(644,root,root,755)
1909 %{php_pear_dir}/Zend/Service/Amazon
1910 %{php_pear_dir}/Zend/Service/Amazon.php
1911
1912 %files Zend_Service_Audioscrobbler
1913 %defattr(644,root,root,755)
1914 %{php_pear_dir}/Zend/Service/Audioscrobbler
1915 %{php_pear_dir}/Zend/Service/Audioscrobbler.php
1916
1917 %files Zend_Service_Delicious
1918 %defattr(644,root,root,755)
1919 %{php_pear_dir}/Zend/Service/Delicious
1920 %{php_pear_dir}/Zend/Service/Delicious.php
1921
1922 %files Zend_Service_DeveloperGarden
1923 %defattr(644,root,root,755)
1924 %{php_pear_dir}/Zend/Service/DeveloperGarden
1925
1926 %files Zend_Service_Ebay
1927 %defattr(644,root,root,755)
1928 %{php_pear_dir}/Zend/Service/Ebay
1929
1930 %files Zend_Service_Flickr
1931 %defattr(644,root,root,755)
1932 %{php_pear_dir}/Zend/Service/Flickr
1933 %{php_pear_dir}/Zend/Service/Flickr.php
1934
1935 %files Zend_Service_LiveDocx
1936 %defattr(644,root,root,755)
1937 %{php_pear_dir}/Zend/Service/LiveDocx
1938 %{php_pear_dir}/Zend/Service/LiveDocx.php
1939
1940 %if 0
1941 %files Zend_Service_Nirvanix
1942 %defattr(644,root,root,755)
1943 %{php_pear_dir}/Zend/Service/Nirvanix
1944 %{php_pear_dir}/Zend/Service/Nirvanix.php
1945 %endif
1946
1947 %files Zend_Service_Rackspace
1948 %defattr(644,root,root,755)
1949 %{php_pear_dir}/Zend/Service/Rackspace
1950
1951 %files Zend_Service_ReCaptcha
1952 %defattr(644,root,root,755)
1953 %{php_pear_dir}/Zend/Service/ReCaptcha
1954 %{php_pear_dir}/Zend/Service/ReCaptcha.php
1955
1956 %files Zend_Service_ShortUrl
1957 %defattr(644,root,root,755)
1958 %{php_pear_dir}/Zend/Service/ShortUrl
1959
1960 %if 0
1961 %files Zend_Service_Simpy
1962 %defattr(644,root,root,755)
1963 %{php_pear_dir}/Zend/Service/Simpy
1964 %{php_pear_dir}/Zend/Service/Simpy.php
1965 %endif
1966
1967 %files Zend_Service_SlideShare
1968 %defattr(644,root,root,755)
1969 %{php_pear_dir}/Zend/Service/SlideShare
1970 %{php_pear_dir}/Zend/Service/SlideShare.php
1971
1972 %files Zend_Service_SqlAzure
1973 %defattr(644,root,root,755)
1974 %{php_pear_dir}/Zend/Service/SqlAzure
1975
1976 %files Zend_Service_StrikeIron
1977 %defattr(644,root,root,755)
1978 %{php_pear_dir}/Zend/Service/StrikeIron
1979 %{php_pear_dir}/Zend/Service/StrikeIron.php
1980
1981 %files Zend_Service_Technorati
1982 %defattr(644,root,root,755)
1983 %{php_pear_dir}/Zend/Service/Technorati
1984 %{php_pear_dir}/Zend/Service/Technorati.php
1985
1986 %files Zend_Service_Twitter
1987 %defattr(644,root,root,755)
1988 %{php_pear_dir}/Zend/Service/Twitter
1989 %{php_pear_dir}/Zend/Service/Twitter.php
1990
1991 %files Zend_Service_WindowsAzure
1992 %defattr(644,root,root,755)
1993 %{php_pear_dir}/Zend/Service/WindowsAzure
1994
1995 %files Zend_Service_Yahoo
1996 %defattr(644,root,root,755)
1997 %{php_pear_dir}/Zend/Service/Yahoo
1998 %{php_pear_dir}/Zend/Service/Yahoo.php
1999
2000 %files Zend_Session
2001 %defattr(644,root,root,755)
2002 %{php_pear_dir}/Zend/Session
2003 %{php_pear_dir}/Zend/Session.php
2004
2005 %files Zend_Soap
2006 %defattr(644,root,root,755)
2007 %{php_pear_dir}/Zend/Soap
2008
2009 %files Zend_Tag
2010 %defattr(644,root,root,755)
2011 %{php_pear_dir}/Zend/Tag
2012
2013 %files Zend_Text
2014 %defattr(644,root,root,755)
2015 %{php_pear_dir}/Zend/Text
2016
2017 %files Zend_Test
2018 %defattr(644,root,root,755)
2019 %{php_pear_dir}/Zend/Test
2020
2021 %files Zend_TimeSync
2022 %defattr(644,root,root,755)
2023 %{php_pear_dir}/Zend/TimeSync
2024 %{php_pear_dir}/Zend/TimeSync.php
2025
2026 %files Zend_Tool
2027 %defattr(644,root,root,755)
2028 %attr(755,root,root) %{_bindir}/zf
2029 %{php_pear_dir}/bin/zf.php
2030 %{php_pear_dir}/Zend/Tool
2031
2032 %files Zend_Translate
2033 %defattr(644,root,root,755)
2034 %{php_pear_dir}/Zend/Translate
2035 %{php_pear_dir}/Zend/Translate.php
2036
2037 %files Zend_Uri
2038 %defattr(644,root,root,755)
2039 %{php_pear_dir}/Zend/Uri
2040 %{php_pear_dir}/Zend/Uri.php
2041
2042 %files Zend_Validate
2043 %defattr(644,root,root,755)
2044 %{php_pear_dir}/Zend/Validate
2045 %{php_pear_dir}/Zend/Validate.php
2046
2047 %files Zend_Version
2048 %defattr(644,root,root,755)
2049 %{php_pear_dir}/Zend/Version.php
2050
2051 %files Zend_View
2052 %defattr(644,root,root,755)
2053 %{php_pear_dir}/Zend/View
2054 %{php_pear_dir}/Zend/View.php
2055
2056 %files Zend_Wildfire
2057 %defattr(644,root,root,755)
2058 %{php_pear_dir}/Zend/Wildfire
2059
2060 %files Zend_XmlRpc
2061 %defattr(644,root,root,755)
2062 %{php_pear_dir}/Zend/XmlRpc
2063
2064 %dir %{php_pear_dir}/Zend/Xml
2065 %{php_pear_dir}/Zend/Xml/Exception.php
2066 %{php_pear_dir}/Zend/Xml/Security.php
2067
2068 %files demos
2069 %defattr(644,root,root,755)
2070 %{_examplesdir}/%{name}-%{version}
2071
2072 %files manual-en
2073 %defattr(644,root,root,755)
2074 %doc %{_docdir}/%{name}-en
This page took 0.270693 seconds and 3 git commands to generate.