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