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