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