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