]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- deps and rpm whiteout
[packages/ZendFramework.git] / ZendFramework.spec
1 # TODO
2 # - dependencies to subpackages
3 #        php-fileinfo is needed by ZendFramework-1.6.2-2.5.noarch
4 #        php-mime_magic is needed by ZendFramework-1.6.2-2.5.noarch
5 #        php-pecl_http is needed by ZendFramework-1.6.2-2.5.noarch
6 #        php-ereg is needed by ZendFramework-Zend_Cache-1.6.2-2.5.noarch
7 #        php-sqlite is needed by ZendFramework-Zend_Cache-1.6.2-2.5.noarch
8 #        php-gd is needed by ZendFramework-Zend_Captcha-1.6.2-2.5.noarch
9 #        php-sapi_apache is needed by ZendFramework-Zend_Controller-1.6.2-2.5.noarch
10 #        php-mysqli is needed by ZendFramework-Zend_Db-1.6.2-2.5.noarch
11 #        php-oci8 is needed by ZendFramework-Zend_Db-1.6.2-2.5.noarch
12 #        php-zip is needed by ZendFramework-Zend_Filter-1.6.2-2.5.noarch
13 #        php-ereg is needed by ZendFramework-Zend_Gdata-1.6.2-2.5.noarch
14 #        php-openssl is needed by ZendFramework-Zend_Gdata-1.6.2-2.5.noarch
15 #        php-mcrypt is needed by ZendFramework-Zend_InfoCard-1.6.2-2.5.noarch
16 #        php-openssl is needed by ZendFramework-Zend_InfoCard-1.6.2-2.5.noarch
17 #        php-json is needed by ZendFramework-Zend_Json-1.6.2-2.5.noarch
18 #        php-ldap is needed by ZendFramework-Zend_Ldap-1.6.2-2.5.noarch
19 #        php-zip is needed by ZendFramework-Zend_Mail-1.6.2-2.5.noarch
20 #        php-bcmath is needed by ZendFramework-Zend_OpenId-1.6.2-2.5.noarch
21 #        php-gmp is needed by ZendFramework-Zend_OpenId-1.6.2-2.5.noarch
22 #        php-mhash is needed by ZendFramework-Zend_OpenId-1.6.2-2.5.noarch
23 #        php-openssl is needed by ZendFramework-Zend_OpenId-1.6.2-2.5.noarch
24 #        php-gd is needed by ZendFramework-Zend_Pdf-1.6.2-2.5.noarch
25 #        php-bitset is needed by ZendFramework-Zend_Search_Lucene-1.6.2-2.5.noarch
26 #        php-zip is needed by ZendFramework-Zend_Search_Lucene-1.6.2-2.5.noarch
27 #        php-ereg is needed by ZendFramework-Zend_Service_Amazon-1.6.2-2.5.noarch
28 #        php-mcrypt is needed by ZendFramework-Zend_Service_ReCaptcha-1.6.2-2.5.noarch
29 #        php-pecl_http is needed by ZendFramework-Zend_Uri-1.6.2-2.5.noarch
30 #        php-mime_magic is needed by ZendFramework-Zend_Validate-1.6.2-2.5.noarch
31 # - add rpm-whiteout: http://pld.pastebin.com/f33091903
32 %include        /usr/lib/rpm/macros.php
33 Summary:        Zend Framework
34 Summary(pl.UTF-8):      Szkielet Zend
35 Name:           ZendFramework
36 Version:        1.7.0
37 Release:        0.8
38 License:        New BSD License
39 Group:          Development/Languages/PHP
40 Source0:        http://framework.zend.com/releases/%{name}-%{version}/ZendFramework-%{version}.tar.gz
41 # Source0-md5:  423629a9be793d3b6df352913f8c1401
42 Source1:        %{name}-find-lang.sh
43 URL:            http://framework.zend.com/
44 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
45 BuildRequires:  sed >= 4.0
46 Requires:       php-common >= 4:5.1.4
47 Requires:       rpm-whiteout >= 1.12
48 Obsoletes:      ZendFramework-doc
49 BuildArch:      noarch
50 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51
52 # exclude optional dependencies
53 %define         _noautoreq      'php(oci8)' 'php(bitset)'
54
55 %description
56 Zend Framework is a high quality and open source framework for
57 developing Web Applications and Web Services.
58
59 Built in the true PHP spirit, the Zend Framework delivers ease-of-use
60 and powerful functionality. It provides solutions for building modern,
61 robust, and secure websites.
62
63 %description -l pl.UTF-8
64 Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
65 tworzenia aplikacji i usług WWW.
66
67 Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
68 użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
69 nowoczesnych, bogatych i bezpiecznych serwisów WWW.
70
71 %package Zend_Acl
72 Summary:        Zend_Acl
73 Group:          Development/Languages/PHP
74 URL:            http://framework.zend.com/manual/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 %package Zend_Amf
84 Summary:        Zend_Amf
85 Group:          Development/Languages/PHP
86 URL:            http://framework.zend.com/manual/en/zend.amf.html
87 Requires:       %{name} = %{version}-%{release}
88
89 %description Zend_Amf
90 Zend_Amf provides support for Adobe's Action Message Format (AMF), to
91 allow communication between Adobe's Flash Player and PHP.
92 Specifically, it provides a gateway server implementation for handling
93 requests sent from the Flash Player to the server and mapping these
94 requests to object and class methods and arbitrary callbacks.
95
96 %package Zend_Auth
97 Summary:        Zend_Auth
98 Group:          Development/Languages/PHP
99 URL:            http://framework.zend.com/manual/en/zend.auth.html
100 Requires:       %{name} = %{version}-%{release}
101 Requires:       php-ctype
102 # Zend_Auth_Adapter_Http has hard dependency on hash
103
104 %description Zend_Auth
105 Zend_Auth provides an API for authentication and includes concrete
106 authentication adapters for common use case scenarios.
107
108 %package Zend_Cache
109 Summary:        Zend_Cache
110 Group:          Development/Languages/PHP
111 URL:            http://framework.zend.com/manual/en/zend.cache.html
112 Requires:       %{name} = %{version}-%{release}
113 # Zend_Cache_Backend_Apc hard dep on php-pecl-APC
114
115 %description Zend_Cache
116 Zend_Cache provides a flexible approach toward caching data, including
117 support for tagging, manipulating, iterating, and removing subsets.
118
119 %package Zend_Captcha
120 Summary:        Zend_Captcha
121 Group:          Development/Languages/PHP
122 URL:            http://framework.zend.com/manual/en/zend.captcha.html
123 Requires:       %{name} = %{version}-%{release}
124
125 %description Zend_Captcha
126 CAPTCHA stands for "Completely Automated Turing test to tell Computers
127 and Humans Apart" it is used as a challenge-response to ensure that
128 the individual submitting information is a human and not an automated
129 process. Typically, a captcha is used with form submissions where
130 authenticated users are not necessary, but you desire to prevent spam
131 submissions. Captchas can take variety of forms, including asking
132 logic questions, presenting skewed fonts, and presenting images and
133 asking how they relate. Zend_Captcha aims to provide a variety of
134 backends that may be utilized either standalone or in conjunction with
135 Zend_Form.
136
137 %package Zend_Config
138 Summary:        Zend_Config
139 Group:          Development/Languages/PHP
140 URL:            http://framework.zend.com/manual/en/zend.config.html
141 Requires:       %{name} = %{version}-%{release}
142
143 %description Zend_Config
144 Zend_Config is designed to simplify access to and use of configuration
145 data within applications.
146
147 %package Zend_Console_Getopt
148 Summary:        Zend_Console_Getopt
149 Group:          Development/Languages/PHP
150 URL:            http://framework.zend.com/manual/en/zend.console.getopt.html
151 Requires:       %{name} = %{version}-%{release}
152
153 %description Zend_Console_Getopt
154 The Zend_Console_Getopt class helps command-line applications to parse
155 their options and arguments.
156
157 %package Zend_Controller
158 Summary:        Zend_Controller
159 Group:          Development/Languages/PHP
160 URL:            http://framework.zend.com/manual/en/zend.controller.html
161 Requires:       %{name} = %{version}-%{release}
162
163 %description Zend_Controller
164 Zend_Controller is the heart of Zend Framework's MVC system. MVC
165 stands for Model-View-Controller and is a design pattern targeted at
166 separating application logic from display logic.
167
168 %package Zend_Currency
169 Summary:        Zend_Currency
170 Group:          Development/Languages/PHP
171 URL:            http://framework.zend.com/manual/en/zend.currency.html
172 Requires:       %{name} = %{version}-%{release}
173 Requires:       php-iconv
174
175 %description Zend_Currency
176 Zend_Currency is part of the I18N core of the Zend_Framework. It
177 handles all issues related to currency, money representation and
178 formating. And it also provides additional informational methods which
179 include localized informations on currencies, informations about which
180 currency is used in which region and more.
181
182 %package Zend_Date
183 Summary:        Zend_Date
184 Group:          Development/Languages/PHP
185 URL:            http://framework.zend.com/manual/en/zend.date.html
186 Requires:       %{name} = %{version}-%{release}
187
188 %description Zend_Date
189 Zend_Date component offers a detailed, but simple API for manipulating
190 dates and times. Its methods accept a wide variety of types of
191 information, including date parts, in numerous combinations yielding
192 many features and possibilities above and beyond the existing PHP date
193 related functions.
194
195 %package Zend_Db
196 Summary:        Zend_Db
197 Group:          Development/Languages/PHP
198 URL:            http://framework.zend.com/manual/en/zend.db.html
199 Requires:       %{name} = %{version}-%{release}
200
201 %description Zend_Db
202 Zend_Db and its related classes provide a simple SQL database
203 interface for Zend Framework. The Zend_Db_Adapter is the basic class
204 you use to connect your PHP application to an RDBMS. There is a
205 different Adapter class for each brand of RDBMS. The Zend_Db Adapters
206 create a bridge from the vendor-specific PHP extensions to a common
207 interface, to help you write PHP applications once and deploy with
208 multiple brands of RDBMS with very little effort. The interface of the
209 Adapter class is similar to the interface of the PHP Data Objects
210 extension.
211
212 Zend_Db provides Adapter classes to PDO drivers for the following
213 RDBMS brands:
214 - IBM DB2 and Informix Dynamic Server (IDS), using the pdo_ibm PHP
215   extension
216 - MySQL, using the pdo_mysql PHP extension
217 - Microsoft SQL Server, using the pdo_mssql PHP extension
218 - Oracle, using the pdo_oci PHP extension
219 - PostgreSQL, using the pdo_pgsql PHP extension
220 - SQLite, using the pdo_sqlite PHP extension
221
222 In addition, Zend_Db provides Adapter classes that utilize PHP
223 database extensions for the following RDBMS brands:
224 - MySQL, using the mysqli PHP extension
225 - Oracle, using the oci8 PHP extension
226 - IBM DB2, using the ibm_db2 PHP extension
227 - Firebird/Interbase, using the php_interbase PHP extension
228
229 %package Zend_Debug
230 Summary:        Zend_Debug
231 Group:          Development/Languages/PHP
232 URL:            http://framework.zend.com/manual/en/zend.debug.html
233 Requires:       %{name} = %{version}-%{release}
234
235 %description Zend_Debug
236 Zend_Debug is a simple debugging component. The static method
237 Zend_Debug::dump() prints or returns information about an expression.
238 This simple technique of debugging is easy to use in an ad hoc
239 fashion, and requires no initialization, special tools, or debugging
240 environment.
241
242 %package Zend_Dojo
243 Summary:        Zend_Dojo
244 Group:          Development/Languages/PHP
245 URL:            http://framework.zend.com/manual/en/zend.dojo.html
246 Requires:       %{name} = %{version}-%{release}
247
248 %description Zend_Dojo
249 Zend_Dojo component provides integration with Dojo Toolkit.
250
251 Integration points with Dojo include:
252 - JSON-RPC support
253 - dojo.data compatibility
254 - View helper to help setup the Dojo environment
255 - Dijit-specific Zend_View helpres
256 - Dijit-specific Zend_Form elements and decorators
257
258 %package Zend_Dom
259 Summary:        Zend_Dom
260 Group:          Development/Languages/PHP
261 URL:            http://framework.zend.com/manual/en/zend.dom.html
262 Requires:       %{name} = %{version}-%{release}
263
264 %description Zend_Dom
265 Zend_Dom provides tools for working with DOM documents and structures.
266 Currently, it offer Zend_Dom_Query, which provides a unified interface
267 for querying DOM documents utilizing both XPath and CSS selectors.
268
269 %package Zend_Exception
270 Summary:        Zend_Exception
271 Group:          Development/Languages/PHP
272 URL:            http://framework.zend.com/manual/en/zend.exception.html
273 Requires:       %{name} = %{version}-%{release}
274
275 %description Zend_Exception
276 Zend_Exception is a base exception class. All exceptions thrown by
277 Zend Framework classes should throw an exception that derives from the
278 base class Zend_Exception.
279
280 %package Zend_Feed
281 Summary:        Zend_Feed
282 Group:          Development/Languages/PHP
283 URL:            http://framework.zend.com/manual/en/zend.feed.html
284 Requires:       %{name} = %{version}-%{release}
285 Requires:       php-dom
286 Requires:       php-mbstring
287
288 %description Zend_Feed
289 Zend_Feed provides functionality for consuming RSS and Atom feeds. It
290 provides a natural syntax for accessing elements of feeds, feed
291 attributes, and entry attributes. Zend_Feed also has extensive support
292 for modifying feed and entry structure with the same natural syntax,
293 and turning the result back into XML. In the future, this modification
294 support could provide support for the Atom Publishing Protocol.
295
296 %package Zend_File
297 Summary:        Zend_File
298 Group:          Development/Languages/PHP
299 URL:            http://framework.zend.com/manual/en/zend.file.html
300 Requires:       %{name} = %{version}-%{release}
301
302 %description Zend_File
303 Zend_File enables developers to take control over file uploads and
304 also over file downloads. It allows you to use built in validators for
305 file purposes and gives you the ability even to change files with
306 filters. Zend_File_Transfer works with adapters which allow to use the
307 same API for different transport protocols like HTTP, FTP, WEBDAV and
308 more.
309
310 %package Zend_Filter
311 Summary:        Zend_Filter
312 Group:          Development/Languages/PHP
313 URL:            http://framework.zend.com/manual/en/zend.filter.html
314 Requires:       %{name} = %{version}-%{release}
315
316 %description Zend_Filter
317 Zend_Filter component provides a set of commonly needed data filters.
318 It also provides a simple filter chaining mechanism by which multiple
319 filters may be applied to a single datum in a user-defined order.
320
321 %package Zend_Filter_Input
322 Summary:        Zend_Filter_Input
323 Group:          Development/Languages/PHP
324 URL:            http://framework.zend.com/manual/en/zend.filter.input.html
325 Requires:       %{name} = %{version}-%{release}
326
327 %description Zend_Filter_Input
328 Zend_Filter_Input provides a declarative interface to associate
329 multiple filters and validators, apply them to collections of data,
330 and to retrieve input values after they have been processed by the
331 filters and validators. Values are returned in escaped format by
332 default for safe HTML output.
333
334 %package Zend_Form
335 Summary:        Zend_Form
336 Group:          Development/Languages/PHP
337 URL:            http://framework.zend.com/manual/en/zend.form.html
338 Requires:       %{name} = %{version}-%{release}
339
340 %description Zend_Form
341 Zend_Form simplifies form creation and handling in your web
342 application. It accomplishes the following goals:
343 - Element input filtering and validation
344 - Element ordering
345 - Element and Form rendering, including escaping
346 - Element and form grouping
347 - Element and form-level configuration
348
349 %package Zend_Gdata
350 Summary:        Zend_Gdata
351 Group:          Development/Languages/PHP
352 URL:            http://framework.zend.com/manual/en/zend.gdata.html
353 Requires:       %{name} = %{version}-%{release}
354 Requires:       php-ctype
355 Requires:       php-dom
356
357 %description Zend_Gdata
358 Zend_Gdata component is a interface for accessing Google Data from
359 PHP. Google Data APIs provide programmatic interface to some of
360 Google's online services. The Google data Protocol is based upon the
361 Atom Publishing Protocol and allows client applications to retrieve
362 data matching queries, post data, update data and delete data using
363 standard HTTP and the Atom syndication formation. Zend_Gdata component
364 also supports accessing other services implementing the Atom
365 Publishing Protocol.
366
367 %package Zend_Http
368 Summary:        Zend_Http
369 Group:          Development/Languages/PHP
370 URL:            http://framework.zend.com/manual/en/zend.http.html
371 Requires:       %{name} = %{version}-%{release}
372 Requires:       php-ctype
373 # Zend_Http_Client_Adapter_Curl has hard dependency on curl
374
375 %description Zend_Http
376 Zend_Http component provides a client for the HTTP protocol. It
377 supports:
378 - URL validation
379 - cookies
380 - proxy servers.
381
382 %package Zend_InfoCard
383 Summary:        Zend_InfoCard
384 Group:          Development/Languages/PHP
385 URL:            http://framework.zend.com/manual/en/zend.infocard.html
386 Requires:       %{name} = %{version}-%{release}
387
388 %description Zend_InfoCard
389 Zend_InfoCard component implements relying-party support for
390 Information Cards. Infomation Cards are used for identity management
391 on the internet and authentication of users to web sites (called
392 relying parties).
393
394 %package Zend_Json
395 Summary:        Zend_Json
396 Group:          Development/Languages/PHP
397 URL:            http://framework.zend.com/manual/en/zend.json.html
398 Requires:       %{name} = %{version}-%{release}
399
400 %description Zend_Json
401 Zend_Json provides convenience methods for serializing native PHP to
402 JSON and decoding JSON to native PHP.
403
404 JSON, JavaScript Object Notation, can be used for data interchange
405 between JavaScript and other languages. Since JSON can be directly
406 evaluated by JavaScript, it is a more efficient and lightweight format
407 than XML for exchanging data with JavaScript clients.
408
409 In addition, Zend_Json provides a useful way to convert any arbitrary
410 XML formatted string into a JSON formatted string. This built-in
411 feature will enable PHP developers to transform the enterprise data
412 encoded in XML format into JSON format before sending it to
413 browser-based Ajax client applications. It provides an easy way to do
414 dynamic data conversion on the server-side code thereby avoiding
415 unnecessary XML parsing in the browser-side applications. It offers a
416 nice utility function that results in easier application-specific data
417 processing techniques.
418
419 %package Zend_Layout
420 Summary:        Zend_Layout
421 Group:          Development/Languages/PHP
422 URL:            http://framework.zend.com/manual/en/zend.layout.html
423 Requires:       %{name} = %{version}-%{release}
424
425 %description Zend_Layout
426 Zend_Layout implements a classic Two Step View pattern, allowing
427 developers to wrap application content within another view, usually
428 representing the site template. Such templates are often termed
429 layouts by other projects, and Zend Framework has adopted this term
430 for consistency.
431
432 The main goals of Zend_Layout are as follows:
433 - Automate selection and rendering of layouts when used with the Zend
434   Framework MVC components.
435 - Provide separate scope for layout related variables and content.
436 - Allow configuration, including layout name, layout script resolution
437   (inflection), and layout script path.
438 - Allow disabling layouts, changing layout scripts, and other states;
439   allow these actions from within action controllers and view scripts.
440 - Follow same script resolution rules (inflection) as the
441   ViewRenderer, but allow them to also use different rules.
442 - Allow usage without Zend Framework MVC components.
443
444 %package Zend_Ldap
445 Summary:        Zend_Ldap
446 Group:          Development/Languages/PHP
447 URL:            http://framework.zend.com/manual/en/zend.ldap.html
448 Requires:       %{name} = %{version}-%{release}
449
450 %description Zend_Ldap
451 Zend_Ldap is a class for performing LDAP operations including but not
452 limited to binding, searching and modifying entries in an LDAP
453 directory.
454
455 %package Zend_Loader
456 Summary:        Zend_Loader
457 Group:          Development/Languages/PHP
458 URL:            http://framework.zend.com/manual/en/zend.loader.html
459 Requires:       %{name} = %{version}-%{release}
460
461 %description Zend_Loader
462 The Zend_Loader class includes methods to help you load files
463 dynamically.
464
465 %package Zend_Locale
466 Summary:        Zend_Locale
467 Group:          Development/Languages/PHP
468 URL:            http://framework.zend.com/manual/en/zend.locale.html
469 Requires:       %{name} = %{version}-%{release}
470 Requires:       php-iconv
471 Suggests:       php-bcmath
472
473 %description Zend_Locale
474 Zend_Locale is the Framework's answer to the question, "How can the
475 same application be used around the whole world?". This component is
476 the foundation of Zend_Date, Zend_Translate, and others. It provides:
477 - access to CLDR, an international data repository for I18N issues,
478   for all framework classes
479 - localizing of numbers
480 - normalizing of dates, times and numbers.
481
482 %package Zend_Log
483 Summary:        Zend_Log
484 Group:          Development/Languages/PHP
485 URL:            http://framework.zend.com/manual/en/zend.log.html
486 Requires:       %{name} = %{version}-%{release}
487 # Zend_Log_Formatter_Xml has hard dependency on dom
488
489 %description Zend_Log
490 Zend_Log is a component for general purpose logging. It supports
491 multiple log backends, formatting messages sent to the log, and
492 filtering messages from being logged. These functions are divided into
493 the following objects:
494 - A Log (instance of Zend_Log) is the object that your application
495   uses the most. You can have as many Log objects as you like; they do
496   not interact. A Log object must contain at least one Writer, and can
497   optionally contain one or more Filters.
498 - A Writer (inherits from Zend_Log_Writer_Abstract) is responsible for
499   saving data to storage.
500 - A Filter (implements Zend_Log_Filter_Interface) blocks log data from
501   being saved. A filter may be applied to an individual Writer, or to a
502   Log where it is applied before all Writers. In either case, filters
503   may be chained.
504 - A Formatter (implements Zend_Log_Formatter_Interface) can format the
505   log data before it is written by a Writer. Each Writer has exactly one
506   Formatter.
507
508 %package Zend_Mail
509 Summary:        Zend_Mail
510 Group:          Development/Languages/PHP
511 URL:            http://framework.zend.com/manual/en/zend.mail.html
512 Requires:       %{name} = %{version}-%{release}
513
514 %description Zend_Mail
515 Zend_Mail provides generalized functionality to compose and send both
516 text and MIME-compliant multipart e-mail messages. Mail can be sent
517 with Zend_Mail via the default Zend_Mail_Transport_Sendmail transport
518 or via Zend_Mail_Transport_Smtp.
519
520 %package Zend_Measure
521 Summary:        Zend_Measure
522 Group:          Development/Languages/PHP
523 URL:            http://framework.zend.com/manual/en/zend.measure.html
524 Requires:       %{name} = %{version}-%{release}
525
526 %description Zend_Measure
527 Zend_Measure component provide a generic and easy way for working with
528 measurements. Using Zend_Measure_* classes, you can convert
529 measurements into different units of the same type. They can be added,
530 subtracted and compared against each other. From a given input made in
531 the user's native language, the unit of measurement can be
532 automatically extracted. Numerous units of measurement are supported.
533
534 %package Zend_Memory
535 Summary:        Zend_Memory
536 Group:          Development/Languages/PHP
537 URL:            http://framework.zend.com/manual/en/zend.memory.html
538 Requires:       %{name} = %{version}-%{release}
539
540 %description Zend_Memory
541 The Zend_Memory component is intended to manage data in an environment
542 with limited memory. Memory objects (memory containers) are generated
543 by memory manager by request and transparently swapped/loaded when
544 it's necessary. For example, if creating or loading a managed object
545 would cause the total memory usage to exceed the limit you specify,
546 some managed objects are copied to cache storage outside of memory. In
547 this way, the total memory used by managed objects does not exceed the
548 limit you need to enforce.
549
550 %package Zend_Mime
551 Summary:        Zend_Mime
552 Group:          Development/Languages/PHP
553 URL:            http://framework.zend.com/manual/en/zend.mime.html
554 Requires:       %{name} = %{version}-%{release}
555 Requires:       php-iconv
556
557 %description Zend_Mime
558 Zend_Mime is a support class for handling multipart MIME messages.
559
560 %package Zend_OpenId
561 Summary:        Zend_OpenId
562 Group:          Development/Languages/PHP
563 URL:            http://framework.zend.com/manual/en/zend.openid.html
564 Requires:       %{name} = %{version}-%{release}
565
566 %description Zend_OpenId
567 Zend_OpenId is a Zend Framework component that provides a simple API
568 for building OpenID-enabled sites and identity providers.
569
570 %package Zend_Paginator
571 Summary:        Zend_Paginator
572 Group:          Development/Languages/PHP
573 URL:            http://framework.zend.com/manual/en/zend.paginator.html
574 Requires:       %{name} = %{version}-%{release}
575
576 %description Zend_Paginator
577 Zend_Paginator is a flexible component for paginating collections of
578 data and presenting that data to users.
579
580 The primary design goals of Zend_Paginator are as follows:
581 - Paginate arbitrary data, not just relational databases
582 - Fetch only the results that need to be displayed
583 - Do not force users to adhere to only one way of displaying data or
584   rendering pagination controls
585 - Loosely couple Zend_Paginator to other Zend Framework components so
586   that users who wish to use it independently of Zend_View, Zend_Db,
587   etc. can do so.
588
589 %package Zend_Pdf
590 Summary:        Zend_Pdf
591 Group:          Development/Languages/PHP
592 URL:            http://framework.zend.com/manual/en/zend.pdf.html
593 Requires:       %{name} = %{version}-%{release}
594 Requires:       php-ctype
595 Requires:       php-gd
596 Requires:       php-iconv
597 Requires:       php-zlib
598
599 %description Zend_Pdf
600 Zend_Pdf module is a PDF (Portable Document Format) manipulation
601 engine. It can load existing documents, create new, modify and save
602 modified documents. Thus it can help application dynamically prepare
603 documents in a PDF by modifying existing template or generating
604 document from a scratch.
605
606 Zend_Pdf module supports the following features:
607 - Create new document or load existing one (PDF V1.4 (Acrobat 5)
608   documents are supported for loading now).
609 - Retrieving specified revision of the document.
610 - Manipulate pages within document. Changing page order, adding new
611   pages, removing pages from a document.
612 - Different drawing primitives (lines, rectangles, polygons, circles,
613   ellipses and sectors).
614 - Text drawing using any of the 14 standard (built-in) fonts or your
615   own custom TrueType fonts.
616 - Rotations.
617 - Image drawing (JPG, PNG [Up to 8bit per channel+Alpha] and TIFF
618   images are supported).
619 - Incremental PDF file update.
620
621 %package Zend_ProgressBar
622 Summary:        Zend_ProgressBar
623 Group:          Development/Languages/PHP
624 URL:            http://framework.zend.com/manual/en/zend.progressbar.html
625 Requires:       %{name} = %{version}-%{release}
626
627 %description Zend_ProgressBar
628 Zend_ProgressBar is a component to create and update progressbars in
629 different environments. It consists of a single backend, which outputs
630 the progress through one of the multiple adapters. On every update, it
631 takes an absolute value and optionally a status message, and then
632 calls the adapter with some precalculated values like percentage and
633 estimated time left.
634
635 %package Zend_Registry
636 Summary:        Zend_Registry
637 Group:          Development/Languages/PHP
638 URL:            http://framework.zend.com/manual/en/zend.registry.html
639 Requires:       %{name} = %{version}-%{release}
640
641 %description Zend_Registry
642 The registry is a container for storing objects and values in the
643 application space. By storing the value in the registry, the same
644 object is always available throughout your application. This mechanism
645 is an alternative to using global storage.
646
647 %package Zend_Rest
648 Summary:        Zend_Rest
649 Group:          Development/Languages/PHP
650 URL:            http://framework.zend.com/manual/en/zend.rest.html
651 Requires:       %{name} = %{version}-%{release}
652 Requires:       php-ctype
653 Requires:       php-dom
654
655 %description Zend_Rest
656 REST Web Services use service-specific XML formats. These ad-hoc
657 standards mean that the manner for accessing a REST web service is
658 different for each service. REST web services typically use URL
659 parameters (GET data) or path information for requesting data and POST
660 data for sending data. Zend_Rest component provides:
661 - capabilities to access REST web services
662 - capabilities to expose APIs as REST services
663
664 %package Zend_Search_Lucene
665 Summary:        Zend_Search_Lucene
666 Group:          Development/Languages/PHP
667 URL:            http://framework.zend.com/manual/en/zend.search.lucene.html
668 Requires:       %{name} = %{version}-%{release}
669 Requires:       php-ctype
670 Requires:       php-dom
671 Requires:       php-iconv
672 Suggests:       php-pecl-bitset
673
674 %description Zend_Search_Lucene
675 Zend_Search_Lucene is a general purpose text search engine. Since it
676 stores its index on the filesystem and does not require a database
677 server, it can add search capabilities to almost any PHP-driven
678 website.
679
680 Zend_Search_Lucene supports the following features:
681 - Ranked searching - best results returned first
682 - Many powerful query types: phrase queries, wildcard queries,
683   proximity queries, range queries and more
684 - Search by specific field (e.g., title, author, contents)
685
686 %package Zend_Server_Reflection
687 Summary:        Zend_Server_Reflection
688 Group:          Development/Languages/PHP
689 URL:            http://framework.zend.com/manual/en/zend.server.reflection.html
690 Requires:       %{name} = %{version}-%{release}
691
692 %description Zend_Server_Reflection
693 Zend_Server_Reflection provides a standard mechanism for performing
694 function and class introspection for use with server classes. It is
695 based on Reflection API, and extends it to provide methods for
696 retrieving parameter and return value types and descriptions, a full
697 list of function and method prototypes (i.e., all possible valid
698 calling combinations), and function/method descriptions.
699
700 %package Zend_Service_Akismet
701 Summary:        Zend_Service_Akismet
702 Group:          Development/Languages/PHP
703 URL:            http://framework.zend.com/manual/en/zend.service.akismet.html
704 Requires:       %{name} = %{version}-%{release}
705
706 %description Zend_Service_Akismet
707 Zend_Service_Akismet provides a client for the Akismet API. The
708 Akismet service is used to determine if incoming data is potentially
709 spam; it also exposes methods for submitting data as known spam or as
710 false positives (ham). Originally intended to help categorize and
711 identify spam for Wordpress, it can be used for any type of data.
712
713 Akismet requires an API key for usage. You may get one for signing up
714 for a WordPress.com account. You do not need to activate a blog;
715 simply acquiring the account will provide you with the API key.
716
717 Additionally, Akismet requires that all requests contain a URL to the
718 resource for which data is being filtered, and, because of Akismet's
719 origins in WordPress, this resource is called the blog url. This value
720 should be passed as the second argument to the constructor, but may be
721 reset at any time using the setBlogUrl() accessor, or overridden by
722 specifying a 'blog' key in the various method calls.
723
724 %package Zend_Service_Amazon
725 Summary:        Zend_Service_Amazon
726 Group:          Development/Languages/PHP
727 URL:            http://framework.zend.com/manual/en/zend.service.amazon.html
728 Requires:       %{name} = %{version}-%{release}
729 Requires:       php-dom
730
731 %description Zend_Service_Amazon
732 Zend_Service_Amazon is a simple API for using Amazon web services.
733 Zend_Service_Amazon has two APIs: a more traditional one that follows
734 Amazon's own API, and a simpler "Query API" for constructing even
735 complex search queries easily.
736
737 Zend_Service_Amazon enables developers to retrieve information
738 appearing throughout Amazon.com web sites directly through the Amazon
739 Web Services API.
740
741 %package Zend_Service_Audioscrobbler
742 Summary:        Zend_Service_Audioscrobbler
743 Group:          Development/Languages/PHP
744 URL:            http://framework.zend.com/manual/en/zend.service.audioscrobbler.html
745 Requires:       %{name} = %{version}-%{release}
746 Requires:       php-iconv
747
748 %description Zend_Service_Audioscrobbler
749 Zend_Service_Audioscrobbler is a simple API for using the
750 Audioscrobbler REST Web Service. The Audioscrobbler Web Service
751 provides access to its database of Users, Artists, Albums, Tracks,
752 Tags, Groups, and Forums.
753
754 %package Zend_Service_Delicious
755 Summary:        Zend_Service_Delicious
756 Group:          Development/Languages/PHP
757 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
758 Requires:       %{name} = %{version}-%{release}
759 Requires:       php-dom
760
761 %description Zend_Service_Delicious
762 Zend_Service_Delicious is simple API for using del.icio.us XML and
763 JSON web services. This component gives you read-write access to posts
764 at del.icio.us if you provide credentials. It also allows read-only
765 access to public data of all users.
766
767 %package Zend_Service_Flickr
768 Summary:        Zend_Service_Flickr
769 Group:          Development/Languages/PHP
770 URL:            http://framework.zend.com/manual/en/zend.service.delicious.html
771 Requires:       %{name} = %{version}-%{release}
772 Requires:       php-dom
773 Requires:       php-iconv
774
775 %description Zend_Service_Flickr
776 Zend_Service_Flickr is a simple API for using the Flickr REST Web
777 Service. In order to use the Flickr web services, you must have an API
778 key. To obtain a key, visit the Flickr API Documentation
779 <http://www.flickr.com/services/api/>.
780
781 %package Zend_Service_Nirvanix
782 Summary:        Zend_Service_Nirvanix
783 Group:          Development/Languages/PHP
784 URL:            http://framework.zend.com/manual/en/zend.service.nirvanix.html
785 Requires:       %{name} = %{version}-%{release}
786
787 %description Zend_Service_Nirvanix
788 Nirvanix provides an Internet Media File System (IMFS), an Internet
789 storage service that allows applications to upload, store and organize
790 files and subsequently access them using a standard Web Services
791 interface. An IMFS is distributed clustered file system, accessed over
792 the Internet, and optimized for dealing with media files (audio,
793 video, etc). The goal of an IMFS is to provide massive scalability to
794 deal with the challenges of media storage growth, with guaranteed
795 access and availability regardless of time and location. Finally, an
796 IMFS gives applications the ability to access data securely, without
797 the large fixed costs associated with acquiring and maintaining
798 physical storage assets.
799
800 Before you can get started with Zend_Service_Nirvanix, you must first
801 register for an account (https://www.nirvanix.com/signUpSingle.aspx).
802 After registering, you will receive a Username, Password, and
803 Application Key. All three are required to use Zend_Service_Nirvanix.
804
805 %package Zend_Service_ReCaptcha
806 Summary:        Zend_Service_ReCaptcha
807 Group:          Development/Languages/PHP
808 URL:            http://framework.zend.com/manual/en/zend.service.recaptcha.html
809 Requires:       %{name} = %{version}-%{release}
810
811 %description Zend_Service_ReCaptcha
812 Zend_Service_ReCaptcha provides a client for the reCAPTCHA Web
813 Service. Per the reCAPTCHA site, "reCAPTCHA is a free CAPTCHA service
814 that helps to digitize books." Each reCAPTCHA requires the user to
815 input two words, the first of which is the actual captcha, and the
816 second of which is a word from some scanned text that Optical
817 Character Recognition (OCR) software has been unable to identifiy. The
818 assumption is that if a user correctly provides the first word, the
819 second is likely correctly entered as well, and can be used to improve
820 OCR software for digitizing books.
821
822 In order to use the reCAPTCHA service, you will need to sign up for an
823 account (http://recaptcha.net/whyrecaptcha.html) and register one or
824 more domains with the service in order to generate public and private
825 keys.
826
827 %package Zend_Service_Simpy
828 Summary:        Zend_Service_Simpy
829 Group:          Development/Languages/PHP
830 URL:            http://framework.zend.com/manual/en/zend.service.simpy.html
831 Requires:       %{name} = %{version}-%{release}
832 Requires:       php-dom
833
834 %description Zend_Service_Simpy
835 Zend_Service_Simpy is a lightweight wrapper for the free REST API
836 available for the Simpy social bookmarking service.
837
838 In order to use Zend_Service_Simpy, you should already have a Simpy
839 account. To get an account, visit the Simpy web site
840 (http://simpy.com/).
841
842 %package Zend_Service_SlideShare
843 Summary:        Zend_Service_SlideShare
844 Group:          Development/Languages/PHP
845 URL:            http://framework.zend.com/manual/en/zend.service.slideshare.html
846 Requires:       %{name} = %{version}-%{release}
847
848 %description Zend_Service_SlideShare
849 The Zend_Service_SlideShare component is used to interact with the
850 slideshare.net web services for hosting slide shows online. With this
851 component, you can embed slide shows which are hosted on this web site
852 within a web site and even upload new slide shows to your account.
853
854 In order to use the Zend_Service_SlideShare component you must first
855 create an account on the slideshare.net servers in order to receive an
856 API key, username, password and shared secret value -- all of which
857 are needed in order to use the Zend_Service_SlideShare component.
858
859 %package Zend_Service_StrikeIron
860 Summary:        Zend_Service_StrikeIron
861 Group:          Development/Languages/PHP
862 URL:            http://framework.zend.com/manual/en/zend.service.strikeiron.html
863 Requires:       %{name} = %{version}-%{release}
864
865 %description Zend_Service_StrikeIron
866 Zend_Service_StrikeIron provides a client to StrikeIron web services.
867
868 The Zend_Service_StrikeIron component provides:
869 - A single point for configuring your StrikeIron authentication
870   credentials that can be used across many StrikeIron services.
871 - A standard way of retrieving your StrikeIron subscription
872   information such as license status and the number of hits remaining to
873   a service.
874 - The ability to use any StrikeIron service from its WSDL without
875   creating a PHP wrapper class, and the option of creating a wrapper for
876   a more convenient interface.
877 - Wrappers for three popular StrikeIron services.
878
879 Before you can get started with Zend_Service_StrikeIron, you must
880 first register (http://strikeiron.com/Register.aspx) for a StrikeIron
881 developer account. After registering, you will receive a StrikeIron
882 username and password. These will be used when connecting to
883 StrikeIron using Zend_Service_StrikeIron. You will also need to sign
884 up (http://www.strikeiron.com/ProductDetail.aspx?p=257) for
885 StrikeIron's Super Data Pack Web Service. Both registration steps are
886 free and can be done relatively quickly through the StrikeIron
887 website.
888
889 %package Zend_Service_Technorati
890 Summary:        Zend_Service_Technorati
891 Group:          Development/Languages/PHP
892 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
893 Requires:       %{name} = %{version}-%{release}
894
895 %description Zend_Service_Technorati
896 Zend_Service_Technorati provides an easy, intuitive and
897 object-oriented interface for using the Technorati API. It provides
898 access to all available Technorati API queries and returns the
899 original XML response as a friendly PHP object.
900
901 Technorati requires a valid API key for usage. To get your own API Key
902 you first need to create a new Technorati account
903 (http://technorati.com/signup/), then visit the API Key section
904 (http://technorati.com/developers/apikey.html).
905
906 %package Zend_Service_Twitter
907 Summary:        Zend_Service_Twitter
908 Group:          Development/Languages/PHP
909 URL:            http://framework.zend.com/manual/en/zend.service.technorati.html
910 Requires:       %{name} = %{version}-%{release}
911
912 %description Zend_Service_Twitter
913 Zend_Service_Twitter provides a client for the Twitter REST API.
914 Zend_Service_Twitter will allow you to query the public timeline and
915 if you provide a username and password for Twitter it will allow you
916 to get and update your status, reply to friends, direct message
917 friends, mark tweets as favorite and much more.
918
919 %package Zend_Service_Yahoo
920 Summary:        Zend_Service_Yahoo
921 Group:          Development/Languages/PHP
922 URL:            http://framework.zend.com/manual/en/zend.service.yahoo.html
923 Requires:       %{name} = %{version}-%{release}
924 Requires:       php-dom
925
926 %description Zend_Service_Yahoo
927 Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST
928 APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search,
929 Yahoo! News, Yahoo! Local, Yahoo! Images. In order to use the Yahoo!
930 REST API, you must have a Yahoo! Application ID. To obtain an
931 Application ID, please complete and submit the Application ID Request
932 Form (http://developer.yahoo.com/wsregapp/).
933
934 %package Zend_Session
935 Summary:        Zend_Session
936 Group:          Development/Languages/PHP
937 URL:            http://framework.zend.com/manual/en/zend.session.html
938 Requires:       %{name} = %{version}-%{release}
939
940 %description Zend_Session
941 Zend_Session helps manage and preserve session data across multiple
942 page requests by the same client. Zend_Session component:
943 - provides an object-oriented interface to access session data
944 - provides optional security features to help protect against session
945   hijacking
946 - supports namespaced access to the PHP session for interoperability.
947
948 %package Zend_Soap
949 Summary:        Zend_Soap
950 Group:          Development/Languages/PHP
951 URL:            http://framework.zend.com/manual/en/zend.soap.html
952 Requires:       %{name} = %{version}-%{release}
953
954 %description Zend_Soap
955 Zend_Soap component is intended to simplify Web Services development
956 for PHP programmers.
957
958 %package Zend_Text
959 Summary:        Zend_Text
960 Group:          Development/Languages/PHP
961 URL:            http://framework.zend.com/manual/en/zend.text.html
962 Requires:       %{name} = %{version}-%{release}
963
964 %description Zend_Text
965 Zend_Text is a component which enables developers to create a so
966 called FIGlet text. A FIGlet text is a string, which is represented as
967 ASCII art. FIGlets use a special font format, called FLT (FigLet
968 Font).
969
970 %package Zend_Test
971 Summary:        Zend_Test
972 Group:          Development/Languages/PHP
973 URL:            http://framework.zend.com/manual/en/zend.test.html
974 Requires:       %{name} = %{version}-%{release}
975 Requires:       php-PHPUnit
976
977 %description Zend_Test
978 Zend_Test provides tools to facilitate unit testing of your Zend
979 Framework applications.
980
981 %package Zend_Translate
982 Summary:        Zend_Translate
983 Group:          Development/Languages/PHP
984 URL:            http://framework.zend.com/manual/en/zend.translate.html
985 Requires:       %{name} = %{version}-%{release}
986
987 %description Zend_Translate
988 Zend_Translate is the Zend Framework's solution for multilingual
989 applications.
990
991 The benefits of Zend_Translate are:
992 - Supports multiple source formats: Zend_Translate supports several
993   source formats, including those supported by PHP, and other formats
994   including TMX and CSV files.
995 - Thread-safe gettext: The gettext reader of Zend_Translate is
996   thread-safe. There are no problems using it in multi-threaded
997   environments.
998 - Easy and generic API: The API of Zend_Translate is very simple and
999   requires only a handful of functions. So it's easy to learn and easy
1000   to maintain. All source formats are handled the same way, so if the
1001   format of your source files change from Gettext to TMX, you only need
1002   to change one line of code to specify the storage adapter.
1003 - Detection of the user's standard language: The preferred language of
1004   the user accessing the site can be detected and used by
1005   Zend_Translate.
1006 - Automatic source detection: Zend_Translate is capable of detecting
1007   and integrating multiple source files and additionally detect the
1008   locale to be used depending on directory or filenames.
1009
1010 %package Zend_Uri
1011 Summary:        Zend_Uri
1012 Group:          Development/Languages/PHP
1013 URL:            http://framework.zend.com/manual/en/zend.uri.html
1014 Requires:       %{name} = %{version}-%{release}
1015 Requires:       php-ctype
1016
1017 %description Zend_Uri
1018 Zend_Uri is a component that aids in manipulating and validating
1019 Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to
1020 service other components such as Zend_Http_Client but is also useful
1021 as a standalone utility.
1022
1023 %package Zend_Validate
1024 Summary:        Zend_Validate
1025 Group:          Development/Languages/PHP
1026 URL:            http://framework.zend.com/manual/en/zend.validate.html
1027 Requires:       %{name} = %{version}-%{release}
1028 Requires:       php-ctype
1029
1030 %description Zend_Validate
1031 The Zend_Validate component provides a set of commonly needed
1032 validators. It also provides a simple validator chaining mechanism by
1033 which multiple validators may be applied to a single datum in a
1034 user-defined order.
1035
1036 %package Zend_Version
1037 Summary:        Zend_Version
1038 Group:          Development/Languages/PHP
1039 URL:            http://framework.zend.com/manual/en/zend.version.html
1040 Requires:       %{name} = %{version}-%{release}
1041
1042 %description Zend_Version
1043 Zend_Version component delivers current version number of Zend
1044 Framework.
1045
1046 %package Zend_View
1047 Summary:        Zend_View
1048 Group:          Development/Languages/PHP
1049 URL:            http://framework.zend.com/manual/en/zend.view.html
1050 Requires:       %{name} = %{version}-%{release}
1051
1052 %description Zend_View
1053 Zend_View is a class for working with the "view" portion of the
1054 model-view-controller pattern. That is, it exists to help keep the
1055 view script separate from the model and controller scripts. It
1056 provides a system of helpers, output filters, and variable escaping.
1057 Zend_View is template system agnostic; you may use PHP as your
1058 template language, or create instances of other template systems and
1059 manipulate them within your view script. Essentially, using Zend_View
1060 happens in two major steps: 1. Your controller script creates an
1061 instance of Zend_View and assigns variables to that instance. 2. The
1062 controller tells the Zend_View to render a particular view, thereby
1063 handing control over the view script, which generates the view output.
1064
1065 %package Zend_Wildfire
1066 Summary:        Zend_Wildfire
1067 Group:          Development/Languages/PHP
1068 URL:            http://framework.zend.com/manual/en/zend.wildfire.html
1069 Requires:       %{name} = %{version}-%{release}
1070
1071 %description Zend_Wildfire
1072 Zend_Wildfire is a component that facilitates communication between
1073 PHP code and Wildfire client components. The purpose of the Wildfire
1074 Project is to develop standardized communication channels between a
1075 large variety of components and a dynamic and scriptable plugin
1076 architecture. At this time the primary focus is to provide a system to
1077 allow server-side PHP code to inject logging messages into the Firebug
1078 Console (http://getfirebug.com/).
1079
1080 %package Zend_XmlRpc
1081 Summary:        Zend_XmlRpc
1082 Group:          Development/Languages/PHP
1083 URL:            http://framework.zend.com/manual/en/zend.xmlrpc.html
1084 Requires:       %{name} = %{version}-%{release}
1085 Requires:       php-dom
1086 Requires:       php-iconv
1087
1088 %description Zend_XmlRpc
1089 From its home page <http://www.xmlrpc.com/>, XML-RPC is described as a
1090 "...remote procedure calling using HTTP as the transport and XML as
1091 the encoding. XML-RPC is designed to be as simple as possible, while
1092 allowing complex data structures to be transmitted, processed and
1093 returned". The Zend Framework provides support for both consuming
1094 remote XML-RPC services and building new XML-RPC servers.
1095
1096 %package demos
1097 Summary:        Demos for Zend Framework
1098 Summary(pl.UTF-8):      Programy demonstracyjne dla szkieletu Zend Framework
1099 Group:          Documentation
1100
1101 %description demos
1102 Demos for Zend Framework.
1103
1104 %description demos -l pl.UTF-8
1105 Programy demonstracyjne dla szkieletu Zend Framework.
1106
1107 %prep
1108 %setup -q
1109
1110 find '(' -name '*.php' -o -name '*.xml' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
1111
1112 install %{SOURCE1} find-lang.sh
1113
1114 %install
1115 rm -rf $RPM_BUILD_ROOT
1116 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}}
1117 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1118
1119 # library should be in include_path if used, so we use already defined %{php_pear_dir}
1120 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
1121
1122 ./find-lang.sh %{name}.lang
1123
1124 %clean
1125 rm -rf $RPM_BUILD_ROOT
1126
1127 %files
1128 %defattr(644,root,root,755)
1129 %doc LICENSE.txt README.txt
1130 %dir %{php_pear_dir}/Zend
1131 %dir %{php_pear_dir}/Zend/Console
1132 %dir %{php_pear_dir}/Zend/Search
1133
1134 %dir %{php_pear_dir}/Zend/Server
1135 %{php_pear_dir}/Zend/Server/Abstract.php
1136 %{php_pear_dir}/Zend/Server/Exception.php
1137 %{php_pear_dir}/Zend/Server/Interface.php
1138 %{php_pear_dir}/Zend/Server/Definition.php
1139 %dir %{php_pear_dir}/Zend/Server/Method
1140 %{php_pear_dir}/Zend/Server/Method/Callback.php
1141 %{php_pear_dir}/Zend/Server/Method/Definition.php
1142 %{php_pear_dir}/Zend/Server/Method/Parameter.php
1143 %{php_pear_dir}/Zend/Server/Method/Prototype.php
1144
1145 %dir %{php_pear_dir}/Zend/Service
1146 %{php_pear_dir}/Zend/Service/Abstract.php
1147 %{php_pear_dir}/Zend/Service/Exception.php
1148
1149 %dir %{php_pear_dir}/Zend/Request
1150 %{php_pear_dir}/Zend/Request/Interface.php
1151
1152 %{php_pear_dir}/Zend/TimeSync
1153 %{php_pear_dir}/Zend/TimeSync.php
1154
1155 %files Zend_Acl
1156 %defattr(644,root,root,755)
1157 %{php_pear_dir}/Zend/Acl
1158 %{php_pear_dir}/Zend/Acl.php
1159
1160 %files Zend_Amf
1161 %defattr(644,root,root,755)
1162 %{php_pear_dir}/Zend/Amf
1163
1164 %files Zend_ProgressBar
1165 %defattr(644,root,root,755)
1166 %{php_pear_dir}/Zend/ProgressBar.php
1167 %{php_pear_dir}/Zend/ProgressBar
1168
1169 %files Zend_Auth
1170 %defattr(644,root,root,755)
1171 %{php_pear_dir}/Zend/Auth
1172 %{php_pear_dir}/Zend/Auth.php
1173
1174 %files Zend_Cache
1175 %defattr(644,root,root,755)
1176 %{php_pear_dir}/Zend/Cache
1177 %{php_pear_dir}/Zend/Cache.php
1178 # Zend_Server_Cache subpackage?
1179 # but not listed as separate component on doc
1180 %{php_pear_dir}/Zend/Server/Cache.php
1181
1182 %files Zend_Captcha
1183 %defattr(644,root,root,755)
1184 %{php_pear_dir}/Zend/Captcha
1185
1186 %files Zend_Config
1187 %defattr(644,root,root,755)
1188 %{php_pear_dir}/Zend/Config
1189 %{php_pear_dir}/Zend/Config.php
1190
1191 %files Zend_Console_Getopt
1192 %defattr(644,root,root,755)
1193 %{php_pear_dir}/Zend/Console/Getopt
1194 %{php_pear_dir}/Zend/Console/Getopt.php
1195
1196 %files Zend_Controller
1197 %defattr(644,root,root,755)
1198 %{php_pear_dir}/Zend/Controller
1199
1200 %files Zend_Currency
1201 %defattr(644,root,root,755)
1202 %{php_pear_dir}/Zend/Currency
1203 %{php_pear_dir}/Zend/Currency.php
1204
1205 %files Zend_Date
1206 %defattr(644,root,root,755)
1207 %{php_pear_dir}/Zend/Date
1208 %{php_pear_dir}/Zend/Date.php
1209
1210 %files Zend_Db
1211 %defattr(644,root,root,755)
1212 %{php_pear_dir}/Zend/Db
1213 %{php_pear_dir}/Zend/Db.php
1214
1215 %files Zend_Debug
1216 %defattr(644,root,root,755)
1217 %{php_pear_dir}/Zend/Debug.php
1218
1219 %files Zend_Dojo
1220 %defattr(644,root,root,755)
1221 %{php_pear_dir}/Zend/Dojo
1222 %{php_pear_dir}/Zend/Dojo.php
1223
1224 %files Zend_Dom
1225 %defattr(644,root,root,755)
1226 %{php_pear_dir}/Zend/Dom
1227
1228 %files Zend_Exception
1229 %defattr(644,root,root,755)
1230 %{php_pear_dir}/Zend/Exception.php
1231
1232 %files Zend_Feed
1233 %defattr(644,root,root,755)
1234 %{php_pear_dir}/Zend/Feed
1235 %{php_pear_dir}/Zend/Feed.php
1236
1237 %files Zend_File
1238 %defattr(644,root,root,755)
1239 %{php_pear_dir}/Zend/File
1240
1241 %files Zend_Filter
1242 %defattr(644,root,root,755)
1243 %{php_pear_dir}/Zend/Filter
1244 %{php_pear_dir}/Zend/Filter.php
1245 %exclude %{php_pear_dir}/Zend/Filter/Input.php
1246
1247 %files Zend_Filter_Input
1248 %defattr(644,root,root,755)
1249 %{php_pear_dir}/Zend/Filter/Input.php
1250
1251 %files Zend_Form
1252 %defattr(644,root,root,755)
1253 %{php_pear_dir}/Zend/Form
1254 %{php_pear_dir}/Zend/Form.php
1255
1256 %files Zend_Gdata
1257 %defattr(644,root,root,755)
1258 %{php_pear_dir}/Zend/Gdata
1259 %{php_pear_dir}/Zend/Gdata.php
1260
1261 %files Zend_Http
1262 %defattr(644,root,root,755)
1263 %{php_pear_dir}/Zend/Http
1264
1265 %files Zend_InfoCard
1266 %defattr(644,root,root,755)
1267 %{php_pear_dir}/Zend/InfoCard
1268 %{php_pear_dir}/Zend/InfoCard.php
1269
1270 %files Zend_Json
1271 %defattr(644,root,root,755)
1272 %{php_pear_dir}/Zend/Json
1273 %{php_pear_dir}/Zend/Json.php
1274
1275 %files Zend_Layout
1276 %defattr(644,root,root,755)
1277 %{php_pear_dir}/Zend/Layout
1278 %{php_pear_dir}/Zend/Layout.php
1279
1280 %files Zend_Ldap
1281 %defattr(644,root,root,755)
1282 %{php_pear_dir}/Zend/Ldap
1283 %{php_pear_dir}/Zend/Ldap.php
1284
1285 %files Zend_Loader
1286 %defattr(644,root,root,755)
1287 %{php_pear_dir}/Zend/Loader
1288 %{php_pear_dir}/Zend/Loader.php
1289
1290 %files Zend_Locale -f %{name}.lang
1291 %defattr(644,root,root,755)
1292 %dir %{php_pear_dir}/Zend/Locale
1293 %{php_pear_dir}/Zend/Locale.php
1294 %{php_pear_dir}/Zend/Locale/Exception.php
1295 %{php_pear_dir}/Zend/Locale/Format.php
1296 %{php_pear_dir}/Zend/Locale/Math.php
1297 %{php_pear_dir}/Zend/Locale/Math
1298
1299 %{php_pear_dir}/Zend/Locale/Data.php
1300 %dir %{php_pear_dir}/Zend/Locale/Data
1301 %{php_pear_dir}/Zend/Locale/Data/Translation.php
1302 %{php_pear_dir}/Zend/Locale/Data/characters.xml
1303 %{php_pear_dir}/Zend/Locale/Data/plurals.xml
1304 %{php_pear_dir}/Zend/Locale/Data/root.xml
1305 %{php_pear_dir}/Zend/Locale/Data/supplementalData.xml
1306 %{php_pear_dir}/Zend/Locale/Data/telephoneCodeData.xml
1307
1308 %files Zend_Log
1309 %defattr(644,root,root,755)
1310 %{php_pear_dir}/Zend/Log
1311 %{php_pear_dir}/Zend/Log.php
1312
1313 %files Zend_Mail
1314 %defattr(644,root,root,755)
1315 %{php_pear_dir}/Zend/Mail
1316 %{php_pear_dir}/Zend/Mail.php
1317
1318 %files Zend_Measure
1319 %defattr(644,root,root,755)
1320 %{php_pear_dir}/Zend/Measure
1321
1322 %files Zend_Memory
1323 %defattr(644,root,root,755)
1324 %{php_pear_dir}/Zend/Memory
1325 %{php_pear_dir}/Zend/Memory.php
1326
1327 %files Zend_Mime
1328 %defattr(644,root,root,755)
1329 %{php_pear_dir}/Zend/Mime
1330 %{php_pear_dir}/Zend/Mime.php
1331
1332 %files Zend_OpenId
1333 %defattr(644,root,root,755)
1334 %{php_pear_dir}/Zend/OpenId
1335 %{php_pear_dir}/Zend/OpenId.php
1336
1337 %files Zend_Paginator
1338 %defattr(644,root,root,755)
1339 %{php_pear_dir}/Zend/Paginator
1340 %{php_pear_dir}/Zend/Paginator.php
1341
1342 %files Zend_Pdf
1343 %defattr(644,root,root,755)
1344 %{php_pear_dir}/Zend/Pdf
1345 %{php_pear_dir}/Zend/Pdf.php
1346
1347 %files Zend_Registry
1348 %defattr(644,root,root,755)
1349 %{php_pear_dir}/Zend/Registry.php
1350
1351 %files Zend_Rest
1352 %defattr(644,root,root,755)
1353 %{php_pear_dir}/Zend/Rest
1354
1355 %files Zend_Search_Lucene
1356 %defattr(644,root,root,755)
1357 %{php_pear_dir}/Zend/Search/Exception.php
1358 %{php_pear_dir}/Zend/Search/Lucene
1359 %{php_pear_dir}/Zend/Search/Lucene.php
1360
1361 %files Zend_Server_Reflection
1362 %defattr(644,root,root,755)
1363 %{php_pear_dir}/Zend/Server/Reflection
1364 %{php_pear_dir}/Zend/Server/Reflection.php
1365
1366 %files Zend_Service_Akismet
1367 %defattr(644,root,root,755)
1368 %{php_pear_dir}/Zend/Service/Akismet.php
1369
1370 %files Zend_Service_Amazon
1371 %defattr(644,root,root,755)
1372 %{php_pear_dir}/Zend/Service/Amazon
1373 %{php_pear_dir}/Zend/Service/Amazon.php
1374
1375 %files Zend_Service_Audioscrobbler
1376 %defattr(644,root,root,755)
1377 %{php_pear_dir}/Zend/Service/Audioscrobbler.php
1378
1379 %files Zend_Service_Delicious
1380 %defattr(644,root,root,755)
1381 %{php_pear_dir}/Zend/Service/Delicious
1382 %{php_pear_dir}/Zend/Service/Delicious.php
1383
1384 %files Zend_Service_Flickr
1385 %defattr(644,root,root,755)
1386 %{php_pear_dir}/Zend/Service/Flickr
1387 %{php_pear_dir}/Zend/Service/Flickr.php
1388
1389 %files Zend_Service_Nirvanix
1390 %defattr(644,root,root,755)
1391 %{php_pear_dir}/Zend/Service/Nirvanix
1392 %{php_pear_dir}/Zend/Service/Nirvanix.php
1393
1394 %files Zend_Service_ReCaptcha
1395 %defattr(644,root,root,755)
1396 %{php_pear_dir}/Zend/Service/ReCaptcha
1397 %{php_pear_dir}/Zend/Service/ReCaptcha.php
1398
1399 %files Zend_Service_Simpy
1400 %defattr(644,root,root,755)
1401 %{php_pear_dir}/Zend/Service/Simpy
1402 %{php_pear_dir}/Zend/Service/Simpy.php
1403
1404 %files Zend_Service_SlideShare
1405 %defattr(644,root,root,755)
1406 %{php_pear_dir}/Zend/Service/SlideShare
1407 %{php_pear_dir}/Zend/Service/SlideShare.php
1408
1409 %files Zend_Service_StrikeIron
1410 %defattr(644,root,root,755)
1411 %{php_pear_dir}/Zend/Service/StrikeIron
1412 %{php_pear_dir}/Zend/Service/StrikeIron.php
1413
1414 %files Zend_Service_Technorati
1415 %defattr(644,root,root,755)
1416 %{php_pear_dir}/Zend/Service/Technorati
1417 %{php_pear_dir}/Zend/Service/Technorati.php
1418
1419 %files Zend_Service_Twitter
1420 %defattr(644,root,root,755)
1421 %{php_pear_dir}/Zend/Service/Twitter
1422 %{php_pear_dir}/Zend/Service/Twitter.php
1423
1424 %files Zend_Service_Yahoo
1425 %defattr(644,root,root,755)
1426 %{php_pear_dir}/Zend/Service/Yahoo
1427 %{php_pear_dir}/Zend/Service/Yahoo.php
1428
1429 %files Zend_Session
1430 %defattr(644,root,root,755)
1431 %{php_pear_dir}/Zend/Session
1432 %{php_pear_dir}/Zend/Session.php
1433
1434 %files Zend_Soap
1435 %defattr(644,root,root,755)
1436 %{php_pear_dir}/Zend/Soap
1437
1438 %files Zend_Text
1439 %defattr(644,root,root,755)
1440 %{php_pear_dir}/Zend/Text
1441
1442 %files Zend_Test
1443 %defattr(644,root,root,755)
1444 %{php_pear_dir}/Zend/Test
1445
1446 %files Zend_Translate
1447 %defattr(644,root,root,755)
1448 %{php_pear_dir}/Zend/Translate
1449 %{php_pear_dir}/Zend/Translate.php
1450
1451 %files Zend_Uri
1452 %defattr(644,root,root,755)
1453 %{php_pear_dir}/Zend/Uri
1454 %{php_pear_dir}/Zend/Uri.php
1455
1456 %files Zend_Validate
1457 %defattr(644,root,root,755)
1458 %{php_pear_dir}/Zend/Validate
1459 %{php_pear_dir}/Zend/Validate.php
1460
1461 %files Zend_Version
1462 %defattr(644,root,root,755)
1463 %{php_pear_dir}/Zend/Version.php
1464
1465 %files Zend_View
1466 %defattr(644,root,root,755)
1467 %{php_pear_dir}/Zend/View
1468 %{php_pear_dir}/Zend/View.php
1469
1470 %files Zend_Wildfire
1471 %defattr(644,root,root,755)
1472 %{php_pear_dir}/Zend/Wildfire
1473
1474 %files Zend_XmlRpc
1475 %defattr(644,root,root,755)
1476 %{php_pear_dir}/Zend/XmlRpc
1477
1478 %files demos
1479 %defattr(644,root,root,755)
1480 %{_examplesdir}/%{name}-%{version}
This page took 0.133823 seconds and 3 git commands to generate.